Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 174 Rev 177
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: info_taxon_sup_xml.php,v 1.1 2005-07-01 18:31:30 jp_milcent Exp $
24
// CVS : $Id: info_taxon_sup_xml.php,v 1.2 2005-07-01 19:06:59 jp_milcent 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.1 $ $Date: 2005-07-01 18:31:30 $
37
*@version       $Revision: 1.2 $ $Date: 2005-07-01 19:06:59 $
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
*/
39
*/
Line 40... Line 40...
40
 
40
 
41
// +------------------------------------------------------------------------------------------------------+
41
// +------------------------------------------------------------------------------------------------------+
Line 44... Line 44...
44
require_once EFSE_CHEMIN_FONCTION.'eribo_encodage.fonct.php';
44
require_once EFSE_CHEMIN_FONCTION.'eribo_encodage.fonct.php';
Line 45... Line 45...
45
 
45
 
46
// +------------------------------------------------------------------------------------------------------+
46
// +------------------------------------------------------------------------------------------------------+
47
// |                                            CLASSE de la VUE                                          |
47
// |                                            CLASSE de la VUE                                          |
48
// +------------------------------------------------------------------------------------------------------+
48
// +------------------------------------------------------------------------------------------------------+
Line 49... Line 49...
49
class recherche_taxon_sup_xml implements iVue {
49
class info_taxon_sup_xml implements iVue {
Line 50... Line 50...
50
    
50
    
51
    protected $leBlock;
51
    protected $leBlock;
Line 57... Line 57...
57
    
57
    
58
    function serialiser()
58
    function serialiser()
Line 59... Line 59...
59
    {
59
    {
60
        
-
 
61
        $retour = '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>'."\n";
-
 
62
        $retour .= '<!DOCTYPE taxon ['."\n";
-
 
63
        $retour .= '  <!ELEMENT taxon (#PCDATA)>'."\n";
60
        
Line 64... Line 61...
64
        $retour .= ']>'."\n";
61
        $retour = '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>'."\n";
65
        $retour .= $this->leBlock->afficherPattern('FICHE_TAXON_SUPERIEUR>TAXON_SUPERIEUR','afficherInfoTaxon');
62
        $retour .= $this->leBlock->afficherPattern('FICHE_TAXON_SUPERIEUR>TAXON_SUPERIEUR','afficherInfoTaxon');
66
        
63
        
Line 92... Line 89...
92
 
89
 
93
 
90
 
94
/* +--Fin du code ----------------------------------------------------------------------------------------+
91
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
92
*
-
 
93
* $Log: not supported by cvs2svn $
-
 
94
* Revision 1.1  2005/07/01 18:31:30  jp_milcent
95
*
95
* changement de nom
96
* $Log: not supported by cvs2svn $
96
*
97
* Revision 1.1  2005/06/30 15:25:07  jpm
97
* Revision 1.1  2005/06/30 15:25:07  jpm
98
* Début des modifications pour ajout de l'arborescence de la classif.
98
* Début des modifications pour ajout de l'arborescence de la classif.
99
*
99
*