Subversion Repositories Applications.projet

Rev

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

Rev 101 Rev 102
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.5 2006-02-15 16:33:42 alexandre_tb Exp $
22
// CVS : $Id: projet.config.inc.php,v 1.6 2006-03-02 09:24:36 mathilde 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.5 $
34
*@version       $Revision: 1.6 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
/**
38
/**
Line 80... Line 80...
80
//==================================== CONSTANTES ==================================
80
//==================================== CONSTANTES ==================================
81
* Constantes des noms de tables et de champs dans l'annuaire
81
* Constantes des noms de tables et de champs dans l'annuaire
82
//==================================================================================
82
//==================================================================================
83
*/
83
*/
Line 84... Line 84...
84
 
84
 
85
define ("PROJET_ANNUAIRE", "gen_annuaire") ;       // Nom de la table d'annuaire
85
define ("PROJET_ANNUAIRE", "annuaire") ;       // Nom de la table d'annuaire
86
define ("PROJET_CHAMPS_NOM", "ga_nom") ;                   // Nom du champs nom
86
define ("PROJET_CHAMPS_NOM", "a_nom") ;                   // Nom du champs nom
87
define ("PROJET_CHAMPS_MAIL", "ga_mail") ;                  // Nom du champs mail
87
define ("PROJET_CHAMPS_MAIL", "a_mail") ;                  // Nom du champs mail
88
define ("PROJET_CHAMPS_PRENOM", "ga_prenom") ;             // Nom du champs prénom
88
define ("PROJET_CHAMPS_PRENOM", "a_prenom") ;             // Nom du champs prénom
Line 89... Line 89...
89
define ("PROJET_CHAMPS_ID", "ga_id_administrateur") ;
89
define ("PROJET_CHAMPS_ID", "a_id") ;
90
 
90
 
91
/**
91
/**
92
//==================================== CONSTANTES ==================================
92
//==================================== CONSTANTES ==================================
93
* Constantes des chemins associés aux wikinis
93
* Constantes des chemins associés aux wikinis
Line 94... Line 94...
94
//==================================================================================
94
//==================================================================================
95
*/
95
*/
96
 
96
 
97
define ("PROJET_CHEMIN_WIKINI", "client/projet/wikini/") ;
97
define ("PROJET_CHEMIN_WIKINI", "wikini/") ;
98
define ("PROJET_HOTE_WIKINI", "localhost") ;
98
define ("PROJET_HOTE_WIKINI", "localhost") ;
99
define ("PROJET_UTILISATEUR_WIKINI", "") ;
99
define ("PROJET_UTILISATEUR_WIKINI", "") ;
Line 143... Line 143...
143
 
143
 
144
 
144
 
145
/* +--Fin du code ----------------------------------------------------------------------------------------+
145
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
146
*
-
 
147
* $Log: not supported by cvs2svn $
-
 
148
* Revision 1.5  2006/02/15 16:33:42  alexandre_tb
146
*
149
* ajout de la constante PROJET_UTILISATEUR_COORD
147
* $Log: not supported by cvs2svn $
150
*
148
* Revision 1.4  2006/01/26 14:06:07  florian
151
* Revision 1.4  2006/01/26 14:06:07  florian
149
* ajout des constantes d'accès à vpopmail.
152
* ajout des constantes d'accès à vpopmail.
150
*
153
*