Subversion Repositories Applications.papyrus

Rev

Rev 1569 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1569 Rev 1627
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.19 2007-09-06 08:26:05 alexandre_tb Exp $
22
// CVS : $Id: bottin.config.inc.php,v 1.20 2007-10-01 12:17:02 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.19 $ $Date: 2007-09-06 08:26:05 $
35
*@version       $Revision: 1.20 $ $Date: 2007-10-01 12:17:02 $
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 236... Line 236...
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', '');
239
	define ('INS_GOOGLE_CENTRE_LON', '');
239
	define ('INS_GOOGLE_CENTRE_LON', '');
-
 
240
	define ('INS_GOOGLE_ALTITUDE', ''); // de 1 a 15
240
	define ('INS_GOOGLE_ALTITUDE', ''); // de 1 a 15
241
		define ('INS_GOOGLE_TYPE_DE_VUE', 'G_HYBRID_MAP');
Line 241... Line 242...
241
}
242
}
242
 
243
 
243
/* +--Fin du code ----------------------------------------------------------------------------------------+
244
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
245
*
-
 
246
* $Log: not supported by cvs2svn $
-
 
247
* Revision 1.19  2007-09-06 08:26:05  alexandre_tb
-
 
248
* suppression de constantes qui ont migres dans la table inscription_config
244
*
249
* ajout de constantes pour la carte GOOGLE
245
* $Log: not supported by cvs2svn $
250
*
246
* Revision 1.18  2007-08-29 12:46:59  alexandre_tb
251
* Revision 1.18  2007-08-29 12:46:59  alexandre_tb
247
* dans la config "hors papyrus", appel du fichier bottin.langues.... a la place de ins_annuaire.lang....
252
* dans la config "hors papyrus", appel du fichier bottin.langues.... a la place de ins_annuaire.lang....
248
*
253
*