Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 174 → Rev 175

/trunk/configuration/eflore_config.inc.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: eflore_config.inc.php,v 1.10 2005-06-30 15:24:26 jpm Exp $
// CVS : $Id: eflore_config.inc.php,v 1.11 2005-07-01 19:02:11 jp_milcent Exp $
/**
* Fichier de configuration d'eFlore.
*
34,7 → 34,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.10 $ $Date: 2005-06-30 15:24:26 $
*@version $Revision: 1.11 $ $Date: 2005-07-01 19:02:11 $
// +------------------------------------------------------------------------------------------------------+
*/
 
96,7 → 96,9
/** Constante stockant l'url pour obtenir une liste des taxons fils d'un taxon.*/
define('EFLORE_URL_LISTE_CLASSIF', EFLORE_URL_ERIBO.'?cle=recherche_classif&nvp=%s&nt=%s');
/** Constante stockant l'url pour obtenir des infos sur le taxon supérieur dans la classification.*/
define('EFLORE_URL_TAXON_SUP', EFLORE_URL_ERIBO.'?cle=recherche_taxon_sup&nt=%s&nvp=%s');
define('EFLORE_URL_INFO_TAXON_SUP', EFLORE_URL_ERIBO.'?cle=info_taxon_sup&nt=%s&nvp=%s');
/** Constante stockant l'url pour obtenir des infos sur un nom latin.*/
define('EFLORE_URL_INFO_NOM_LATIN', EFLORE_URL_ERIBO.'?cle=info_nom_latin&nn=%s');
 
// +------------------------------------------------------------------------------------------------------+
// Définition de la langue
118,6 → 120,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.10 2005/06/30 15:24:26 jpm
* Début des modifications pour ajout de l'arborescence de la classif.
*
* Revision 1.9 2005/06/09 18:10:25 jpm
* Début gestion des sessions dans la recherche nomenclaturale.
*