Subversion Repositories Applications.bazar

Rev

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

Rev 126 Rev 130
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.17 2006-05-19 13:53:57 florian Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.18 2006-06-02 09:29:30 florian 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.17 $ $Date: 2006-05-19 13:53:57 $
34
*@version       $Revision: 1.18 $ $Date: 2006-06-02 09:29:30 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 91... Line 91...
91
define ('BAZ_CHAMPS_ID','a_id'); //Champs index sur la table annuaire
91
define ('BAZ_CHAMPS_ID','a_id'); //Champs index sur la table annuaire
92
define ('BAZ_CHAMPS_NOM','a_nom'); //Champs nom sur la table annuaire
92
define ('BAZ_CHAMPS_NOM','a_nom'); //Champs nom sur la table annuaire
93
define ('BAZ_CHAMPS_PRENOM','a_prenom'); //Champs prenom sur la table annuaire
93
define ('BAZ_CHAMPS_PRENOM','a_prenom'); //Champs prenom sur la table annuaire
94
define ('BAZ_CHAMPS_EST_STRUCTURE','a_est_structure'); //Champs indiquant si c'est une structure qui est identifiée
94
define ('BAZ_CHAMPS_EST_STRUCTURE','a_est_structure'); //Champs indiquant si c'est une structure qui est identifiée
95
define ('BAZ_CHAMPS_EMAIL','a_mail'); //Champs prenom sur la table annuaire
95
define ('BAZ_CHAMPS_EMAIL','a_mail'); //Champs prenom sur la table annuaire
-
 
96
define ('BAZ_CHAMPS_NOM_WIKI','a_nom_wikini'); //Champs nom wikini sur la table annuaire
Line 96... Line 97...
96
 
97
 
97
/** Réglage des droits pour déposer des annonces */
98
/** Réglage des droits pour déposer des annonces */
98
// Mettre à true pour limiter le dépot aux rédacteurs
99
// Mettre à true pour limiter le dépot aux rédacteurs
Line 138... Line 139...
138
 
139
 
139
 
140
 
140
/* +--Fin du code ----------------------------------------------------------------------------------------+
141
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
142
*
-
 
143
* $Log: not supported by cvs2svn $
-
 
144
* Revision 1.17  2006/05/19 13:53:57  florian
141
*
145
* stabilisation du moteur de recherche, corrections bugs, lien recherche avancee
142
* $Log: not supported by cvs2svn $
146
*
143
* Revision 1.16  2006/05/17 09:48:48  alexandre_tb
147
* Revision 1.16  2006/05/17 09:48:48  alexandre_tb
144
* Ajout des constantes pour le découpage en page
148
* Ajout des constantes pour le découpage en page
145
*
149
*