Subversion Repositories Applications.projet

Rev

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

Rev 163 Rev 199
Line 17... Line 17...
17
// |                                                                                                      |
17
// |                                                                                                      |
18
// | 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                                     |
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: projet.config.inc.php,v 1.9 2007-02-13 15:11:39 jp_milcent Exp $
22
// CVS : $Id: projet.config.inc.php,v 1.10 2007-04-19 09:19:52 alexandre_tb Exp $
23
/**
23
/**
24
* Application projet, fichier de configuration
24
* Application projet, fichier de configuration
25
*
25
*
26
* Fichier de configuration
26
* Fichier de configuration
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.9 $
34
*@version       $Revision: 1.10 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
/**
38
/**
Line 114... Line 114...
114
 
114
 
115
define ("PROJET_VARIABLE_ID_PROJET", "id_projet") ;
115
define ("PROJET_VARIABLE_ID_PROJET", "id_projet") ;
116
define ("PROJET_VARIABLE_ACTION", "act") ;
116
define ("PROJET_VARIABLE_ACTION", "act") ;
117
define ("PROJET_VARIABLE_ID_REPERTOIRE", "id_repertoire") ;
117
define ("PROJET_VARIABLE_ID_REPERTOIRE", "id_repertoire") ;
118
define ("PROJET_VARIABLE_ID_DOCUMENT", "id_document") ;
-
 
-
 
118
define ("PROJET_VARIABLE_ID_DOCUMENT", "id_document") ;
Line 119... Line 119...
119
 
119
define ('PROJET_VARIABLE_SERVICE', 'service');
120
 
120
 
Line 147... Line 147...
147
define ('PROJET_UPLOAD_MAX_FILE_SIZE', 4*1024*1024) ;// 4 Mo
147
define ('PROJET_UPLOAD_MAX_FILE_SIZE', 4*1024*1024) ;// 4 Mo
Line 148... Line 148...
148
 
148
 
149
/* +--Fin du code ----------------------------------------------------------------------------------------+
149
/* +--Fin du code ----------------------------------------------------------------------------------------+
150
*
150
*
-
 
151
* $Log: not supported by cvs2svn $
-
 
152
* Revision 1.9  2007/02/13 15:11:39  jp_milcent
-
 
153
* Ajout d'une constante pour l'upload de fichier.
151
* $Log: not supported by cvs2svn $
154
*
152
* Revision 1.8  2006/07/04 09:30:56  alexandre_tb
155
* Revision 1.8  2006/07/04 09:30:56  alexandre_tb
153
* Ajout d'une variable global lang pour éviter les warning dans certains cas
156
* Ajout d'une variable global lang pour éviter les warning dans certains cas
154
*
157
*
155
* Revision 1.7  2006/06/26 11:48:50  alexandre_tb
158
* Revision 1.7  2006/06/26 11:48:50  alexandre_tb