Subversion Repositories Applications.bazar

Rev

Rev 305 | Rev 334 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 305 Rev 310
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.35 2007-09-28 14:29:13 jp_milcent Exp $
22
// CVS : $Id: baz_config.inc.php,v 1.36 2007-10-01 12:03:19 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.35 $ $Date: 2007-09-28 14:29:13 $
34
*@version       $Revision: 1.36 $ $Date: 2007-10-01 12:03:19 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
Line 172... Line 172...
172
define ('BAZ_CHEMIN_SQUELETTE', BAZ_CHEMIN_APPLI.'squelettes'.GEN_SEP);
172
define ('BAZ_CHEMIN_SQUELETTE', BAZ_CHEMIN_APPLI.'squelettes'.GEN_SEP);
173
define ('BAZ_SQUELETTE_DEFAUT', 'baz_cal.tpl.html');
173
define ('BAZ_SQUELETTE_DEFAUT', 'baz_cal.tpl.html');
Line 174... Line 174...
174
 
174
 
Line -... Line 175...
-
 
175
define ('BAZ_GOOGLE_KEY', ''); // Indiquer ici la cle google necessaire pour l appli bazar.carte_google.php
-
 
176
 
-
 
177
if (defined ('BAZ_GOOGLE_KEY')) {
-
 
178
	define ('BAZ_GOOGLE_CENTRE_LAT', '');
-
 
179
	define ('BAZ_GOOGLE_CENTRE_LON', '');
-
 
180
	define ('BAZ_GOOGLE_ALTITUDE', ''); // de 1 a 15
-
 
181
}
-
 
182
 
-
 
183
 
-
 
184
// Gestion des droits
-
 
185
 
-
 
186
// droit minimun pour pouvoir deposer une fiche, pour que le formulaire soit presente
175
define ('BAZ_GOOGLE_KEY', ''); // Indiquer ici la cle google necessaire pour l appli bazar.carte_google.php
187
$GLOBALS['droit_depot'] = '' ; 
176
 
188
 
177
/* +--Fin du code ----------------------------------------------------------------------------------------+
189
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
190
*
-
 
191
* $Log: not supported by cvs2svn $
-
 
192
* Revision 1.35  2007-09-28 14:29:13  jp_milcent
178
*
193
* Ajout de la gestion de l'affichage des vues ou pas.
179
* $Log: not supported by cvs2svn $
194
*
180
* Revision 1.34  2007-09-28 13:40:50  jp_milcent
195
* Revision 1.34  2007-09-28 13:40:50  jp_milcent
181
* Précision sur la constante BAZ_FICHE_REDACTEUR_MAIL.
196
* Précision sur la constante BAZ_FICHE_REDACTEUR_MAIL.
182
*
197
*