Subversion Repositories Applications.papyrus

Rev

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

Rev 448 Rev 474
Line 14... Line 14...
14
// |                                                                                                      |
14
// |                                                                                                      |
15
// | You should have received a copy of the GNU General Public                                            |
15
// | You should have received a copy of the GNU General Public                                            |
16
// | License along with this library; if not, write to the Free Software                                  |
16
// | License along with this library; if not, write to the Free Software                                  |
17
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
17
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
18
// +------------------------------------------------------------------------------------------------------+
18
// +------------------------------------------------------------------------------------------------------+
19
// CVS : $Id: HTML_Liste.class.php,v 1.1 2005-09-22 14:02:47 ddelon Exp $
19
// CVS : $Id: HTML_Liste.class.php,v 1.2 2005-09-27 16:42:00 alexandre_tb Exp $
20
/**
20
/**
21
* Application projet
21
* Application projet
22
*
22
*
23
* La classe HTML_Liste, classe de base pour toutes les listes du module projet
23
* La classe HTML_Liste, classe de base pour toutes les listes du module projet
24
*
24
*
Line 26... Line 26...
26
//Auteur original :
26
//Auteur original :
27
*@author        Alexandre Granier <alexandre@tela-botanica.org>
27
*@author        Alexandre Granier <alexandre@tela-botanica.org>
28
//Autres auteurs :
28
//Autres auteurs :
29
*@author        Aucun
29
*@author        Aucun
30
*@copyright     Tela-Botanica 2000-2004
30
*@copyright     Tela-Botanica 2000-2004
31
*@version       $Revision: 1.1 $
31
*@version       $Revision: 1.2 $
32
// +------------------------------------------------------------------------------------------------------+
32
// +------------------------------------------------------------------------------------------------------+
33
*/
33
*/
Line 34... Line 34...
34
 
34