Subversion Repositories eFlore/Archives.chorologie

Rev

Rev 25 | Rev 29 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25 Rev 26
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: echoro_config.inc.php,v 1.4 2005-02-28 15:37:08 jpm Exp $
24
// CVS : $Id: echoro_config.inc.php,v 1.5 2005-03-15 15:10:32 jpm Exp $
25
/**
25
/**
26
* Fichier de configuration de la chorologie d'eFlore.
26
* Fichier de configuration de la chorologie d'eFlore.
27
*
27
*
28
* Fichier contenant des constantes et des variables globales permettant de configurer eFlore-chorologie.
28
* Fichier contenant des constantes et des variables globales permettant de configurer eFlore-chorologie.
29
*
29
*
Line 32... Line 32...
32
//Auteur original :
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Aucun
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.4 $ $Date: 2005-02-28 15:37:08 $
37
*@version       $Revision: 1.5 $ $Date: 2005-03-15 15:10:32 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 56... Line 56...
56
define('ECHORO_CHEMIN_APPLI', GEN_CHEMIN_CLIENT.'eflore_chorologie/');
56
define('ECHORO_CHEMIN_APPLI', GEN_CHEMIN_CLIENT.'eflore_chorologie/');
57
/** Constante stockant le chemin absolu de base de l'application de chorologie.*/
57
/** Constante stockant le chemin absolu de base de l'application de chorologie.*/
58
define('ECHORO_CHEMIN_ABSO_APPLI', PAP_CHEMIN_RACINE.GEN_CHEMIN_CLIENT.'eflore_chorologie/');
58
define('ECHORO_CHEMIN_ABSO_APPLI', PAP_CHEMIN_RACINE.GEN_CHEMIN_CLIENT.'eflore_chorologie/');
59
/** Constante stockant le chemin vers le dossier "autres" de l'API général de Papyrus.*/
59
/** Constante stockant le chemin vers le dossier "autres" de l'API général de Papyrus.*/
60
define('ECHORO_CHEMIN_API_AUTRE', GEN_CHEMIN_API.'autres/');
60
define('ECHORO_CHEMIN_API_AUTRE', GEN_CHEMIN_API.'autres/');
61
/** Constante stockant le chemin vers le dossier "fragmenteur_1.0" de l'API général de Papyrus.*/
61
/** Constante stockant le chemin vers le dossier "fragmenteur" de l'API.*/
62
define('ECHORO_CHEMIN_API_FRAGMENTEUR', GEN_CHEMIN_API.'fragmenteur/');
62
define('ECHORO_CHEMIN_API_FRAGMENTEUR', GEN_CHEMIN_API.'fragmenteur/');
-
 
63
/** Constante stockant le chemin vers le dossier "formulaire" de l'API.*/
-
 
64
define('ECHORO_CHEMIN_API_FORMULAIRE', GEN_CHEMIN_API.'formulaire/');
63
/** Constante stockant le chemin vers le dossier bibliothèque.*/
65
/** Constante stockant le chemin vers le dossier bibliothèque.*/
64
define('ECHORO_CHEMIN_BIBLIO', ECHORO_CHEMIN_APPLI.'bibliotheque/');
66
define('ECHORO_CHEMIN_BIBLIO', ECHORO_CHEMIN_APPLI.'bibliotheque/');
65
/** Constante stockant le chemin absolu vers le dossier bibliothèque.*/
67
/** Constante stockant le chemin absolu vers le dossier bibliothèque.*/
66
define('ECHORO_CHEMIN_ABSO_BIBLIO', ECHORO_CHEMIN_ABSO_APPLI.'bibliotheque/');
68
define('ECHORO_CHEMIN_ABSO_BIBLIO', ECHORO_CHEMIN_ABSO_APPLI.'bibliotheque/');
67
/** Constante stockant le chemin vers le dossier bibliothèque de la cartographie.*/
69
/** Constante stockant le chemin vers le dossier bibliothèque de la cartographie.*/
Line 326... Line 328...
326
//Pour les noms de champs utiliser ceux de la table EFLORE_CHOROLOGIE_STATUTS
328
//Pour les noms de champs utiliser ceux de la table EFLORE_CHOROLOGIE_STATUTS
Line 327... Line 329...
327
 
329
 
328
/* +--Fin du code ----------------------------------------------------------------------------------------+
330
/* +--Fin du code ----------------------------------------------------------------------------------------+
329
*
331
*
-
 
332
* $Log: not supported by cvs2svn $
-
 
333
* Revision 1.4  2005/02/28 15:37:08  jpm
-
 
334
* Changement de nom de dossier d'API.
330
* $Log: not supported by cvs2svn $
335
*
331
* Revision 1.3  2005/02/23 17:30:14  jpm
336
* Revision 1.3  2005/02/23 17:30:14  jpm
332
* Modification de valeurs de constantes.
337
* Modification de valeurs de constantes.
333
*
338
*
334
* Revision 1.2  2005/02/22 19:36:55  jpm
339
* Revision 1.2  2005/02/22 19:36:55  jpm