Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 126 → Rev 127

/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.2 2005-01-03 19:44:40 jpm Exp $
// CVS : $Id: eflore_recherche.inc.php,v 1.3 2005-01-28 19:47:55 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.2 $ $Date: 2005-01-03 19:44:40 $
*@version $Revision: 1.3 $ $Date: 2005-01-28 19:47:55 $
// +------------------------------------------------------------------------------------------------------+
*/
 
49,36 → 49,47
// +------------------------------------------------------------------------------------------------------+
 
// Recherche nomenclaturale ou taxonomique
$sortie .= '<h1>'.EFLORE_LG_RECH_TITRE.'</h1>';
$sortie .= '<h1>'.EFLORE_LG_RECH_TITRE.'</h1>'."\n";
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_nomenclature.inc.php';
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomie.inc.php';
 
$sortie .= '<div id="eflore_exemples">'."\n";
$sortie .= '<h2>'.EFLORE_LG_EXPLE_TITRE.'</h2>'."\n";
 
$sortie .= '<div id="eflore_exemple_nomenc">'."\n";
$sortie .= '<h3>'.EFLORE_LG_EXPLE_TITRE_NOMENC.'</h3>'."\n";
$sortie .= '<p>'.EFLORE_LG_EXPLE_NOMENC.'</p>'."\n";
$sortie .= '<p>'.EFLORE_LG_EXPLE_ASTUCE.'</p>'."\n";
$sortie .= '<ul>'."\n";
$sortie .= ' <li>'.sprintf(EFLORE_LG_EXPLE_ASTUCE_DEMO_01, '<tt>', '</tt>', '<tt>', '</tt>').'</li>';
$sortie .= ' <li>'.sprintf(EFLORE_LG_EXPLE_ASTUCE_DEMO_02, '<tt>', '</tt>').'</li>';
$sortie .= '<ul id="eflore_liste_astuces">'."\n";
$sortie .= ' <li>'.sprintf(EFLORE_LG_EXPLE_ASTUCE_DEMO_01, '<tt>', '</tt>', '<tt>', '</tt>').'</li>'."\n";
$sortie .= ' <li>'.sprintf(EFLORE_LG_EXPLE_ASTUCE_DEMO_02, '<tt>', '</tt>').'</li>'."\n";
$sortie .= '</ul>'."\n";
$sortie .= '<p>'.EFLORE_LG_EXPLE_LANGUE.'</p>'."\n";
$sortie .= '<ul>'."\n";
$sortie .= ' <li>'.EFLORE_LG_EXPLE_FR.'</li>';
$sortie .= ' <li>'.EFLORE_LG_EXPLE_ES.'</li>';
$sortie .= ' <li>'.EFLORE_LG_EXPLE_CA.'</li>';
$sortie .= ' <li>'.EFLORE_LG_EXPLE_DE.'</li>';
$sortie .= ' <li>'.EFLORE_LG_EXPLE_EN.'</li>';
$sortie .= ' <li>'.EFLORE_LG_EXPLE_NL.'</li>';
$sortie .= ' <li>'.EFLORE_LG_EXPLE_IT.'</li>';
$sortie .= ' <li>'.EFLORE_LG_EXPLE_ETC.'</li>';
$sortie .= '<ul id="eflore_liste_langues">'."\n";
$sortie .= ' <li>'.EFLORE_LG_EXPLE_FR.'</li>'."\n";
$sortie .= ' <li>'.EFLORE_LG_EXPLE_ES.'</li>'."\n";
$sortie .= ' <li>'.EFLORE_LG_EXPLE_CA.'</li>'."\n";
$sortie .= ' <li>'.EFLORE_LG_EXPLE_DE.'</li>'."\n";
$sortie .= ' <li>'.EFLORE_LG_EXPLE_EN.'</li>'."\n";
$sortie .= ' <li>'.EFLORE_LG_EXPLE_NL.'</li>'."\n";
$sortie .= ' <li>'.EFLORE_LG_EXPLE_IT.'</li>'."\n";
$sortie .= ' <li>'.EFLORE_LG_EXPLE_ETC.'</li>'."\n";
$sortie .= '</ul>'."\n";
$sortie .= '</div>'."\n";
 
$sortie .= '<div id="eflore_exemple_taxo">'."\n";
$sortie .= '<h3>'.EFLORE_LG_EXPLE_TITRE_TAXO.'</h3>'."\n";
$sortie .= '<p>'.EFLORE_LG_EXPLE_TAXO.'</p>'."\n";
$sortie .= '</div>'."\n";
 
$sortie .= '</div>'."\n";
 
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.2 2005/01/03 19:44:40 jpm
* Ajout de la gestion de l'action "fiche".
*
* Revision 1.1 2004/12/23 20:05:17 jpm
* Début prise en maine eflore-consultation.
*