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 4.1 |
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
5 |
// +------------------------------------------------------------------------------------------------------+
|
6 |
// | Copyright (C) 2001 Laurent COUDOUNEAU (lc@gsite.org) |
|
- |
|
7 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
6 |
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org) |
|
8 |
// +------------------------------------------------------------------------------------------------------+
|
7 |
// +------------------------------------------------------------------------------------------------------+
|
9 |
// | This library is free software; you can redistribute it and/or |
|
8 |
// | This library is free software; you can redistribute it and/or |
|
10 |
// | modify it under the terms of the GNU Lesser General Public |
|
9 |
// | modify it under the terms of the GNU Lesser General Public |
|
11 |
// | License as published by the Free Software Foundation; either |
|
10 |
// | License as published by the Free Software Foundation; either |
|
Line 18... |
Line 17... |
18 |
// | |
|
17 |
// | |
|
19 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
20 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
21 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
22 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
23 |
// CVS : $Id: adsi_affichage.fonct.php,v 1.3 2005-02-28 10:40:49 jpm Exp $
|
22 |
// CVS : $Id: adsi_affichage.fonct.php,v 1.4 2005-02-28 10:59:07 jpm Exp $
|
24 |
/**
|
23 |
/**
|
25 |
* Bibliothèque de fonctions de construction du xhtml de l'application Administrateur de Sites.
|
24 |
* Bibliothèque de fonctions de construction du xhtml de l'application Administrateur de Sites.
|
26 |
*
|
25 |
*
|
27 |
* Contient un ensemble de fonctions permettant à l'application Administrateur de Sites de généré son xhtml.
|
26 |
* Contient un ensemble de fonctions permettant à l'application Administrateur de Sites de généré son xhtml.
|
28 |
*
|
27 |
*
|
29 |
*@package Admin_site
|
28 |
*@package Admin_site
|
30 |
*@subpackage Fonctions
|
29 |
*@subpackage Fonctions
|
31 |
//Auteur original :
|
30 |
//Auteur original :
|
32 |
*@author Laurent COUDOUNEAU <lc@gsite.org>
|
31 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
33 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
34 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
33 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
35 |
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
|
- |
|
36 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
37 |
*@version $Date: 2005-02-28 10:40:49 $
|
35 |
*@version $Date: 2005-02-28 10:59:07 $
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
**/
|
37 |
**/
|
Line 40... |
Line 38... |
40 |
|
38 |
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// +------------------------------------------------------------------------------------------------------+
|
Line 68... |
Line 66... |
68 |
}
|
66 |
}
|
Line 69... |
Line 67... |
69 |
|
67 |
|
70 |
// +- Fin du code source --------------------------------------------------------------------------------+
|
68 |
// +- Fin du code source --------------------------------------------------------------------------------+
|
71 |
/*
|
69 |
/*
|
- |
|
70 |
* $Log: not supported by cvs2svn $
|
- |
|
71 |
* Revision 1.3 2005/02/28 10:40:49 jpm
|
- |
|
72 |
* Suppression d'une fonction inutile.
|
72 |
* $Log: not supported by cvs2svn $
|
73 |
*
|
73 |
* Revision 1.2 2004/07/06 17:08:01 jpm
|
74 |
* Revision 1.2 2004/07/06 17:08:01 jpm
|
74 |
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
|
75 |
* Modification de la documentation pour une mailleur analyse par PhpDocumentor.
|
75 |
*
|
76 |
*
|
76 |
* Revision 1.1 2004/06/16 14:23:01 jpm
|
77 |
* Revision 1.1 2004/06/16 14:23:01 jpm
|