| 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_recherche.inc.php,v 1.3 2005-01-28 19:47:55 jpm Exp $
|
24 |
// CVS : $Id: eflore_recherche.inc.php,v 1.4 2005-06-30 15:24:26 jpm Exp $
|
| 25 |
/**
|
25 |
/**
|
| 26 |
* Affichage des moteurs de recherches d'eFlore.
|
26 |
* Affichage des moteurs de recherches d'eFlore.
|
| 27 |
*
|
27 |
*
|
| 28 |
* Ce script fournit le code html correspondant aux moteurs de recherches permettant d'accéder aux données
|
28 |
* Ce script fournit le code html correspondant aux moteurs de recherches permettant d'accéder aux données
|
| 29 |
* de la base de données eFlore.
|
29 |
* de la base de données eFlore.
|
| 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-01-28 19:47:55 $
|
37 |
*@version $Revision: 1.4 $ $Date: 2005-06-30 15:24:26 $
|
| 38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
| 39 |
*/
|
39 |
*/
|
| Line 40... |
Line 40... |
| 40 |
|
40 |
|
| 41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 49... |
Line 49... |
| 49 |
// +------------------------------------------------------------------------------------------------------+
|
49 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 50... |
Line 50... |
| 50 |
|
50 |
|
| 51 |
// Recherche nomenclaturale ou taxonomique
|
51 |
// Recherche nomenclaturale ou taxonomique
|
| 52 |
$sortie .= '<h1>'.EFLORE_LG_RECH_TITRE.'</h1>'."\n";
|
52 |
$sortie .= '<h1>'.EFLORE_LG_RECH_TITRE.'</h1>'."\n";
|
| 53 |
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_nomenclature.inc.php';
|
53 |
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_nomenclature.inc.php';
|
| Line 54... |
Line 54... |
| 54 |
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomie.inc.php';
|
54 |
//include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomie.inc.php';
|
| 55 |
|
55 |
|
| Line 56... |
Line 56... |
| 56 |
$sortie .= '<div id="eflore_exemples">'."\n";
|
56 |
$sortie .= '<div id="eflore_exemples">'."\n";
|
| Line 71... |
Line 71... |
| 71 |
$sortie .= ' <li>'.EFLORE_LG_EXPLE_CA.'</li>'."\n";
|
71 |
$sortie .= ' <li>'.EFLORE_LG_EXPLE_CA.'</li>'."\n";
|
| 72 |
$sortie .= ' <li>'.EFLORE_LG_EXPLE_DE.'</li>'."\n";
|
72 |
$sortie .= ' <li>'.EFLORE_LG_EXPLE_DE.'</li>'."\n";
|
| 73 |
$sortie .= ' <li>'.EFLORE_LG_EXPLE_EN.'</li>'."\n";
|
73 |
$sortie .= ' <li>'.EFLORE_LG_EXPLE_EN.'</li>'."\n";
|
| 74 |
$sortie .= ' <li>'.EFLORE_LG_EXPLE_NL.'</li>'."\n";
|
74 |
$sortie .= ' <li>'.EFLORE_LG_EXPLE_NL.'</li>'."\n";
|
| 75 |
$sortie .= ' <li>'.EFLORE_LG_EXPLE_IT.'</li>'."\n";
|
75 |
$sortie .= ' <li>'.EFLORE_LG_EXPLE_IT.'</li>'."\n";
|
| 76 |
$sortie .= ' <li>'.EFLORE_LG_EXPLE_ETC.'</li>'."\n";
|
76 |
$sortie .= ' <li>'.EFLORE_LG_ETC.'</li>'."\n";
|
| 77 |
$sortie .= '</ul>'."\n";
|
77 |
$sortie .= '</ul>'."\n";
|
| 78 |
$sortie .= '</div>'."\n";
|
78 |
$sortie .= '</div>'."\n";
|
| 79 |
|
79 |
/*
|
| 80 |
$sortie .= '<div id="eflore_exemple_taxo">'."\n";
|
80 |
$sortie .= '<div id="eflore_exemple_taxo">'."\n";
|
| 81 |
$sortie .= '<h3>'.EFLORE_LG_EXPLE_TITRE_TAXO.'</h3>'."\n";
|
81 |
$sortie .= '<h3>'.EFLORE_LG_EXPLE_TITRE_TAXO.'</h3>'."\n";
|
| 82 |
$sortie .= '<p>'.EFLORE_LG_EXPLE_TAXO.'</p>'."\n";
|
82 |
$sortie .= '<p>'.EFLORE_LG_EXPLE_TAXO.'</p>'."\n";
|
| 83 |
$sortie .= '</div>'."\n";
|
83 |
$sortie .= '</div>'."\n";
|
| 84 |
|
84 |
*/
|
| 85 |
$sortie .= '</div>'."\n";
|
85 |
$sortie .= '</div>'."\n";
|
| Line 86... |
Line 86... |
| 86 |
|
86 |
|
| 87 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
87 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| 88 |
*
|
88 |
*
|
| - |
|
89 |
* $Log: not supported by cvs2svn $
|
| - |
|
90 |
* Revision 1.3 2005/01/28 19:47:55 jpm
|
| - |
|
91 |
* Ajout de la recherche pour les taxons.
|
| 89 |
* $Log: not supported by cvs2svn $
|
92 |
*
|
| 90 |
* Revision 1.2 2005/01/03 19:44:40 jpm
|
93 |
* Revision 1.2 2005/01/03 19:44:40 jpm
|
| 91 |
* Ajout de la gestion de l'action "fiche".
|
94 |
* Ajout de la gestion de l'action "fiche".
|
| 92 |
*
|
95 |
*
|
| 93 |
* Revision 1.1 2004/12/23 20:05:17 jpm
|
96 |
* Revision 1.1 2004/12/23 20:05:17 jpm
|