Subversion Repositories Applications.projet

Rev

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

Rev 341 Rev 347
Line 18... Line 18...
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
// +------------------------------------------------------------------------------------------------------+
Line 22... Line 22...
22
 
22
 
Line 23... Line 23...
23
// CVS : $Id: projetControleur.class.php,v 1.49 2008-09-16 14:10:20 alexandre_tb Exp $
23
// CVS : $Id: projetControleur.class.php,v 1.50 2008-10-22 08:21:58 aperonnet Exp $
24
 
24
 
25
/**
25
/**
26
* Application projet
26
* Application projet
Line 31... Line 31...
31
//Auteur original :
31
//Auteur original :
32
*@author        Alexandre Granier <alexandre@tela-botanica.org>
32
*@author        Alexandre Granier <alexandre@tela-botanica.org>
33
//Autres auteurs :
33
//Autres auteurs :
34
*@author        Aucun
34
*@author        Aucun
35
*@copyright     Tela-Botanica 2000-2004
35
*@copyright     Tela-Botanica 2000-2004
36
*@version       $Revision: 1.49 $
36
*@version       $Revision: 1.50 $
37
// +------------------------------------------------------------------------------------------------------+
37
// +------------------------------------------------------------------------------------------------------+
38
*/
38
*/
Line 39... Line 39...
39
 
39
 
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
Line 174... Line 174...
174
     * @access private
174
     * @access private
175
     */
175
     */
176
    var $_id_document;
176
    var $_id_document;
Line 177... Line 177...
177
 
177
 
178
    /**
178
    /**
179
     * La presentation de la liste des projets, par defaut vide, signifie en liste.
179
     * La presentation de la liste des projets, par defaut en liste.
180
     * Valeurs possibles: arbre
180
     * Valeurs possibles: arbre
181
     * @access private
181
     * @access private
182
     */
182
     */
Line 183... Line 183...
183
    var $_presentation;
183
    var $_presentation = 'liste' ;
184
 
184
 
185
   /**
185
   /**
186
     * Le type du projets, par defaut 0, signifie en pas de type particumier.
186
     * Le type du projets, par defaut 0, signifie en pas de type particumier.
Line 1717... Line 1717...
1717
	}
1717
	}
1718
}
1718
}
1719
/* +--Fin du code ----------------------------------------------------------------------------------------+
1719
/* +--Fin du code ----------------------------------------------------------------------------------------+
1720
*
1720
*
1721
* $Log: not supported by cvs2svn $
1721
* $Log: not supported by cvs2svn $
-
 
1722
* Revision 1.49  2008-09-16 14:10:20  alexandre_tb
-
 
1723
* verification du statut de l utilisateur lors d une desinscription.
-
 
1724
* Si coordinateur, message aux admins
-
 
1725
*
1722
* Revision 1.48  2008-09-15 07:41:16  alexandre_tb
1726
* Revision 1.48  2008-09-15 07:41:16  alexandre_tb
1723
* ajout de HTML_TableFragmenteur
1727
* ajout de HTML_TableFragmenteur
1724
*
1728
*
1725
* Revision 1.47  2008-09-01 14:38:00  alexandre_tb
1729
* Revision 1.47  2008-09-01 14:38:00  alexandre_tb
1726
* correction de bug inscription projet
1730
* correction de bug inscription projet