Subversion Repositories Applications.projet

Rev

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

Rev 46 Rev 59
Line 1... Line 1...
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
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.2 2005-10-20 10:28:25 ddelon Exp $
22
// CVS : $Id: projet.config.inc.php,v 1.3 2005-11-14 10:14:30 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.2 $
34
*@version       $Revision: 1.3 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
/**
38
/**
Line 46... Line 46...
46
 
46
 
47
 
47
 
48
 
48
 
49
/**
49
/**
50
//==================================== LES CHEMINS =================================
50
//==================================== LES CHEMINS =================================
51
* Constantes définissant les chemins d'accé au différents fichiers inclus dans les 
51
* Constantes définissant les chemins d'accé au différents fichiers inclus dans les
52
* applications.
52
* applications.
53
//==================================================================================
53
//==================================================================================
-
 
54
*/
-
 
55
define("PROJET_CHEMIN_APPLI",'client/projet/');//le chemin vers l'application courante
54
*/
56
define ('PROJET_CHEMIN_API_ARBRE', 'api/arbre/') ;
55
define("PROJET_CHEMIN_APPLI",'client/projet/');//le chemin vers l'application courante
57
/** Chemin vers la bibliothèque API.*/
56
define ('PROJET_CHEMIN_API_ARBRE', 'api/arbre/') ;
58
define('PROJET_CHEMIN_BIBLIOTHEQUE_API', GEN_CHEMIN_API);
57
define ("PROJET_CHEMIN_ICONES", PROJET_CHEMIN_APPLI."icones/") ;
59
define ("PROJET_CHEMIN_ICONES", PROJET_CHEMIN_APPLI."icones/") ;
58
define("PROJET_CHEMIN_CLASSES", PROJET_CHEMIN_APPLI.'classes/');//le chemin vers les fichiers propre à GSITE
60
define("PROJET_CHEMIN_CLASSES", PROJET_CHEMIN_APPLI.'classes/');//le chemin vers les fichiers propre à GSITE
Line 86... Line 88...
86
define ("PROJET_CHAMPS_PRENOM", "ga_prenom") ;             // Nom du champs prénom
88
define ("PROJET_CHAMPS_PRENOM", "ga_prenom") ;             // Nom du champs prénom
87
define ("PROJET_CHAMPS_ID", "ga_id_administrateur") ;
89
define ("PROJET_CHAMPS_ID", "ga_id_administrateur") ;
Line 88... Line 90...
88
 
90
 
89
/**
91
/**
90
//==================================== CONSTANTES ==================================
92
//==================================== CONSTANTES ==================================
91
* Constantes des chemins associés aux wikinis 
93
* Constantes des chemins associés aux wikinis
92
//==================================================================================
94
//==================================================================================
Line 93... Line 95...
93
*/
95
*/
94
 
96
 
Line 130... Line 132...
130
* Constantes pour des options
132
* Constantes pour des options
131
//==================================================================================
133
//==================================================================================
132
*/
134
*/
133
define ('PROJET_UTILISE_TYPE', false) ;
135
define ('PROJET_UTILISE_TYPE', false) ;
134
define ('PROJET_UTILISE_HIERARCHIE', false) ;
136
define ('PROJET_UTILISE_HIERARCHIE', false) ;
-
 
137
define ('PROJET_LISTE_RESUME',true);
Line 135... Line 138...
135
 
138
 
136
 
139
 
137
/* +--Fin du code ----------------------------------------------------------------------------------------+
140
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
141
*
-
 
142
* $Log: not supported by cvs2svn $
-
 
143
* Revision 1.2  2005/10/20 10:28:25  ddelon
138
*
144
* Wikini complet dans l'intégrateur Wikini
139
* $Log: not supported by cvs2svn $
145
*
140
* Revision 1.1  2005/09/27 12:50:28  ddelon
146
* Revision 1.1  2005/09/27 12:50:28  ddelon
141
* Projet configuration
147
* Projet configuration
142
*
148
*