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: bottin.config.inc.php,v 1.20 2007-10-01 12:17:02 alexandre_tb Exp $
|
22 |
// CVS : $Id: bottin.config.inc.php,v 1.21 2007-10-12 10:03:59 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Fichier de configuration de l'application d'inscription/annuaire
|
24 |
* Fichier de configuration de l'application d'inscription/annuaire
|
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 30... |
Line 30... |
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 |
*@author Aucun
|
33 |
*@author Aucun
|
34 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@version $Revision: 1.20 $ $Date: 2007-10-01 12:17:02 $
|
35 |
*@version $Revision: 1.21 $ $Date: 2007-10-12 10:03:59 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
*/
|
37 |
*/
|
38 |
//================================= CONSTANTES DB ==================================
|
38 |
//================================= CONSTANTES DB ==================================
|
39 |
/** Nom de la table Annuaire */
|
39 |
/** Nom de la table Annuaire */
|
40 |
define ('INS_ANNUAIRE', 'annuaire');
|
40 |
define ('INS_ANNUAIRE', 'annuaire');
|
Line 233... |
Line 233... |
233 |
|
233 |
|
234 |
/** Constante concernant la carte google */
|
234 |
/** Constante concernant la carte google */
|
Line 235... |
Line 235... |
235 |
define ('INS_GOOGLE_KEY', '');
|
235 |
define ('INS_GOOGLE_KEY', '');
|
236 |
|
236 |
|
237 |
if (defined ('INS_GOOGLE_KEY')) {
|
237 |
if (defined ('INS_GOOGLE_KEY')) {
|
238 |
define ('INS_GOOGLE_CENTRE_LAT', '');
|
238 |
define ('INS_GOOGLE_CENTRE_LAT', '43.59033826146747');
|
239 |
define ('INS_GOOGLE_CENTRE_LON', '');
|
239 |
define ('INS_GOOGLE_CENTRE_LON', '3.44970703125');
|
- |
|
240 |
define ('INS_GOOGLE_ALTITUDE', '8'); // de 1 a 15
|
- |
|
241 |
define ('INS_GOOGLE_TYPE_DE_VUE', 'G_HYBRID_MAP');
|
240 |
define ('INS_GOOGLE_ALTITUDE', ''); // de 1 a 15
|
242 |
define ('INS_GOOGLE_IMAGE_LARGEUR', 600); // en pixel
|
Line 241... |
Line 243... |
241 |
define ('INS_GOOGLE_TYPE_DE_VUE', 'G_HYBRID_MAP');
|
243 |
define ('INS_GOOGLE_IMAGE_HAUTEUR', 450);
|
242 |
}
|
244 |
}
|
243 |
|
245 |
|
- |
|
246 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
247 |
*
|
- |
|
248 |
* $Log: not supported by cvs2svn $
|
244 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
249 |
* Revision 1.20 2007-10-01 12:17:02 alexandre_tb
|
245 |
*
|
250 |
* ajout de la constante INS_GOOGLE_TYPE_DE_VUE
|
246 |
* $Log: not supported by cvs2svn $
|
251 |
*
|
247 |
* Revision 1.19 2007-09-06 08:26:05 alexandre_tb
|
252 |
* Revision 1.19 2007-09-06 08:26:05 alexandre_tb
|
248 |
* suppression de constantes qui ont migres dans la table inscription_config
|
253 |
* suppression de constantes qui ont migres dans la table inscription_config
|