Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 173 Rev 175
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: eflore_config.inc.php,v 1.10 2005-06-30 15:24:26 jpm Exp $
24
// CVS : $Id: eflore_config.inc.php,v 1.11 2005-07-01 19:02:11 jp_milcent Exp $
25
/**
25
/**
26
* Fichier de configuration d'eFlore.
26
* Fichier de configuration d'eFlore.
27
*
27
*
28
* Fichier contenant des constantes et des variables globales permettant de configurer eFlore-consultation.
28
* Fichier contenant des constantes et des variables globales permettant de configurer eFlore-consultation.
29
*
29
*
Line 32... Line 32...
32
//Auteur original :
32
//Auteur original :
33
*@author        Linda ANGAMA<linda_angama@yahoo.fr>
33
*@author        Linda ANGAMA<linda_angama@yahoo.fr>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.10 $ $Date: 2005-06-30 15:24:26 $
37
*@version       $Revision: 1.11 $ $Date: 2005-07-01 19:02:11 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 94... Line 94...
94
/** Constante stockant l'url pour obtenir un formulaire sur les projets taxo.*/
94
/** Constante stockant l'url pour obtenir un formulaire sur les projets taxo.*/
95
define('EFLORE_URL_LISTE_TAXON', EFLORE_URL_ERIBO.'?cle=recherche_taxon&nvp=%s&rg=%s&od=%s&le=%s');
95
define('EFLORE_URL_LISTE_TAXON', EFLORE_URL_ERIBO.'?cle=recherche_taxon&nvp=%s&rg=%s&od=%s&le=%s');
96
/** Constante stockant l'url pour obtenir une liste des taxons fils d'un taxon.*/
96
/** Constante stockant l'url pour obtenir une liste des taxons fils d'un taxon.*/
97
define('EFLORE_URL_LISTE_CLASSIF', EFLORE_URL_ERIBO.'?cle=recherche_classif&nvp=%s&nt=%s');
97
define('EFLORE_URL_LISTE_CLASSIF', EFLORE_URL_ERIBO.'?cle=recherche_classif&nvp=%s&nt=%s');
98
/** Constante stockant l'url pour obtenir des infos sur le taxon supérieur dans la classification.*/
98
/** Constante stockant l'url pour obtenir des infos sur le taxon supérieur dans la classification.*/
99
define('EFLORE_URL_TAXON_SUP', EFLORE_URL_ERIBO.'?cle=recherche_taxon_sup&nt=%s&nvp=%s');
99
define('EFLORE_URL_INFO_TAXON_SUP', EFLORE_URL_ERIBO.'?cle=info_taxon_sup&nt=%s&nvp=%s');
-
 
100
/** Constante stockant l'url pour obtenir des infos sur un nom latin.*/
-
 
101
define('EFLORE_URL_INFO_NOM_LATIN', EFLORE_URL_ERIBO.'?cle=info_nom_latin&nn=%s');
Line 100... Line 102...
100
 
102
 
101
// +------------------------------------------------------------------------------------------------------+
103
// +------------------------------------------------------------------------------------------------------+
102
// Définition de la langue
104
// Définition de la langue
103
/** Constante stockant la langue utilisée pour l'application.*/
105
/** Constante stockant la langue utilisée pour l'application.*/
Line 116... Line 118...
116
define('CONTRIBUTEUR', 4);
118
define('CONTRIBUTEUR', 4);
Line 117... Line 119...
117
 
119
 
118
/* +--Fin du code ----------------------------------------------------------------------------------------+
120
/* +--Fin du code ----------------------------------------------------------------------------------------+
119
*
121
*
-
 
122
* $Log: not supported by cvs2svn $
-
 
123
* Revision 1.10  2005/06/30 15:24:26  jpm
-
 
124
* Début des modifications pour ajout de l'arborescence de la classif.
120
* $Log: not supported by cvs2svn $
125
*
121
* Revision 1.9  2005/06/09 18:10:25  jpm
126
* Revision 1.9  2005/06/09 18:10:25  jpm
122
* Début gestion des sessions dans la recherche nomenclaturale.
127
* Début gestion des sessions dans la recherche nomenclaturale.
123
*
128
*
124
* Revision 1.8  2005/02/15 13:33:25  jpm
129
* Revision 1.8  2005/02/15 13:33:25  jpm