Subversion Repositories Applications.projet

Rev

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

Rev 46 Rev 59
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 52... Line 52...
52
* applications.
52
* applications.
53
//==================================================================================
53
//==================================================================================
54
*/
54
*/
55
define("PROJET_CHEMIN_APPLI",'client/projet/');//le chemin vers l'application courante
55
define("PROJET_CHEMIN_APPLI",'client/projet/');//le chemin vers l'application courante
56
define ('PROJET_CHEMIN_API_ARBRE', 'api/arbre/') ;
56
define ('PROJET_CHEMIN_API_ARBRE', 'api/arbre/') ;
-
 
57
/** Chemin vers la bibliothèque API.*/
-
 
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
59
define ("PROJET_CHEMIN_FONCTIONS", PROJET_CHEMIN_APPLI.'fonctions/') ;
61
define ("PROJET_CHEMIN_FONCTIONS", PROJET_CHEMIN_APPLI.'fonctions/') ;
60
define("PROJET_CHEMIN_LIBRAIRIE",'bibliotheque/');//le chemin de la librairie de fichier php
62
define("PROJET_CHEMIN_LIBRAIRIE",'bibliotheque/');//le chemin de la librairie de fichier php
61
define ("PROJET_CHEMIN_FICHIER", "client/projet/fichiers/") ; // Chemin ou seront créer les dossiers
63
define ("PROJET_CHEMIN_FICHIER", "client/projet/fichiers/") ; // Chemin ou seront créer les dossiers
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
*