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.8 2006-04-10 09:51:28 alexandre_tb Exp $
|
22 |
// CVS : $Id: bottin.config.inc.php,v 1.9 2006-04-28 12:44: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.8 $ $Date: 2006-04-10 09:51:28 $
|
35 |
*@version $Revision: 1.9 $ $Date: 2006-04-28 12:44: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');
|
Line 182... |
Line 182... |
182 |
|
182 |
|
183 |
|
183 |
|
Line -... |
Line 184... |
- |
|
184 |
/** Définir la présence d'un formulaire d'inscription de structure (mettre à 1 pour oui, 0 pour non */
|
- |
|
185 |
define ('INS_FORMULAIRE_STRUCTURE', 1);
|
- |
|
186 |
|
- |
|
187 |
/** Définir la présence d'un formulaire d'inscription de structure (mettre à 1 pour oui, 0 pour non */
|
184 |
/** Définir la présence d'un formulaire d'inscription de structure (mettre à 1 pour oui, 0 pour non */
|
188 |
define ('INS_URL_BAZAR', 'http://localhost/papyrus/papyrus.php?menu=16');
|
185 |
define ('INS_FORMULAIRE_STRUCTURE', 1);
|
189 |
|
Line 186... |
Line 190... |
186 |
|
190 |
|
187 |
/** Définir la nécessité d'envoyer un message de confirmation d'inscription (mettre à 1 pour oui, 0 pour non */
|
191 |
/** Définir la nécessité d'envoyer un message de confirmation d'inscription (mettre à 1 pour oui, 0 pour non */
|
Line 234... |
Line 238... |
234 |
}
|
238 |
}
|
Line 235... |
Line 239... |
235 |
|
239 |
|
236 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
240 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
237 |
*
|
241 |
*
|
- |
|
242 |
* $Log: not supported by cvs2svn $
|
- |
|
243 |
* Revision 1.8 2006/04/10 09:51:28 alexandre_tb
|
- |
|
244 |
* ajout de la constante INS_NOM_WIKINI_GENERE.
|
238 |
* $Log: not supported by cvs2svn $
|
245 |
*
|
239 |
* Revision 1.7 2006/04/04 12:23:05 florian
|
246 |
* Revision 1.7 2006/04/04 12:23:05 florian
|
240 |
* modifs affichage fiches, généricité de la carto, modification totale de l'appli annuaire
|
247 |
* modifs affichage fiches, généricité de la carto, modification totale de l'appli annuaire
|
241 |
*
|
248 |
*
|
242 |
* Revision 1.6 2006/03/15 11:04:27 alexandre_tb
|
249 |
* Revision 1.6 2006/03/15 11:04:27 alexandre_tb
|