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: bottin.config.inc.php,v 1.6 2006-03-15 11:04:27 alexandre_tb Exp $
|
22 |
// CVS : $Id: bottin.config.inc.php,v 1.7 2006-04-04 12:23:05 florian Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Fichier de configuration de l'application d'inscription/annuaire
|
24 |
* Fichier de configuration de l'application d'inscription/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 30... |
Line 30... |
30 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
30 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
31 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
31 |
*@author Florian SCHMITT <florian@ecole-et-nature.org>
|
32 |
//Autres auteurs :
|
32 |
//Autres auteurs :
|
33 |
*@author Aucun
|
33 |
*@author Aucun
|
34 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@copyright Tela-Botanica 2000-2004
|
35 |
*@version $Revision: 1.6 $ $Date: 2006-03-15 11:04:27 $
|
35 |
*@version $Revision: 1.7 $ $Date: 2006-04-04 12:23:05 $
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
*/
|
37 |
*/
|
38 |
//================================= CONSTANTES DB ==================================
|
38 |
//================================= CONSTANTES DB ==================================
|
39 |
/** Nom de la table Annuaire */
|
39 |
/** Nom de la table Annuaire */
|
40 |
define ('INS_ANNUAIRE', 'annuaire');
|
40 |
define ('INS_ANNUAIRE', 'annuaire');
|
41 |
/** Nom de la table des départements */
|
41 |
/** Nom de la table des départements */
|
42 |
define ('INS_TABLE_DPT', 'gen_departement');
|
42 |
define ('INS_TABLE_DPT', 'gen_departement');
|
43 |
/** Nom de la table des pays */
|
43 |
/** Nom de la table des pays */
|
44 |
define ('INS_TABLE_PAYS', 'gen_i18n_pays');
|
44 |
define ('INS_TABLE_PAYS', 'carto_PAYS');
|
45 |
/** Champs identifiant */
|
45 |
/** Champs identifiant */
|
46 |
define ('INS_CHAMPS_ID', 'a_id');
|
46 |
define ('INS_CHAMPS_ID', 'a_id');
|
47 |
/** Champs adresse mail */
|
47 |
/** Champs adresse mail */
|
48 |
define ('INS_CHAMPS_MAIL', 'a_mail');
|
48 |
define ('INS_CHAMPS_MAIL', 'a_mail');
|
49 |
/** Champs nom */
|
49 |
/** Champs nom */
|
50 |
define ('INS_CHAMPS_NOM', 'a_nom');
|
50 |
define ('INS_CHAMPS_NOM', 'a_nom');
|
51 |
/** Champs prénom */
|
51 |
/** Champs prénom */
|
52 |
define ('INS_CHAMPS_PRENOM', 'a_prenom');
|
52 |
define ('INS_CHAMPS_PRENOM', 'a_prenom');
|
- |
|
53 |
/** Champs description */
|
- |
|
54 |
define ('INS_CHAMPS_DESCRIPTION','a_description');
|
53 |
/** Champs mot de passe */
|
55 |
/** Champs mot de passe */
|
54 |
define ('INS_CHAMPS_PASSE', 'a_mot_de_passe');
|
56 |
define ('INS_CHAMPS_PASSE', 'a_mot_de_passe');
|
55 |
/** Champs identifiant pays */
|
57 |
/** Champs identifiant pays */
|
56 |
define ('INS_CHAMPS_PAYS', 'a_ce_pays');
|
58 |
define ('INS_CHAMPS_PAYS', 'a_ce_pays');
|
57 |
/** Champs code postal */
|
59 |
/** Champs code postal */
|
Line 75... |
Line 77... |
75 |
/** Champs numéro de fax */
|
77 |
/** Champs numéro de fax */
|
76 |
define ('INS_CHAMPS_FAX', 'a_fax');
|
78 |
define ('INS_CHAMPS_FAX', 'a_fax');
|
77 |
/** Champs d'appartenance à une structure */
|
79 |
/** Champs d'appartenance à une structure */
|
78 |
define ('INS_CHAMPS_STRUCTURE', 'a_ce_structure');
|
80 |
define ('INS_CHAMPS_STRUCTURE', 'a_ce_structure');
|
79 |
/** Champs identifiant du pays de la table des pays*/
|
81 |
/** Champs identifiant du pays de la table des pays*/
|
80 |
define ('INS_CHAMPS_ID_PAYS', 'gip_id_pays');
|
82 |
define ('INS_CHAMPS_ID_PAYS', 'CP_ID_Pays');
|
81 |
/** Champs nom du pays de la table des pays*/
|
83 |
/** Champs nom du pays de la table des pays*/
|
82 |
define ('INS_CHAMPS_LABEL_PAYS', 'gip_nom_pays_traduit');
|
84 |
define ('INS_CHAMPS_LABEL_PAYS', 'CP_Intitule_pays');
|
83 |
/** Champs qui contient la localisation */
|
85 |
/** Champs qui contient la localisation */
|
84 |
define ('INS_CHAMPS_I18N_PAYS', 'gip_id_i18n') ;
|
86 |
define ('INS_CHAMPS_I18N_PAYS', 'CP_Langue_intitule') ;
|
85 |
/** Champs identifiant du département de la table des departement*/
|
87 |
/** Champs identifiant du département de la table des departement*/
|
86 |
define ('INS_CHAMPS_ID_DEPARTEMENT','gd_id_departement');
|
88 |
define ('INS_CHAMPS_ID_DEPARTEMENT','gd_id_departement');
|
87 |
/** Champs nom du département de la table des departement*/
|
89 |
/** Champs nom du département de la table des departement*/
|
88 |
define ('INS_CHAMPS_NOM_DEPARTEMENT','gd_nom');
|
90 |
define ('INS_CHAMPS_NOM_DEPARTEMENT','gd_nom');
|
89 |
/** Champs pour l'abonnement à une liste, laisser vide si vous ne souhaitez pas d'inscription' */
|
91 |
/** Champs pour l'abonnement à une liste, laisser vide si vous ne souhaitez pas d'inscription' */
|
Line 229... |
Line 231... |
229 |
}
|
231 |
}
|
Line 230... |
Line 232... |
230 |
|
232 |
|
231 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
233 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
232 |
*
|
234 |
*
|
- |
|
235 |
* $Log: not supported by cvs2svn $
|
- |
|
236 |
* Revision 1.6 2006/03/15 11:04:27 alexandre_tb
|
- |
|
237 |
* ajout du tableau mail_admin qui contient la liste des administrateurs qui recevront un double du mail d'inscription
|
233 |
* $Log: not supported by cvs2svn $
|
238 |
*
|
234 |
* Revision 1.5 2005/12/19 13:16:38 alexandre_tb
|
239 |
* Revision 1.5 2005/12/19 13:16:38 alexandre_tb
|
235 |
* généricité du fichier de config
|
240 |
* généricité du fichier de config
|
236 |
*
|
241 |
*
|
237 |
* Revision 1.4 2005/12/19 11:06:01 alexandre_tb
|
242 |
* Revision 1.4 2005/12/19 11:06:01 alexandre_tb
|