Subversion Repositories eFlore/Archives.chorologie

Rev

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

Rev 20 Rev 25
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.3 2005-02-23 17:30:14 jpm Exp $
24
// CVS : $Id: echoro_config.inc.php,v 1.4 2005-02-28 15:37:08 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.3 $ $Date: 2005-02-23 17:30:14 $
37
*@version       $Revision: 1.4 $ $Date: 2005-02-28 15:37:08 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 57... Line 57...
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_1.0" de l'API général de Papyrus.*/
62
define('ECHORO_CHEMIN_API_FRAGMENTEUR', GEN_CHEMIN_API.'fragmenteur_1.0/');
62
define('ECHORO_CHEMIN_API_FRAGMENTEUR', GEN_CHEMIN_API.'fragmenteur/');
63
/** Constante stockant le chemin vers le dossier bibliothèque.*/
63
/** Constante stockant le chemin vers le dossier bibliothèque.*/
64
define('ECHORO_CHEMIN_BIBLIO', ECHORO_CHEMIN_APPLI.'bibliotheque/');
64
define('ECHORO_CHEMIN_BIBLIO', ECHORO_CHEMIN_APPLI.'bibliotheque/');
65
/** Constante stockant le chemin absolu vers le dossier bibliothèque.*/
65
/** Constante stockant le chemin absolu vers le dossier bibliothèque.*/
66
define('ECHORO_CHEMIN_ABSO_BIBLIO', ECHORO_CHEMIN_ABSO_APPLI.'bibliotheque/');
66
define('ECHORO_CHEMIN_ABSO_BIBLIO', ECHORO_CHEMIN_ABSO_APPLI.'bibliotheque/');
67
/** Constante stockant le chemin vers le dossier bibliothèque de la cartographie.*/
67
/** Constante stockant le chemin vers le dossier bibliothèque de la cartographie.*/
Line 326... Line 326...
326
//Pour les noms de champs utiliser ceux de la table EFLORE_CHOROLOGIE_STATUTS
326
//Pour les noms de champs utiliser ceux de la table EFLORE_CHOROLOGIE_STATUTS
Line 327... Line 327...
327
 
327
 
328
/* +--Fin du code ----------------------------------------------------------------------------------------+
328
/* +--Fin du code ----------------------------------------------------------------------------------------+
329
*
329
*
-
 
330
* $Log: not supported by cvs2svn $
-
 
331
* Revision 1.3  2005/02/23 17:30:14  jpm
-
 
332
* Modification de valeurs de constantes.
330
* $Log: not supported by cvs2svn $
333
*
331
* Revision 1.2  2005/02/22 19:36:55  jpm
334
* Revision 1.2  2005/02/22 19:36:55  jpm
332
* Ajout de constantes de configuration.
335
* Ajout de constantes de configuration.
333
*
336
*
334
* Revision 1.1  2005/02/22 12:02:41  jpm
337
* Revision 1.1  2005/02/22 12:02:41  jpm