Subversion Repositories Applications.papyrus

Rev

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

Rev 927 Rev 953
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.12 2006-09-12 15:44:18 alexandre_tb Exp $
22
// CVS : $Id: bottin.config.inc.php,v 1.13 2006-09-20 14:56:41 alexandre_tb 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.12 $ $Date: 2006-09-12 15:44:18 $
35
*@version       $Revision: 1.13 $ $Date: 2006-09-20 14:56:41 $
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');
Line 81... Line 81...
81
/** Champs identifiant du pays de la table des pays*/
81
/** Champs identifiant du pays de la table des pays*/
82
define ('INS_CHAMPS_ID_PAYS', 'gip_id_pays');
82
define ('INS_CHAMPS_ID_PAYS', 'gip_id_pays');
83
/** Champs nom du pays de la table des pays*/
83
/** Champs nom du pays de la table des pays*/
84
define ('INS_CHAMPS_LABEL_PAYS', 'gip_nom_pays_traduit');
84
define ('INS_CHAMPS_LABEL_PAYS', 'gip_nom_pays_traduit');
85
/** Champs qui contient la localisation */
85
/** Champs qui contient la localisation */
86
define ('INS_CHAMPS_I18N_PAYS', 'gip_nom_pays_traduit') ;
86
define ('INS_CHAMPS_I18N_PAYS', ' gip_id_i18n') ;
87
/** Champs identifiant du département de la table des departement*/
87
/** Champs identifiant du département de la table des departement*/
88
define ('INS_CHAMPS_ID_DEPARTEMENT','gd_id_departement');
88
define ('INS_CHAMPS_ID_DEPARTEMENT','gd_id_departement');
89
/** Champs nom du département de la table des departement*/
89
/** Champs nom du département de la table des departement*/
90
define ('INS_CHAMPS_NOM_DEPARTEMENT','gd_nom');
90
define ('INS_CHAMPS_NOM_DEPARTEMENT','gd_nom');
91
/** 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 238... Line 238...
238
}
238
}
Line 239... Line 239...
239
 
239
 
240
/* +--Fin du code ----------------------------------------------------------------------------------------+
240
/* +--Fin du code ----------------------------------------------------------------------------------------+
241
*
241
*
-
 
242
* $Log: not supported by cvs2svn $
-
 
243
* Revision 1.12  2006/09/12 15:44:18  alexandre_tb
-
 
244
* suppression du $GLOBALS['mail_admin'] en double
242
* $Log: not supported by cvs2svn $
245
*
243
* Revision 1.11  2006/09/12 15:40:33  alexandre_tb
246
* Revision 1.11  2006/09/12 15:40:33  alexandre_tb
244
* modification des valeurs par défaut
247
* modification des valeurs par défaut
245
* utilisation de gen_i18n_pays pour la table des pays
248
* utilisation de gen_i18n_pays pour la table des pays
246
*
249
*