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.22 2007-11-08 09:30:35 alexandre_tb Exp $
|
22 |
// CVS : $Id: bottin.config.inc.php,v 1.23 2007-11-16 14:21:32 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.22 $ $Date: 2007-11-08 09:30:35 $
|
35 |
*@version $Revision: 1.23 $ $Date: 2007-11-16 14:21:32 $
|
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 219... |
Line 219... |
219 |
/** Constante pour indiquer le repertoire des squelettes du bottin */
|
219 |
/** Constante pour indiquer le repertoire des squelettes du bottin */
|
220 |
define ('INS_CHEMIN_SQUELETTE', INS_CHEMIN_APPLI.'squelettes/');
|
220 |
define ('INS_CHEMIN_SQUELETTE', INS_CHEMIN_APPLI.'squelettes/');
|
221 |
/** Constante pour indiquer le nom du squelette qui construit le moteur de recherche backoffice */
|
221 |
/** Constante pour indiquer le nom du squelette qui construit le moteur de recherche backoffice */
|
222 |
define ('INS_FICHIER_SQUELETTE_BACKOFFICE_MOTEUR', 'annuaire_backoffice_moteur_recherche.tpl.html');
|
222 |
define ('INS_FICHIER_SQUELETTE_BACKOFFICE_MOTEUR', 'annuaire_backoffice_moteur_recherche.tpl.html');
|
Line -... |
Line 223... |
- |
|
223 |
|
- |
|
224 |
/** Constante pour le fichier de donnees google_map */
|
- |
|
225 |
define ('INS_FICHIER_DONNEES_GOOGLE', 'donnees_googlemap.php');
|
- |
|
226 |
|
- |
|
227 |
/** Contante pour le fichier de script google_map */
|
Line 223... |
Line 228... |
223 |
|
228 |
define ('INS_FICHIER_SCRIPT_GOOGLE', 'script_google_map.tpl.js.html');
|
224 |
|
229 |
|
225 |
/**
|
230 |
/**
|
226 |
//==================================== PARAMETRAGE =================================
|
231 |
//==================================== PARAMETRAGE =================================
|
Line 250... |
Line 255... |
250 |
}
|
255 |
}
|
Line 251... |
Line 256... |
251 |
|
256 |
|
252 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
257 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
253 |
*
|
258 |
*
|
- |
|
259 |
* $Log: not supported by cvs2svn $
|
- |
|
260 |
* Revision 1.22 2007-11-08 09:30:35 alexandre_tb
|
- |
|
261 |
* nouvelles constantes
|
- |
|
262 |
* INS_CHEMIN_FICHIER_SQUELETTE
|
- |
|
263 |
* INS_FICHIER_SQUELETTE_BACKOFFICE_MOTEUR
|
254 |
* $Log: not supported by cvs2svn $
|
264 |
*
|
255 |
* Revision 1.21 2007-10-12 10:03:59 alexandre_tb
|
265 |
* Revision 1.21 2007-10-12 10:03:59 alexandre_tb
|
256 |
* ajout des contantes INS_GOOGLE_IMAGE_LARGEUR et INS_GOOGLE_IMAGE_HAUTEUR
|
266 |
* ajout des contantes INS_GOOGLE_IMAGE_LARGEUR et INS_GOOGLE_IMAGE_HAUTEUR
|
257 |
*
|
267 |
*
|
258 |
* Revision 1.20 2007-10-01 12:17:02 alexandre_tb
|
268 |
* Revision 1.20 2007-10-01 12:17:02 alexandre_tb
|