Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1305 → Rev 1306

/branches/livraison_menes/client/projet/classes/HTML_listeDocuments.class.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: HTML_listeDocuments.class.php,v 1.7 2006-07-05 10:30:05 alexandre_tb Exp $
// CVS : $Id: HTML_listeDocuments.class.php,v 1.7.2.1 2007-04-11 12:31:53 alexandre_tb Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.7 $
*@version $Revision: 1.7.2.1 $
// +------------------------------------------------------------------------------------------------------+
*/
 
50,10 → 50,15
define ("FICHIER_ICONE_SUPPRIMER", "trash.gif") ;
define ("FICHIER_ICONE_MODIFIER", "modif.png") ;
 
 
include_once PROJET_CHEMIN_CLASSES.'HTML_Liste.class.php';
/**
* class HTML_listeDocuments
*
*/
 
 
 
class HTML_listeDocuments extends HTML_Liste
{
/*** Attributes: ***/