Subversion Repositories Applications.projet

Rev

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

Rev 8 Rev 46
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.1 2005-09-27 12:50:28 ddelon Exp $
22
// CVS : $Id: projet.config.inc.php,v 1.2 2005-10-20 10:28:25 ddelon 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.1 $
34
*@version       $Revision: 1.2 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
/**
38
/**
Line 110... Line 110...
110
define ("PROJET_VARIABLE_ID_PROJET", "id_projet") ;
110
define ("PROJET_VARIABLE_ID_PROJET", "id_projet") ;
111
define ("PROJET_VARIABLE_ACTION", "act") ;
111
define ("PROJET_VARIABLE_ACTION", "act") ;
112
define ("PROJET_VARIABLE_ID_REPERTOIRE", "id_repertoire") ;
112
define ("PROJET_VARIABLE_ID_REPERTOIRE", "id_repertoire") ;
113
define ("PROJET_VARIABLE_ID_DOCUMENT", "id_document") ;
113
define ("PROJET_VARIABLE_ID_DOCUMENT", "id_document") ;
Line -... Line 114...
-
 
114
 
-
 
115
 
-
 
116
 
114
 
117
 
115
/**
118
/**
116
//==================================== CONSTANTES ==================================
119
//==================================== CONSTANTES ==================================
117
* Constantes pour les listes de discussion
120
* Constantes pour les listes de discussion
118
//==================================================================================
121
//==================================================================================
Line 119... Line 122...
119
*/
122
*/
120
 
123
 
Line -... Line 124...
-
 
124
define ('PROJET_CHEMIN_LISTES', '') ;
-
 
125
define ('PROJET_DOMAINE_LISTE', '') ;
-
 
126
 
-
 
127
 
-
 
128
/**
-
 
129
//==================================== CONSTANTES ==================================
-
 
130
* Constantes pour des options
-
 
131
//==================================================================================
-
 
132
*/
-
 
133
define ('PROJET_UTILISE_TYPE', false) ;
121
define ('PROJET_CHEMIN_LISTES', '') ;
134
define ('PROJET_UTILISE_HIERARCHIE', false) ;
122
define ('PROJET_DOMAINE_LISTE', '') ;
135
 
123
 
136
 
-
 
137
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
138
*
-
 
139
* $Log: not supported by cvs2svn $
124
/* +--Fin du code ----------------------------------------------------------------------------------------+
140
* Revision 1.1  2005/09/27 12:50:28  ddelon
125
*
141
* Projet configuration
126
* $Log: not supported by cvs2svn $
142
*