Subversion Repositories Applications.projet

Rev

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

Rev 37 Rev 85
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | You should have received a copy of the GNU General Public                                            |
18
// | You should have received a copy of the GNU General Public                                            |
19
// | 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                                  |
20
// | 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                            |
21
// +------------------------------------------------------------------------------------------------------+
21
// +------------------------------------------------------------------------------------------------------+
22
// CVS : $Id: HTML_listeProjet.class.php,v 1.5 2005-10-14 08:56:53 alexandre_tb Exp $
22
// CVS : $Id: HTML_listeProjet.class.php,v 1.6 2005-12-07 11:15:17 jp_milcent Exp $
23
/**
23
/**
24
* Application projet
24
* Application projet
25
*
25
*
26
* La classe controleur projet
26
* La classe controleur projet
27
*
27
*
Line 29... Line 29...
29
//Auteur original :
29
//Auteur original :
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
30
*@author        Alexandre Granier <alexandre@tela-botanica.org>
31
//Autres auteurs :
31
//Autres auteurs :
32
*@author        Aucun
32
*@author        Aucun
33
*@copyright     Tela-Botanica 2000-2004
33
*@copyright     Tela-Botanica 2000-2004
34
*@version       $Revision: 1.5 $
34
*@version       $Revision: 1.6 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
Line 68... Line 68...
68
     * @return void
68
     * @return void
69
     * @access public
69
     * @access public
70
     */
70
     */
71
    function HTML_listeProjet( $utilise_pager = false )
71
    function HTML_listeProjet( $utilise_pager = false )
72
    {
72
    {
73
        HTML_Liste::HTML_Liste($utilise_pager, array ('class' => 'table_cadre')) ;
73
        HTML_Liste::HTML_Liste($utilise_pager, array ('class' => 'table_cadre', 'summary' => PROJET_LISTE)) ;
74
    } // end of member function HTML_listeProjet
74
    } // end of member function HTML_listeProjet
Line 75... Line 75...
75
 
75
 
76
    /**
76
    /**
77
     * 
77
     *