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.16 2007-04-11 08:30:12 neiluj Exp $
|
22 |
// CVS : $Id: bottin.config.inc.php,v 1.17 2007-06-25 12:46:59 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.16 $ $Date: 2007-04-11 08:30:12 $
|
35 |
*@version $Revision: 1.17 $ $Date: 2007-06-25 12:46:59 $
|
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 181... |
Line 181... |
181 |
/** Choix de la langue par défaut de l'application */
|
181 |
/** Choix de la langue par défaut de l'application */
|
182 |
define ('INS_LANGUE_DEFAUT', $GLOBALS['_GEN_commun']['i18n']) ;
|
182 |
define ('INS_LANGUE_DEFAUT', $GLOBALS['_GEN_commun']['i18n']) ;
|
183 |
include_once INS_CHEMIN_APPLI.'langues/bottin.langue_'.INS_LANGUE_DEFAUT.'.inc.php'; //appel du fichier de constantes des langues
|
183 |
include_once INS_CHEMIN_APPLI.'langues/bottin.langue_'.INS_LANGUE_DEFAUT.'.inc.php'; //appel du fichier de constantes des langues
|
184 |
}
|
184 |
}
|
Line 185... |
Line -... |
185 |
|
- |
|
186 |
|
- |
|
187 |
/** Définir la présence d'un formulaire d'inscription de structure (mettre à 1 pour oui, 0 pour non */
|
- |
|
188 |
define ('INS_FORMULAIRE_STRUCTURE', 1);
|
- |
|
189 |
|
- |
|
190 |
/** Définir la présence d'un formulaire d'inscription de structure (mettre à 1 pour oui, 0 pour non */
|
- |
|
191 |
define ('INS_URL_BAZAR', 'http://localhost/papyrus/papyrus.php?menu=16');
|
- |
|
192 |
|
- |
|
193 |
|
185 |
|
194 |
/** Définir la nécessité d'envoyer un message de confirmation d'inscription (mettre à 1 pour oui, 0 pour non */
|
186 |
/** Définir la nécessité d'envoyer un message de confirmation d'inscription (mettre à 1 pour oui, 0 pour non */
|
Line 195... |
Line 187... |
195 |
define ('INS_MAIL_VALIDATION_INSCRIPTION', 0);
|
187 |
define ('INS_MAIL_VALIDATION_INSCRIPTION', 0);
|
196 |
|
188 |
|
Line 241... |
Line 233... |
241 |
}
|
233 |
}
|
Line 242... |
Line 234... |
242 |
|
234 |
|
243 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
235 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
244 |
*
|
236 |
*
|
- |
|
237 |
* $Log: not supported by cvs2svn $
|
- |
|
238 |
* Revision 1.16 2007-04-11 08:30:12 neiluj
|
- |
|
239 |
* remise en état du CVS...
|
245 |
* $Log: not supported by cvs2svn $
|
240 |
*
|
246 |
* Revision 1.14 2006/12/01 13:23:17 florian
|
241 |
* Revision 1.14 2006/12/01 13:23:17 florian
|
247 |
* integration annuaire backoffice
|
242 |
* integration annuaire backoffice
|
248 |
*
|
243 |
*
|
249 |
* Revision 1.13 2006/09/20 14:56:41 alexandre_tb
|
244 |
* Revision 1.13 2006/09/20 14:56:41 alexandre_tb
|