Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 59 → Rev 60

/trunk/eflore_recherche.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_recherche.inc.php,v 1.1 2004-12-23 20:05:17 jpm Exp $
// CVS : $Id: eflore_recherche.inc.php,v 1.2 2005-01-03 19:44:40 jpm Exp $
/**
* Affichage des moteurs de recherches d'eFlore.
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2004-12-23 20:05:17 $
*@version $Revision: 1.2 $ $Date: 2005-01-03 19:44:40 $
// +------------------------------------------------------------------------------------------------------+
*/
 
47,12 → 47,11
// +------------------------------------------------------------------------------------------------------+
// | CORPS du PROGRAMME |
// +------------------------------------------------------------------------------------------------------+
 
// Recherche nomenclaturale ou taxonomique
$sortie .= '<h1>'.EFLORE_LG_RECH_TITRE.'</h1>';
 
require_once EFLORE_CHEMIN_APPLI.'eflore_recherche_nomenclature.inc.php';
 
require_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomie.inc.php';
 
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_nomenclature.inc.php';
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomie.inc.php';
$sortie .= '<h2>'.EFLORE_LG_EXPLE_TITRE.'</h2>'."\n";
 
$sortie .= '<h3>'.EFLORE_LG_EXPLE_TITRE_NOMENC.'</h3>'."\n";
80,7 → 79,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2004/12/23 20:05:17 jpm
* Début prise en maine eflore-consultation.
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>