Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 116 → Rev 117

/trunk/serveur/eflore_mv/vues/fiche_synthese_xhtml.php
1,7 → 1,7
<?php
/*vim: set expandtab tabstop=4 shiftwidth=4: */
// +------------------------------------------------------------------------------------------------------+
// | PHP version 4.1 |
// | PHP version 5.0.3 |
// +------------------------------------------------------------------------------------------------------+
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
// +------------------------------------------------------------------------------------------------------+
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: fiche_synthese_xhtml.php,v 1.5 2005-01-25 12:26:19 jpm Exp $
// CVS : $Id: fiche_synthese_xhtml.php,v 1.6 2005-01-26 10:44:57 jpm Exp $
/**
* Vue affichant la fiche de synthèse d'un nom dans le projet donné
*
35,7 → 35,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.5 $ $Date: 2005-01-25 12:26:19 $
*@version $Revision: 1.6 $ $Date: 2005-01-26 10:44:57 $
// +------------------------------------------------------------------------------------------------------+
*/
 
236,7 → 236,7
$retour .= '</body>'."\n";
$retour .= '</html>'."\n";
// Envoi au navigateur après décodage de l'utf8
// Envoi au navigateur après encodage en entité des caractères posant problème
echo remplaceEntiteHTLM($retour);
}
}
416,6 → 416,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.5 2005/01/25 12:26:19 jpm
* Utilisation de mot clé pour le template à la place des urls.
*
* Revision 1.4 2005/01/24 16:53:25 jpm
* Modification des méthodes permettant la récupération des données de la hiérarchie.
*