Subversion Repositories Applications.projet

Rev

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

Rev 102 Rev 115
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.6 2006-03-02 09:24:36 mathilde Exp $
22
// CVS : $Id: projet.config.inc.php,v 1.7 2006-06-26 11:48:50 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.6 $
34
*@version       $Revision: 1.7 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
/**
38
/**
Line 50... Line 50...
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
*/
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
 
57
/** Chemin vers la bibliothèque API.*/
58
/** Chemin vers la bibliothèque API.*/
58
define('PROJET_CHEMIN_BIBLIOTHEQUE_API', GEN_CHEMIN_API);
59
define ('PROJET_CHEMIN_BIBLIOTHEQUE_API', GEN_CHEMIN_API);
59
define ("PROJET_CHEMIN_ICONES", PROJET_CHEMIN_APPLI."icones/") ;
60
define ('PROJET_CHEMIN_ICONES', PROJET_CHEMIN_APPLI."icones/") ;
60
define("PROJET_CHEMIN_CLASSES", PROJET_CHEMIN_APPLI.'classes/');//le chemin vers les fichiers propre à GSITE
61
define ('PROJET_CHEMIN_CLASSES', PROJET_CHEMIN_APPLI.'classes/');//le chemin vers les fichiers propre à GSITE
61
define ("PROJET_CHEMIN_FONCTIONS", PROJET_CHEMIN_APPLI.'fonctions/') ;
62
define ('PROJET_CHEMIN_FONCTIONS', PROJET_CHEMIN_APPLI.'fonctions/') ;
62
define("PROJET_CHEMIN_LIBRAIRIE",'bibliotheque/');//le chemin de la librairie de fichier php
63
define ('PROJET_CHEMIN_LIBRAIRIE','bibliotheque/');//le chemin de la librairie de fichier php
63
define ("PROJET_CHEMIN_FICHIER", "client/projet/fichiers/") ; // Chemin ou seront créer les dossiers
64
define ('PROJET_CHEMIN_FICHIER', "client/projet/fichiers/") ; // Chemin ou seront créer les dossiers
Line 64... Line 65...
64
 
65
 
65
// Chemin vers les classes pour lire les listes de discussion
66
// Chemin vers les classes pour lire les listes de discussion
66
define ("PROJET_CHEMIN_CLASSES_LISTES", PROJET_CHEMIN_CLASSES."ezmlm-php-2.0/") ;
-
 
Line -... Line 67...
-
 
67
define ('PROJET_CHEMIN_CLASSES_LISTES', PROJET_CHEMIN_CLASSES."ezmlm-php-2.0/") ;
67
 
68
 
Line 68... Line 69...
68
 
69
// Langue pas defaut
69
define ("PROJET_LANGUE_DEFAUT", "fr") ;
70
define ('PROJET_LANGUE_DEFAUT', "fr") ;
Line 70... Line 71...
70
 
71
 
Line 143... Line 144...
143
 
144
 
144
 
145
 
145
/* +--Fin du code ----------------------------------------------------------------------------------------+
146
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
147
*
-
 
148
* $Log: not supported by cvs2svn $
-
 
149
* Revision 1.6  2006/03/02 09:24:36  mathilde
146
*
150
* remplacement des noms de tables de l'annuaire
147
* $Log: not supported by cvs2svn $
151
*
148
* Revision 1.5  2006/02/15 16:33:42  alexandre_tb
152
* Revision 1.5  2006/02/15 16:33:42  alexandre_tb
149
* ajout de la constante PROJET_UTILISATEUR_COORD
153
* ajout de la constante PROJET_UTILISATEUR_COORD
150
*
154
*