Subversion Repositories Applications.projet

Rev

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

Rev 289 Rev 353
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.11 2008-05-21 14:37:48 alexandre_tb Exp $
22
// CVS : $Id: projet.config.inc.php,v 1.12 2008-10-29 15:49:24 aperonnet 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.11 $
34
*@version       $Revision: 1.12 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
Line 37... Line 37...
37
 
37
 
38
/**
38
/**
Line 83... Line 83...
83
//==================================== CONSTANTES ==================================
83
//==================================== CONSTANTES ==================================
84
* Constantes des noms de tables et de champs dans l'annuaire
84
* Constantes des noms de tables et de champs dans l'annuaire
85
//==================================================================================
85
//==================================================================================
86
*/
86
*/
Line 87... Line 87...
87
 
87
 
88
define ("PROJET_ANNUAIRE", "annuaire") ;       // Nom de la table d'annuaire
88
define ("PROJET_ANNUAIRE", "gen_annuaire") ;       // Nom de la table d'annuaire
89
define ("PROJET_CHAMPS_NOM", "a_nom") ;                   // Nom du champs nom
89
define ("PROJET_CHAMPS_NOM", "ga_nom") ;                   // Nom du champs nom
90
define ("PROJET_CHAMPS_MAIL", "a_mail") ;                  // Nom du champs mail
90
define ("PROJET_CHAMPS_MAIL", "ga_mail") ;                  // Nom du champs mail
91
define ("PROJET_CHAMPS_PRENOM", "a_prenom") ;             // Nom du champs prénom
91
define ("PROJET_CHAMPS_PRENOM", "ga_prenom") ;             // Nom du champs prénom
Line 92... Line 92...
92
define ("PROJET_CHAMPS_ID", "a_id") ;
92
define ("PROJET_CHAMPS_ID", "ga_id_administrateur") ;
93
 
93
 
Line 94... Line 94...
94
// Lien vers l inscription du cms
94
// Lien vers l inscription du cms
Line 150... Line 150...
150
define ('PROJET_UPLOAD_MAX_FILE_SIZE', 4*1024*1024) ;// 4 Mo
150
define ('PROJET_UPLOAD_MAX_FILE_SIZE', 4*1024*1024) ;// 4 Mo
Line 151... Line 151...
151
 
151
 
152
/* +--Fin du code ----------------------------------------------------------------------------------------+
152
/* +--Fin du code ----------------------------------------------------------------------------------------+
153
*
153
*
-
 
154
* $Log: not supported by cvs2svn $
-
 
155
* Revision 1.11  2008-05-21 14:37:48  alexandre_tb
-
 
156
* ajout de la constante PROJET_LIEN_INSCRIPTION_CMS
154
* $Log: not supported by cvs2svn $
157
*
155
* Revision 1.10  2007-04-19 09:19:52  alexandre_tb
158
* Revision 1.10  2007-04-19 09:19:52  alexandre_tb
156
* constante PROJET_VARIABLE_SERVICE pour les liaisons asynchrone
159
* constante PROJET_VARIABLE_SERVICE pour les liaisons asynchrone
157
*
160
*
158
* Revision 1.9  2007/02/13 15:11:39  jp_milcent
161
* Revision 1.9  2007/02/13 15:11:39  jp_milcent