| 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_chorologie.php,v 1.6 2005-03-15 15:10:40 jpm Exp $
|
24 |
// CVS : $Id: eflore_chorologie.php,v 1.7 2005-05-19 07:37:47 jpm Exp $
|
| 25 |
/**
|
25 |
/**
|
| 26 |
* Affichage des listes de noms de plantes par zones géographiques.
|
26 |
* Affichage des listes de noms de plantes par zones géographiques.
|
| 27 |
*
|
27 |
*
|
| 28 |
* Ce script fournit le code html correspondant aux listes de noms de plantes par zone géographique.
|
28 |
* Ce script fournit le code html correspondant aux listes de noms de plantes par zone géographique.
|
| 29 |
*
|
29 |
*
|
| 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.6 $ $Date: 2005-03-15 15:10:40 $
|
37 |
*@version $Revision: 1.7 $ $Date: 2005-05-19 07:37:47 $
|
| 38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
| 39 |
*/
|
39 |
*/
|
| Line 40... |
Line 40... |
| 40 |
|
40 |
|
| 41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
| Line 56... |
Line 56... |
| 56 |
//require_once 'DB.php';
|
56 |
//require_once 'DB.php';
|
| Line 57... |
Line 57... |
| 57 |
|
57 |
|
| 58 |
// Ajout d'une feuille de style propre à eFlore.
|
58 |
// Ajout d'une feuille de style propre à eFlore.
|
| Line 59... |
Line -... |
| 59 |
GEN_stockerStyleExterne('echoro', ECHORO_CHEMIN_STYLE.'echoro.css');
|
- |
|
| 60 |
|
- |
|
| 61 |
/** Inclusion du fichier gérant les fonctions javascripts. */
|
- |
|
| 62 |
include_once ECHORO_CHEMIN_BIBLIO.'echoro_javascript.fonct.php';
|
- |
|
| 63 |
//Nous appelons la fonction javascript à insérer dans l'entête.
|
- |
|
| 64 |
GEN_stockerCodeScript(ajouterInfoBulleJs());
|
59 |
GEN_stockerStyleExterne('echoro', ECHORO_CHEMIN_STYLE.'echoro.css');
|
| 65 |
|
60 |
|
| Line 66... |
Line 61... |
| 66 |
/** Inclusion de la classe "form" de l'API Formulaire. */
|
61 |
/** Inclusion de la classe "form" de l'API Formulaire. */
|
| 67 |
require_once ECHORO_CHEMIN_API_FORMULAIRE.'FORM_formulaire.class.php';
|
62 |
require_once ECHORO_CHEMIN_API_FORMULAIRE.'FORM_formulaire.class.php';
|
| Line 424... |
Line 419... |
| 424 |
}
|
419 |
}
|
| 425 |
else {
|
420 |
else {
|
| 426 |
if (!$carte_france) {
|
421 |
if (!$carte_france) {
|
| 427 |
//Affichage quand il n'y a plus de carte.
|
422 |
//Affichage quand il n'y a plus de carte.
|
| 428 |
//Dans notre cas l'utilisateur a cliqué sur un département.
|
423 |
//Dans notre cas l'utilisateur a cliqué sur un département.
|
| - |
|
424 |
/** Inclusion du fichier gérant les fonctions javascripts. */
|
| - |
|
425 |
include_once ECHORO_CHEMIN_BIBLIO.'echoro_javascript.fonct.php';
|
| - |
|
426 |
//Nous appelons la fonction javascript à insérer dans l'entête.
|
| - |
|
427 |
GEN_stockerFichierScript('echoro', ECHORO_CHEMIN_SCRIPT.'echoro.js');
|
| Line 429... |
Line 428... |
| 429 |
|
428 |
|
| 430 |
//Nous récupérons l'identifiant du département transmis dans l'historique sous
|
429 |
//Nous récupérons l'identifiant du département transmis dans l'historique sous
|
| 431 |
//la forme france*numéro_departement
|
430 |
//la forme france*numéro_departement
|
| Line 531... |
Line 530... |
| 531 |
|
530 |
|
| 532 |
|
531 |
|
| 533 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
532 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
| - |
|
533 |
*
|
| - |
|
534 |
* $Log: not supported by cvs2svn $
|
| - |
|
535 |
* Revision 1.6 2005/03/15 15:10:40 jpm
|
| 534 |
*
|
536 |
* Ajout de l'API formulaire.
|
| 535 |
* $Log: not supported by cvs2svn $
|
537 |
*
|
| 536 |
* Revision 1.5 2005/02/24 17:06:17 jpm
|
538 |
* Revision 1.5 2005/02/24 17:06:17 jpm
|
| 537 |
* Changement du nom d'une fonction.
|
539 |
* Changement du nom d'une fonction.
|
| 538 |
*
|
540 |
*
|