Subversion Repositories eFlore/Archives.chorologie

Rev

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

Rev 23 Rev 24
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.4 2005-02-23 17:31:04 jpm Exp $
24
// CVS : $Id: eflore_chorologie.php,v 1.5 2005-02-24 17:06:17 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.4 $ $Date: 2005-02-23 17:31:04 $
37
*@version       $Revision: 1.5 $ $Date: 2005-02-24 17:06:17 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 507... Line 507...
507
            $res .= inclusion_html('info_dep', $tableau_inclusion);
507
            $res .= inclusion_html('info_dep', $tableau_inclusion);
Line 508... Line 508...
508
            
508
            
509
            //La fonction gérant l'affichage de la liste alphabétique et 
509
            //La fonction gérant l'affichage de la liste alphabétique et 
510
            //de l'affichage suite à une seléction dans la liste.
510
            //de l'affichage suite à une seléction dans la liste.
511
            $tablo_inclusion = array($lettre);
511
            $tablo_inclusion = array($lettre);
512
            $res .= rechercheAlphabet($requete_04, $GLOBALS['_ECHORO_']['url']->getURL(), '&amp;departement='.$tableau_infoDep['NUMERO'].'&amp;nombre_taxon='.$nombre_taxon, 
512
            $res .= FRAG_rechercherAvecAlphabet($requete_04, $GLOBALS['_ECHORO_']['url']->getURL(), '&amp;departement='.$tableau_infoDep['NUMERO'].'&amp;nombre_taxon='.$nombre_taxon, 
513
                                                        inclusion_html('tab_ouvre_liste_taxon', $tablo_inclusion), inclusion_html('tab_evol_ferme'), $tablo_formatLigne, 
513
                                                        inclusion_html('tab_ouvre_liste_taxon', $tablo_inclusion), inclusion_html('tab_evol_ferme'), $tablo_formatLigne, 
Line 514... Line 514...
514
                                                        $tablo_formatResultat, $message_alerte, $fragmenteur);
514
                                                        $tablo_formatResultat, $message_alerte, $fragmenteur);
515
            
515
            
Line 541... Line 541...
541
 
541
 
542
 
542
 
543
/* +--Fin du code ----------------------------------------------------------------------------------------+
543
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
544
*
-
 
545
* $Log: not supported by cvs2svn $
-
 
546
* Revision 1.4  2005/02/23 17:31:04  jpm
544
*
547
* Modification de noms de classes css.
545
* $Log: not supported by cvs2svn $
548
*
546
* Revision 1.3  2005/02/22 19:36:03  jpm
549
* Revision 1.3  2005/02/22 19:36:03  jpm
547
* Suppression de code html superflu.
550
* Suppression de code html superflu.
548
*
551
*