Subversion Repositories Applications.papyrus

Rev

Rev 296 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 296 Rev 312
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: ann_config.inc.php,v 1.2 2005-03-08 09:43:34 alex Exp $
22
// CVS : $Id: ann_config.inc.php,v 1.3 2005-03-24 08:46:29 alex Exp $
23
/**
23
/**
24
* Fichier de configuration de l'annuaire
24
* Fichier de configuration de l'annuaire
25
*
25
*
26
* A éditer de façon spécifique à chaque déploiement
26
* A éditer de façon spécifique à chaque déploiement
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
 
Line 72... Line 72...
72
//==================================== CONSTANTES ==================================
72
//==================================== CONSTANTES ==================================
73
* Constantes des noms de tables et de champs dans l'annuaire
73
* Constantes des noms de tables et de champs dans l'annuaire
74
//==================================================================================
74
//==================================================================================
75
*/
75
*/
Line 76... Line 76...
76
 
76
 
77
define ("ANN_ANNUAIRE", "annuaire") ;
77
define ("ANN_ANNUAIRE", "annuaire_tela") ;
78
define ("ANN_CHAMPS_NOM", "a_nom") ;                   // Nom du champs nom
78
define ("ANN_CHAMPS_NOM", "U_NAME") ;                   // Nom du champs nom
79
define ("ANN_CHAMPS_MAIL", "a_mail") ;                  // Nom du champs mail
79
define ("ANN_CHAMPS_MAIL", "U_MAIL") ;                  // Nom du champs mail
80
define ("ANN_CHAMPS_PRENOM", "a_prenom") ;             // Nom du champs prénom
80
define ("ANN_CHAMPS_PRENOM", "U_SURNAME") ;             // Nom du champs prénom
-
 
81
define ("ANN_CHAMPS_ID", "U_ID") ;      // Nom du champs id
-
 
82
define ("ANN_CHAMPS_DATE_INS", "U_DATE") ;
-
 
83
define ("ANN_CHAMPS_VILLE", "U_CITY") ;
-
 
84
define ("ANN_CHAMPS_PAYS", "U_COUNTRY") ;
-
 
85
define ("ANN_TABLE_PAYS", "gen_COUNTRY") ;
Line 81... Line 86...
81
define ("ANN_CHAMPS_ID", "a_id") ;      // Nom du champs id
86
define ("ANN_TABLE_DEPARTEMENT", "gen_FRENCH_DPT") ;
82
 
87
 
83
/**
88
/**
84
//==================================== CONSTANTES==================================
89
//==================================== CONSTANTES==================================
Line 89... Line 94...
89
define ("ANN_MAIL_ADMIN", "") ;
94
define ("ANN_MAIL_ADMIN", "") ;
Line 90... Line 95...
90
 
95
 
91
/* +--Fin du code ----------------------------------------------------------------------------------------+
96
/* +--Fin du code ----------------------------------------------------------------------------------------+
92
*
97
*
-
 
98
* $Log: not supported by cvs2svn $
-
 
99
* Revision 1.2  2005/03/08 09:43:34  alex
-
 
100
* --
93
* $Log: not supported by cvs2svn $
101
*
94
* Revision 1.1.1.1  2005/01/03 17:27:49  alex
102
* Revision 1.1.1.1  2005/01/03 17:27:49  alex
95
* Import initial
103
* Import initial
96
*
104
*
97
* Revision 1.1  2005/01/03 17:19:20  alex
105
* Revision 1.1  2005/01/03 17:19:20  alex