| 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.36.2.2 2008-01-11 14:08:14 alexandre_tb Exp $
|
22 |
// CVS : $Id: baz_config.inc.php,v 1.36.2.3 2008-01-29 09:42:28 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.36.2.2 $ $Date: 2008-01-11 14:08:14 $
|
34 |
*@version $Revision: 1.36.2.3 $ $Date: 2008-01-29 09:42:28 $
|
| 35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
| 36 |
*/
|
36 |
*/
|
| Line 37... |
Line 37... |
| 37 |
|
37 |
|
| 38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 180... |
Line 180... |
| 180 |
define ('BAZ_GOOGLE_CENTRE_LON', '3.537598');
|
180 |
define ('BAZ_GOOGLE_CENTRE_LON', '3.537598');
|
| 181 |
define ('BAZ_GOOGLE_ALTITUDE', '8'); // de 1 a 15
|
181 |
define ('BAZ_GOOGLE_ALTITUDE', '8'); // de 1 a 15
|
| 182 |
define ('BAZ_GOOGLE_IMAGE_LARGEUR', 600); // en pixel
|
182 |
define ('BAZ_GOOGLE_IMAGE_LARGEUR', 600); // en pixel
|
| 183 |
define ('BAZ_GOOGLE_IMAGE_HAUTEUR', 450);
|
183 |
define ('BAZ_GOOGLE_IMAGE_HAUTEUR', 450);
|
| 184 |
define ('BAZ_GOOGLE_MAXIMISE_TAILLE', false); // Si a true, la carte essaie de s etendre sur toute la largeur disponible
|
184 |
define ('BAZ_GOOGLE_MAXIMISE_TAILLE', false); // Si a true, la carte essaie de s etendre sur toute la largeur disponible
|
| - |
|
185 |
define ('BAZ_GOOGLE_FOND_KML', '');
|
| 185 |
}
|
186 |
}
|
| Line 186... |
Line 187... |
| 186 |
|
187 |
|
| Line 191... |
Line 192... |
| 191 |
$GLOBALS['droit_depot'] = '' ;
|
192 |
$GLOBALS['droit_depot'] = '' ;
|
| Line 192... |
Line 193... |
| 192 |
|
193 |
|
| 193 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
194 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| 194 |
*
|
195 |
*
|
| - |
|
196 |
* $Log: not supported by cvs2svn $
|
| - |
|
197 |
* Revision 1.36.2.2 2008-01-11 14:08:14 alexandre_tb
|
| - |
|
198 |
* ajout de la contante BAZ_VARIABLE_ACTION
|
| 195 |
* $Log: not supported by cvs2svn $
|
199 |
*
|
| 196 |
* Revision 1.36.2.1 2007-12-14 09:52:20 alexandre_tb
|
200 |
* Revision 1.36.2.1 2007-12-14 09:52:20 alexandre_tb
|
| 197 |
* ajout des constantes
|
201 |
* ajout des constantes
|
| 198 |
* BAZ_GOOGLE_IMAGE_LARGEUR
|
202 |
* BAZ_GOOGLE_IMAGE_LARGEUR
|
| 199 |
* 'BAZ_GOOGLE_IMAGE_HAUTEUR
|
203 |
* 'BAZ_GOOGLE_IMAGE_HAUTEUR
|