| 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.php,v 1.8 2005-02-15 12:59:58 jpm Exp $
|
24 |
// CVS : $Id: eflore.php,v 1.9 2005-06-30 15:24:26 jpm Exp $
|
| 25 |
/**
|
25 |
/**
|
| 26 |
* Application de consultation des données d'eFlore.
|
26 |
* Application de consultation des données d'eFlore.
|
| 27 |
*
|
27 |
*
|
| 28 |
* Moteur de recherche aboutissant à une page contenant la fiche d'un nom.
|
28 |
* Moteur de recherche aboutissant à une page contenant la fiche d'un nom.
|
| 29 |
* Plusieurs onglets sont alors disponiblent, chacun affichant des infos spécifiques
|
29 |
* Plusieurs onglets sont alors disponiblent, chacun affichant des infos spécifiques
|
| Line 36... |
Line 36... |
| 36 |
//Auteur original :
|
36 |
//Auteur original :
|
| 37 |
*@author Linda ANGAMA <linda_angama@yahoo.fr>
|
37 |
*@author Linda ANGAMA <linda_angama@yahoo.fr>
|
| 38 |
//Autres auteurs :
|
38 |
//Autres auteurs :
|
| 39 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
39 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
| 40 |
*@copyright Tela-Botanica 2000-2004
|
40 |
*@copyright Tela-Botanica 2000-2004
|
| 41 |
*@version $Revision: 1.8 $ $Date: 2005-02-15 12:59:58 $
|
41 |
*@version $Revision: 1.9 $ $Date: 2005-06-30 15:24:26 $
|
| 42 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
| 43 |
*/
|
43 |
*/
|
| Line 44... |
Line 44... |
| 44 |
|
44 |
|
| 45 |
// +------------------------------------------------------------------------------------------------------+
|
45 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 97... |
Line 97... |
| 97 |
function afficherContenuCorps()
|
97 |
function afficherContenuCorps()
|
| 98 |
{
|
98 |
{
|
| 99 |
// +--------------------------------------------------------------------------------------------------+
|
99 |
// +--------------------------------------------------------------------------------------------------+
|
| 100 |
// Initialisation
|
100 |
// Initialisation
|
| 101 |
/** Definition de la variable globale d'eFlore contenant la connexion à la base de données.*/
|
101 |
/** Definition de la variable globale d'eFlore contenant la connexion à la base de données.*/
|
| 102 |
$GLOBALS['_EFLORE_']['bdd']= DB::connect(EFLORE_DSN);
|
102 |
//$GLOBALS['_EFLORE_']['bdd']= DB::connect(EFLORE_DSN);
|
| 103 |
// Allias temporaire
|
103 |
// Allias temporaire
|
| 104 |
$GLOBALS['db_eflore']= $GLOBALS['_EFLORE_']['bdd'];
|
104 |
//$GLOBALS['db_eflore']= $GLOBALS['_EFLORE_']['bdd'];
|
| 105 |
$sortie = '';
|
105 |
$sortie = '';
|
| Line 106... |
Line 106... |
| 106 |
|
106 |
|
| 107 |
// +--------------------------------------------------------------------------------------------------+
|
107 |
// +--------------------------------------------------------------------------------------------------+
|
| 108 |
// Gestion des actions
|
108 |
// Gestion des actions
|
| Line 151... |
Line 151... |
| 151 |
return $sortie;
|
151 |
return $sortie;
|
| 152 |
}
|
152 |
}
|
| Line 153... |
Line 153... |
| 153 |
|
153 |
|
| 154 |
function afficherContenuPied()
|
154 |
function afficherContenuPied()
|
| 155 |
{
|
155 |
{
|
| 156 |
$sortie = '<p id="eflore_pied_page">'.EFLORE_LG_PIED.'</p>';
|
156 |
$sortie = '<p id="eflore_pied_page">'.EFLORE_LG_PIED.'<a href="mailto:'.EFLORE_LG_PIED_MAIL.'">'.EFLORE_LG_PIED_MAIL.'</a>'.EFLORE_LG_POINT.'</p>';
|
| 157 |
return $sortie;
|
157 |
return $sortie;
|
| Line 158... |
Line 158... |
| 158 |
}
|
158 |
}
|
| 159 |
|
159 |
|
| Line 163... |
Line 163... |
| 163 |
|
163 |
|
| 164 |
|
164 |
|
| 165 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
165 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| - |
|
166 |
*
|
| - |
|
167 |
* $Log: not supported by cvs2svn $
|
| - |
|
168 |
* Revision 1.8 2005/02/15 12:59:58 jpm
|
| 166 |
*
|
169 |
* Récupération d'info depuis _REQUEST au lieu de _POST.
|
| 167 |
* $Log: not supported by cvs2svn $
|
170 |
*
|
| 168 |
* Revision 1.7 2005/01/28 19:47:55 jpm
|
171 |
* Revision 1.7 2005/01/28 19:47:55 jpm
|
| 169 |
* Ajout de la recherche pour les taxons.
|
172 |
* Ajout de la recherche pour les taxons.
|
| 170 |
*
|
173 |
*
|