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.8 2005-05-31 13:45:10 jpm Exp $
|
24 |
// CVS : $Id: eflore_chorologie.php,v 1.9 2005-06-30 15:23:02 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.8 $ $Date: 2005-05-31 13:45:10 $
|
37 |
*@version $Revision: 1.9 $ $Date: 2005-06-30 15:23:02 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
*/
|
39 |
*/
|
Line 40... |
Line 40... |
40 |
|
40 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
Line 418... |
Line 418... |
418 |
return remplaceEntiteHTLM($res);
|
418 |
return remplaceEntiteHTLM($res);
|
419 |
} else {
|
419 |
} else {
|
420 |
if (!$carte_france) {
|
420 |
if (!$carte_france) {
|
421 |
//Affichage quand il n'y a plus de carte.
|
421 |
//Affichage quand il n'y a plus de carte.
|
422 |
//Dans notre cas l'utilisateur a cliqué sur un département.
|
422 |
//Dans notre cas l'utilisateur a cliqué sur un département.
|
423 |
/** Inclusion du fichier gérant les fonctions javascripts. */
|
- |
|
424 |
include_once ECHORO_CHEMIN_BIBLIO.'echoro_javascript.fonct.php';
|
- |
|
425 |
//Nous appelons la fonction javascript à insérer dans l'entête.
|
423 |
//Nous appelons la fonction javascript à insérer dans l'entête.
|
426 |
GEN_stockerFichierScript('echoro', ECHORO_CHEMIN_SCRIPT.'echoro.js');
|
424 |
GEN_stockerFichierScript('echoro', ECHORO_CHEMIN_SCRIPT.'echoro.js');
|
Line 427... |
Line 425... |
427 |
|
425 |
|
428 |
//Nous récupérons l'identifiant du département transmis dans l'historique sous
|
426 |
//Nous récupérons l'identifiant du département transmis dans l'historique sous
|
Line 529... |
Line 527... |
529 |
|
527 |
|
530 |
|
528 |
|
531 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
529 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
- |
|
530 |
*
|
- |
|
531 |
* $Log: not supported by cvs2svn $
|
- |
|
532 |
* Revision 1.8 2005/05/31 13:45:10 jpm
|
532 |
*
|
533 |
* Mise en place de la gestion entités html.
|
533 |
* $Log: not supported by cvs2svn $
|
534 |
*
|
534 |
* Revision 1.7 2005/05/19 07:37:47 jpm
|
535 |
* Revision 1.7 2005/05/19 07:37:47 jpm
|
535 |
* Correction des bogues et derniers réglages avant mise en ligne du site v4.
|
536 |
* Correction des bogues et derniers réglages avant mise en ligne du site v4.
|
536 |
*
|
537 |
*
|