Subversion Repositories Applications.bazar

Rev

Rev 392 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 392 Rev 395
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
18
// | You should have received a copy of the GNU Lesser General Public                                     |
19
// | License along with this library; if not, write to the Free Software                                  |
19
// | License along with this library; if not, write to the Free Software                                  |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
20
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: baz_config.inc.php,v 1.39 2008-09-17 14:08:45 alexandre_tb Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.40 2008-10-27 16:52:38 aperonnet Exp $
23
/**
23
/**
24
* Fichier de configuration du bazar
24
* Fichier de configuration du bazar
25
*
25
*
26
* A éditer de façon spécifique à chaque déploiement
26
* A éditer de façon spécifique à chaque déploiement
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
30
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
31
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.39 $ $Date: 2008-09-17 14:08:45 $
34
*@version       $Revision: 1.40 $ $Date: 2008-10-27 16:52:38 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 100... Line 100...
100
//Valeur maximale en octets pour la taille d'un fichier joint à télécharger
100
//Valeur maximale en octets pour la taille d'un fichier joint à télécharger
Line 101... Line 101...
101
 
101
 
Line 102... Line 102...
102
define ('BAZ_TYPE_AFFICHAGE_LISTE', 'jma');
102
define ('BAZ_TYPE_AFFICHAGE_LISTE', 'jma');
103
 
103
 
104
 
104
 
105
define ('BAZ_ANNUAIRE','annuaire'); //Table annuaire
105
define ('BAZ_ANNUAIRE','gen_annuaire'); //Table annuaire
106
define ('BAZ_CHAMPS_ID','a_id'); //Champs index sur la table annuaire
106
define ('BAZ_CHAMPS_ID','ga_id_administrateur'); //Champs index sur la table annuaire
107
define ('BAZ_CHAMPS_NOM','a_nom'); //Champs nom sur la table annuaire
107
define ('BAZ_CHAMPS_NOM','ga_nom'); //Champs nom sur la table annuaire
108
define ('BAZ_CHAMPS_PRENOM','a_prenom'); //Champs prenom sur la table annuaire
108
define ('BAZ_CHAMPS_PRENOM','ga_prenom'); //Champs prenom sur la table annuaire
109
define ('BAZ_CHAMPS_EST_STRUCTURE','a_est_structure'); //Champs indiquant si c'est une structure qui est identifiée
109
define ('BAZ_CHAMPS_EST_STRUCTURE','a_est_structure'); //Champs indiquant si c'est une structure qui est identifiée
Line 110... Line 110...
110
define ('BAZ_CHAMPS_EMAIL','a_mail'); //Champs prenom sur la table annuaire
110
define ('BAZ_CHAMPS_EMAIL','ga_mail'); //Champs prenom sur la table annuaire
111
define ('BAZ_CHAMPS_MOT_DE_PASSE', 'a_mot_de_passe');
111
define ('BAZ_CHAMPS_MOT_DE_PASSE', 'ga_mot_de_passe');
Line 237... Line 237...
237
$GLOBALS['droit_depot'] = '' ; 
237
$GLOBALS['droit_depot'] = '' ; 
Line 238... Line 238...
238
 
238
 
239
/* +--Fin du code ----------------------------------------------------------------------------------------+
239
/* +--Fin du code ----------------------------------------------------------------------------------------+
240
*
240
*
-
 
241
* $Log: not supported by cvs2svn $
-
 
242
* Revision 1.39  2008-09-17 14:08:45  alexandre_tb
-
 
243
* merge depuis aha
241
* $Log: not supported by cvs2svn $
244
*
242
* Revision 1.38  2008-02-08 08:44:05  alexandre_tb
245
* Revision 1.38  2008-02-08 08:44:05  alexandre_tb
243
* ajout du bloc de configuration si installation hors de papyrus
246
* ajout du bloc de configuration si installation hors de papyrus
244
*
247
*
245
* Revision 1.37  2007-12-14 09:53:23  alexandre_tb
248
* Revision 1.37  2007-12-14 09:53:23  alexandre_tb