Subversion Repositories Applications.bazar

Rev

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

Rev 40 Rev 60
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.8 2005-10-24 09:42:21 florian Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.9 2005-12-16 15:47:54 alexandre_tb 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.8 $ $Date: 2005-10-24 09:42:21 $
34
*@version       $Revision: 1.9 $ $Date: 2005-12-16 15:47:54 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
37
//==================================== LES FLUX RSS==================================
37
//==================================== LES FLUX RSS==================================
38
// Constantes liées aux flux RSS
38
// Constantes liées aux flux RSS
39
//==================================================================================
39
//==================================================================================
Line 68... Line 68...
68
define ('BAZ_CHAMPS_ID','ga_id_administrateur'); //Champs index sur la table annuaire
68
define ('BAZ_CHAMPS_ID','ga_id_administrateur'); //Champs index sur la table annuaire
69
define ('BAZ_CHAMPS_NOM','ga_nom'); //Champs nom sur la table annuaire
69
define ('BAZ_CHAMPS_NOM','ga_nom'); //Champs nom sur la table annuaire
70
define ('BAZ_CHAMPS_PRENOM','ga_prenom'); //Champs prenom sur la table annuaire
70
define ('BAZ_CHAMPS_PRENOM','ga_prenom'); //Champs prenom sur la table annuaire
71
define ('BAZ_CHAMPS_STRUCTURE','ga_structure'); //Champs indiquant si c'est une structure qui est identifiée
71
define ('BAZ_CHAMPS_STRUCTURE','ga_structure'); //Champs indiquant si c'est une structure qui est identifiée
72
define ('BAZ_CHAMPS_EMAIL','ga_mail'); //Champs prenom sur la table annuaire
72
define ('BAZ_CHAMPS_EMAIL','ga_mail'); //Champs prenom sur la table annuaire
73
	
73
 
-
 
74
/** Réglage des droits pour déposer des annoces */
-
 
75
// Mettre à true pour limiter le dépot aux rédacteurs
-
 
76
define ('BAZ_RESTREINDRE_DEPOT', false) ;
-
 
77
 
74
$GLOBALS['_BAZAR_']['url'] = $GLOBALS['_GEN_commun']['url'];
78
$GLOBALS['_BAZAR_']['url'] = $GLOBALS['_GEN_commun']['url'];
75
//BAZ_CHEMIN_APPLI : chemin vers l'application bazar METTRE UN SLASH (/) A LA FIN!!!!
79
//BAZ_CHEMIN_APPLI : chemin vers l'application bazar METTRE UN SLASH (/) A LA FIN!!!!
76
define('BAZ_CHEMIN_APPLI', PAP_CHEMIN_RACINE.'client/bazar/');
80
define('BAZ_CHEMIN_APPLI', PAP_CHEMIN_RACINE.'client/bazar/');
Line 77... Line 81...
77
 
81
 
Line 90... Line 94...
90
 
94
 
91
 
95
 
92
/* +--Fin du code ----------------------------------------------------------------------------------------+
96
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
97
*
-
 
98
* $Log: not supported by cvs2svn $
-
 
99
* Revision 1.8  2005/10/24 09:42:21  florian
93
*
100
* mise a jour appropriation
94
* $Log: not supported by cvs2svn $
101
*
95
* Revision 1.7  2005/10/21 16:15:04  florian
102
* Revision 1.7  2005/10/21 16:15:04  florian
96
* mise a jour appropriation
103
* mise a jour appropriation
97
*
104
*