Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 144 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 144 Rev 167
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: recherche_taxon_xhtml.php,v 1.2 2005-02-14 18:11:43 jpm Exp $
24
// CVS : $Id: recherche_taxon_xhtml.php,v 1.3 2005-03-15 16:08:00 tam Exp $
25
/**
25
/**
26
* Vue affichant la liste des taxons d'un projet.
26
* Vue affichant la liste des taxons d'un projet.
27
*
27
*
28
* Permet de retourner le xhtml correspondant à une liste hiérarchisées des taxons d'un projet.
28
* Permet de retourner le xhtml correspondant à une liste hiérarchisées des taxons d'un projet.
29
*
29
*
Line 32... Line 32...
32
//Auteur original :
32
//Auteur original :
33
*@author        Frédéric LEGENS <flegens@free.fr>
33
*@author        Frédéric LEGENS <flegens@free.fr>
34
//Autres auteurs :
34
//Autres auteurs :
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
35
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
*@copyright     Tela-Botanica 2000-2004
36
*@copyright     Tela-Botanica 2000-2004
37
*@version       $Revision: 1.2 $ $Date: 2005-02-14 18:11:43 $
37
*@version       $Revision: 1.3 $ $Date: 2005-03-15 16:08:00 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 72... Line 72...
72
        $retour .= '</head>'."\n";
72
        $retour .= '</head>'."\n";
Line 73... Line 73...
73
        
73
        
74
        $retour .= '<body>'."\n";
74
        $retour .= '<body>'."\n";
75
        $retour .= '<!-- BEGIN corps -->'."\n";
75
        $retour .= '<!-- BEGIN corps -->'."\n";
76
        $retour .= '<h1>'.'Liste des taxons'.'</h1>'."\n";
76
        $retour .= '<h1>'.'Liste des taxons'.'</h1>'."\n";
77
        $retour .= '<ol>'."\n";
77
        $retour .= '<ol id="liste_taxons">'."\n";
78
        $retour .= $this->leBlock->afficherPattern('FICHE_LISTE_TAXONS>TAXON_RECHERCHE_ALPHABET','afficherTaxon');
78
        $retour .= $this->leBlock->afficherPattern('FICHE_LISTE_TAXONS>TAXON_RECHERCHE_ALPHABET','afficherTaxon');
79
        $retour .= '</ol>'."\n";
79
        $retour .= '</ol>'."\n";
80
        $retour .= '<!-- END corps -->'."\n";
80
        $retour .= '<!-- END corps -->'."\n";
81
        $retour .= '</body>'."\n";
81
        $retour .= '</body>'."\n";
Line 107... Line 107...
107
 
107
 
108
 
108
 
109
/* +--Fin du code ----------------------------------------------------------------------------------------+
109
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
110
*
-
 
111
* $Log: not supported by cvs2svn $
-
 
112
* Revision 1.2  2005/02/14 18:11:43  jpm
110
*
113
* Amélioration.
111
* $Log: not supported by cvs2svn $
114
*
112
* Revision 1.1  2005/01/28 19:45:44  jpm
115
* Revision 1.1  2005/01/28 19:45:44  jpm
113
* Début recheche taxons.
116
* Début recheche taxons.
114
*
117
*