Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 176 → Rev 177

/trunk/serveur/eflore_mv/vues/info_taxon_sup_xml.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: info_taxon_sup_xml.php,v 1.1 2005-07-01 18:31:30 jp_milcent Exp $
// CVS : $Id: info_taxon_sup_xml.php,v 1.2 2005-07-01 19:06:59 jp_milcent Exp $
/**
* Vue affichant la liste des taxons d'un projet.
*
34,7 → 34,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2005-07-01 18:31:30 $
*@version $Revision: 1.2 $ $Date: 2005-07-01 19:06:59 $
// +------------------------------------------------------------------------------------------------------+
*/
 
46,7 → 46,7
// +------------------------------------------------------------------------------------------------------+
// | CLASSE de la VUE |
// +------------------------------------------------------------------------------------------------------+
class recherche_taxon_sup_xml implements iVue {
class info_taxon_sup_xml implements iVue {
protected $leBlock;
59,9 → 59,6
{
$retour = '<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>'."\n";
$retour .= '<!DOCTYPE taxon ['."\n";
$retour .= ' <!ELEMENT taxon (#PCDATA)>'."\n";
$retour .= ']>'."\n";
$retour .= $this->leBlock->afficherPattern('FICHE_TAXON_SUPERIEUR>TAXON_SUPERIEUR','afficherInfoTaxon');
// Envoi au navigateur après encodage en entité des caractères posant problème
94,6 → 91,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2005/07/01 18:31:30 jp_milcent
* changement de nom
*
* Revision 1.1 2005/06/30 15:25:07 jpm
* Début des modifications pour ajout de l'arborescence de la classif.
*