Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

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

Rev 110 Rev 117
Line 1... Line 1...
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
4
// | PHP version 5.0.3                                                                                    |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This file is part of eRibo.                                                                          |
8
// | This file is part of eRibo.                                                                          |
9
// |                                                                                                      |
9
// |                                                                                                      |
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: fiche_synthese_xhtml.php,v 1.5 2005-01-25 12:26:19 jpm Exp $
24
// CVS : $Id: fiche_synthese_xhtml.php,v 1.6 2005-01-26 10:44:57 jpm Exp $
25
/**
25
/**
26
* Vue affichant la fiche de synthèse d'un nom dans le projet donné
26
* Vue affichant la fiche de synthèse d'un nom dans le projet donné
27
*
27
*
28
* Permet de retourner le html correspondant à la fiche de synthèse d'un nom
28
* Permet de retourner le html correspondant à la fiche de synthèse d'un nom
29
* dans un projet donné.
29
* dans un projet donné.
Line 33... Line 33...
33
//Auteur original :
33
//Auteur original :
34
*@author        Frédéric LEGENS <flegens@free.fr>
34
*@author        Frédéric LEGENS <flegens@free.fr>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
36
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
37
*@copyright     Tela-Botanica 2000-2004
37
*@copyright     Tela-Botanica 2000-2004
38
*@version       $Revision: 1.5 $ $Date: 2005-01-25 12:26:19 $
38
*@version       $Revision: 1.6 $ $Date: 2005-01-26 10:44:57 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 234... Line 234...
234
        $retour .= '<!-- END pied -->'."\n";
234
        $retour .= '<!-- END pied -->'."\n";
Line 235... Line 235...
235
        
235
        
236
        $retour .= '</body>'."\n";
236
        $retour .= '</body>'."\n";
Line 237... Line 237...
237
        $retour .= '</html>'."\n";
237
        $retour .= '</html>'."\n";
238
        
238
        
239
        // Envoi au navigateur après décodage de l'utf8
239
        // Envoi au navigateur après encodage en entité des caractères posant problème
240
        echo remplaceEntiteHTLM($retour);
240
        echo remplaceEntiteHTLM($retour);
Line 241... Line 241...
241
    }
241
    }
Line 414... Line 414...
414
 
414
 
415
 
415
 
416
/* +--Fin du code ----------------------------------------------------------------------------------------+
416
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
417
*
-
 
418
* $Log: not supported by cvs2svn $
-
 
419
* Revision 1.5  2005/01/25 12:26:19  jpm
417
*
420
* Utilisation de mot clé pour le template à la place des urls.
418
* $Log: not supported by cvs2svn $
421
*
419
* Revision 1.4  2005/01/24 16:53:25  jpm
422
* Revision 1.4  2005/01/24 16:53:25  jpm
420
* Modification des méthodes permettant la récupération des données de la hiérarchie.
423
* Modification des méthodes permettant la récupération des données de la hiérarchie.
421
*
424
*