Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 127 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
59 jpm 1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.3                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of eFlore-consultation.                                                            |
9
// |                                                                                                      |
10
// | Foobar is free software; you can redistribute it and/or modify                                       |
11
// | it under the terms of the GNU General Public License as published by                                 |
12
// | the Free Software Foundation; either version 2 of the License, or                                    |
13
// | (at your option) any later version.                                                                  |
14
// |                                                                                                      |
15
// | Foobar is distributed in the hope that it will be useful,                                            |
16
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
17
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                                        |
18
// | GNU General Public License for more details.                                                         |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
173 jpm 24
// CVS : $Id: eflore_recherche.inc.php,v 1.4 2005-06-30 15:24:26 jpm Exp $
59 jpm 25
/**
26
* Affichage des moteurs de recherches d'eFlore.
27
*
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.
30
*
31
*@package eFlore
32
//Auteur original :
33
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
34
//Autres auteurs :
35
*@author        Aucun
36
*@copyright     Tela-Botanica 2000-2004
173 jpm 37
*@version       $Revision: 1.4 $ $Date: 2005-06-30 15:24:26 $
59 jpm 38
// +------------------------------------------------------------------------------------------------------+
39
*/
40
 
41
// +------------------------------------------------------------------------------------------------------+
42
// |                                            ENTÊTE du PROGRAMME                                       |
43
// +------------------------------------------------------------------------------------------------------+
44
/** Inclusion des fonctions pour les moteurs de recherche. */
45
require_once EFLORE_CHEMIN_BIBLIO.'eflore_recherche.fonct.php';
46
 
47
// +------------------------------------------------------------------------------------------------------+
48
// |                                            CORPS du PROGRAMME                                        |
49
// +------------------------------------------------------------------------------------------------------+
60 jpm 50
 
51
// Recherche nomenclaturale ou taxonomique
127 jpm 52
$sortie .= '<h1>'.EFLORE_LG_RECH_TITRE.'</h1>'."\n";
60 jpm 53
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_nomenclature.inc.php';
173 jpm 54
//include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomie.inc.php';
127 jpm 55
 
56
$sortie .= '<div id="eflore_exemples">'."\n";
59 jpm 57
$sortie .= '<h2>'.EFLORE_LG_EXPLE_TITRE.'</h2>'."\n";
58
 
127 jpm 59
$sortie .= '<div id="eflore_exemple_nomenc">'."\n";
59 jpm 60
$sortie .= '<h3>'.EFLORE_LG_EXPLE_TITRE_NOMENC.'</h3>'."\n";
61
$sortie .= '<p>'.EFLORE_LG_EXPLE_NOMENC.'</p>'."\n";
62
$sortie .= '<p>'.EFLORE_LG_EXPLE_ASTUCE.'</p>'."\n";
127 jpm 63
$sortie .= '<ul id="eflore_liste_astuces">'."\n";
64
$sortie .= '  <li>'.sprintf(EFLORE_LG_EXPLE_ASTUCE_DEMO_01, '<tt>', '</tt>', '<tt>', '</tt>').'</li>'."\n";
65
$sortie .= '  <li>'.sprintf(EFLORE_LG_EXPLE_ASTUCE_DEMO_02, '<tt>', '</tt>').'</li>'."\n";
59 jpm 66
$sortie .= '</ul>'."\n";
67
$sortie .= '<p>'.EFLORE_LG_EXPLE_LANGUE.'</p>'."\n";
127 jpm 68
$sortie .= '<ul id="eflore_liste_langues">'."\n";
69
$sortie .= '  <li>'.EFLORE_LG_EXPLE_FR.'</li>'."\n";
70
$sortie .= '  <li>'.EFLORE_LG_EXPLE_ES.'</li>'."\n";
71
$sortie .= '  <li>'.EFLORE_LG_EXPLE_CA.'</li>'."\n";
72
$sortie .= '  <li>'.EFLORE_LG_EXPLE_DE.'</li>'."\n";
73
$sortie .= '  <li>'.EFLORE_LG_EXPLE_EN.'</li>'."\n";
74
$sortie .= '  <li>'.EFLORE_LG_EXPLE_NL.'</li>'."\n";
75
$sortie .= '  <li>'.EFLORE_LG_EXPLE_IT.'</li>'."\n";
173 jpm 76
$sortie .= '  <li>'.EFLORE_LG_ETC.'</li>'."\n";
59 jpm 77
$sortie .= '</ul>'."\n";
127 jpm 78
$sortie .= '</div>'."\n";
173 jpm 79
/*
127 jpm 80
$sortie .= '<div id="eflore_exemple_taxo">'."\n";
59 jpm 81
$sortie .= '<h3>'.EFLORE_LG_EXPLE_TITRE_TAXO.'</h3>'."\n";
82
$sortie .= '<p>'.EFLORE_LG_EXPLE_TAXO.'</p>'."\n";
127 jpm 83
$sortie .= '</div>'."\n";
173 jpm 84
*/
127 jpm 85
$sortie .= '</div>'."\n";
86
 
59 jpm 87
/* +--Fin du code ----------------------------------------------------------------------------------------+
88
*
89
* $Log: not supported by cvs2svn $
173 jpm 90
* Revision 1.3  2005/01/28 19:47:55  jpm
91
* Ajout de la recherche pour les taxons.
92
*
127 jpm 93
* Revision 1.2  2005/01/03 19:44:40  jpm
94
* Ajout de la gestion de l'action "fiche".
95
*
60 jpm 96
* Revision 1.1  2004/12/23 20:05:17  jpm
97
* Début prise en maine eflore-consultation.
59 jpm 98
*
60 jpm 99
*
59 jpm 100
* +-- Fin du code ----------------------------------------------------------------------------------------+
101
*/
102
?>