Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 60 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60 Rev 127
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.2 2005-01-03 19:44:40 jpm Exp $
24
// CVS : $Id: eflore_recherche.inc.php,v 1.3 2005-01-28 19:47:55 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.2 $ $Date: 2005-01-03 19:44:40 $
37
*@version       $Revision: 1.3 $ $Date: 2005-01-28 19:47:55 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 47... Line 47...
47
// +------------------------------------------------------------------------------------------------------+
47
// +------------------------------------------------------------------------------------------------------+
48
// |                                            CORPS du PROGRAMME                                        |
48
// |                                            CORPS du PROGRAMME                                        |
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>';
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';
-
 
54
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomie.inc.php';
-
 
55
 
54
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomie.inc.php';
56
$sortie .= '<div id="eflore_exemples">'."\n";
Line -... Line 57...
-
 
57
$sortie .= '<h2>'.EFLORE_LG_EXPLE_TITRE.'</h2>'."\n";
55
$sortie .= '<h2>'.EFLORE_LG_EXPLE_TITRE.'</h2>'."\n";
58
 
56
 
59
$sortie .= '<div id="eflore_exemple_nomenc">'."\n";
57
$sortie .= '<h3>'.EFLORE_LG_EXPLE_TITRE_NOMENC.'</h3>'."\n";
60
$sortie .= '<h3>'.EFLORE_LG_EXPLE_TITRE_NOMENC.'</h3>'."\n";
58
$sortie .= '<p>'.EFLORE_LG_EXPLE_NOMENC.'</p>'."\n";
61
$sortie .= '<p>'.EFLORE_LG_EXPLE_NOMENC.'</p>'."\n";
59
$sortie .= '<p>'.EFLORE_LG_EXPLE_ASTUCE.'</p>'."\n";
62
$sortie .= '<p>'.EFLORE_LG_EXPLE_ASTUCE.'</p>'."\n";
60
$sortie .= '<ul>'."\n";
63
$sortie .= '<ul id="eflore_liste_astuces">'."\n";
61
$sortie .= '  <li>'.sprintf(EFLORE_LG_EXPLE_ASTUCE_DEMO_01, '<tt>', '</tt>', '<tt>', '</tt>').'</li>';
64
$sortie .= '  <li>'.sprintf(EFLORE_LG_EXPLE_ASTUCE_DEMO_01, '<tt>', '</tt>', '<tt>', '</tt>').'</li>'."\n";
62
$sortie .= '  <li>'.sprintf(EFLORE_LG_EXPLE_ASTUCE_DEMO_02, '<tt>', '</tt>').'</li>';
65
$sortie .= '  <li>'.sprintf(EFLORE_LG_EXPLE_ASTUCE_DEMO_02, '<tt>', '</tt>').'</li>'."\n";
63
$sortie .= '</ul>'."\n";
66
$sortie .= '</ul>'."\n";
64
$sortie .= '<p>'.EFLORE_LG_EXPLE_LANGUE.'</p>'."\n";
67
$sortie .= '<p>'.EFLORE_LG_EXPLE_LANGUE.'</p>'."\n";
65
$sortie .= '<ul>'."\n";
68
$sortie .= '<ul id="eflore_liste_langues">'."\n";
66
$sortie .= '  <li>'.EFLORE_LG_EXPLE_FR.'</li>';
69
$sortie .= '  <li>'.EFLORE_LG_EXPLE_FR.'</li>'."\n";
67
$sortie .= '  <li>'.EFLORE_LG_EXPLE_ES.'</li>';
70
$sortie .= '  <li>'.EFLORE_LG_EXPLE_ES.'</li>'."\n";
68
$sortie .= '  <li>'.EFLORE_LG_EXPLE_CA.'</li>';
71
$sortie .= '  <li>'.EFLORE_LG_EXPLE_CA.'</li>'."\n";
69
$sortie .= '  <li>'.EFLORE_LG_EXPLE_DE.'</li>';
72
$sortie .= '  <li>'.EFLORE_LG_EXPLE_DE.'</li>'."\n";
70
$sortie .= '  <li>'.EFLORE_LG_EXPLE_EN.'</li>';
73
$sortie .= '  <li>'.EFLORE_LG_EXPLE_EN.'</li>'."\n";
71
$sortie .= '  <li>'.EFLORE_LG_EXPLE_NL.'</li>';
74
$sortie .= '  <li>'.EFLORE_LG_EXPLE_NL.'</li>'."\n";
72
$sortie .= '  <li>'.EFLORE_LG_EXPLE_IT.'</li>';
75
$sortie .= '  <li>'.EFLORE_LG_EXPLE_IT.'</li>'."\n";
-
 
76
$sortie .= '  <li>'.EFLORE_LG_EXPLE_ETC.'</li>'."\n";
Line -... Line 77...
-
 
77
$sortie .= '</ul>'."\n";
73
$sortie .= '  <li>'.EFLORE_LG_EXPLE_ETC.'</li>';
78
$sortie .= '</div>'."\n";
74
$sortie .= '</ul>'."\n";
79
 
-
 
80
$sortie .= '<div id="eflore_exemple_taxo">'."\n";
-
 
81
$sortie .= '<h3>'.EFLORE_LG_EXPLE_TITRE_TAXO.'</h3>'."\n";
-
 
82
$sortie .= '<p>'.EFLORE_LG_EXPLE_TAXO.'</p>'."\n";
Line 75... Line 83...
75
 
83
$sortie .= '</div>'."\n";
76
$sortie .= '<h3>'.EFLORE_LG_EXPLE_TITRE_TAXO.'</h3>'."\n";
84
 
77
$sortie .= '<p>'.EFLORE_LG_EXPLE_TAXO.'</p>'."\n";
85
$sortie .= '</div>'."\n";
-
 
86
 
-
 
87
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
88
*
78
 
89
* $Log: not supported by cvs2svn $
79
/* +--Fin du code ----------------------------------------------------------------------------------------+
90
* Revision 1.2  2005/01/03 19:44:40  jpm
80
*
91
* Ajout de la gestion de l'action "fiche".
81
* $Log: not supported by cvs2svn $
92
*
82
* Revision 1.1  2004/12/23 20:05:17  jpm
93
* Revision 1.1  2004/12/23 20:05:17  jpm