Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 59 Rev 60
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.1 2004-12-23 20:05:17 jpm Exp $
24
// CVS : $Id: eflore_recherche.inc.php,v 1.2 2005-01-03 19:44:40 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.1 $ $Date: 2004-12-23 20:05:17 $
37
*@version       $Revision: 1.2 $ $Date: 2005-01-03 19:44:40 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 45... Line 45...
45
require_once EFLORE_CHEMIN_BIBLIO.'eflore_recherche.fonct.php';
45
require_once EFLORE_CHEMIN_BIBLIO.'eflore_recherche.fonct.php';
Line 46... Line 46...
46
 
46
 
47
// +------------------------------------------------------------------------------------------------------+
47
// +------------------------------------------------------------------------------------------------------+
48
// |                                            CORPS du PROGRAMME                                        |
48
// |                                            CORPS du PROGRAMME                                        |
49
// +------------------------------------------------------------------------------------------------------+
-
 
50
$sortie .= '<h1>'.EFLORE_LG_RECH_TITRE.'</h1>';
-
 
51
 
-
 
52
require_once EFLORE_CHEMIN_APPLI.'eflore_recherche_nomenclature.inc.php';
-
 
53
 
-
 
Line -... Line 49...
-
 
49
// +------------------------------------------------------------------------------------------------------+
-
 
50
 
-
 
51
// Recherche nomenclaturale ou taxonomique
-
 
52
$sortie .= '<h1>'.EFLORE_LG_RECH_TITRE.'</h1>';
54
require_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomie.inc.php';
53
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_nomenclature.inc.php';
Line 55... Line 54...
55
 
54
include_once EFLORE_CHEMIN_APPLI.'eflore_recherche_taxonomie.inc.php';
56
$sortie .= '<h2>'.EFLORE_LG_EXPLE_TITRE.'</h2>'."\n";
55
$sortie .= '<h2>'.EFLORE_LG_EXPLE_TITRE.'</h2>'."\n";
57
 
56
 
Line 78... Line 77...
78
$sortie .= '<p>'.EFLORE_LG_EXPLE_TAXO.'</p>'."\n";
77
$sortie .= '<p>'.EFLORE_LG_EXPLE_TAXO.'</p>'."\n";
Line 79... Line 78...
79
 
78
 
80
/* +--Fin du code ----------------------------------------------------------------------------------------+
79
/* +--Fin du code ----------------------------------------------------------------------------------------+
81
*
80
*
-
 
81
* $Log: not supported by cvs2svn $
-
 
82
* Revision 1.1  2004/12/23 20:05:17  jpm
-
 
83
* Début prise en maine eflore-consultation.
82
* $Log: not supported by cvs2svn $
84
*
83
*
85
*
84
* +-- Fin du code ----------------------------------------------------------------------------------------+
86
* +-- Fin du code ----------------------------------------------------------------------------------------+
85
*/
87
*/
86
?>
88
?>