Subversion Repositories Applications.papyrus

Rev

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

Rev 1653 Rev 1684
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.21 2007-10-12 10:03:59 alexandre_tb Exp $
22
// CVS : $Id: bottin.config.inc.php,v 1.22 2007-11-08 09:30:35 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.21 $ $Date: 2007-10-12 10:03:59 $
35
*@version       $Revision: 1.22 $ $Date: 2007-11-08 09:30:35 $
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 214... Line 214...
214
define ('INS_UTILISE_MODULE_PROJET', 1) ;
214
define ('INS_UTILISE_MODULE_PROJET', 1) ;
215
if (INS_UTILISE_MODULE_PROJET) {
215
if (INS_UTILISE_MODULE_PROJET) {
216
    define ('INS_CHEMIN_PROJET', 'client/projet/') ;
216
    define ('INS_CHEMIN_PROJET', 'client/projet/') ;
217
}
217
}
Line -... Line 218...
-
 
218
 
-
 
219
/** Constante pour indiquer le repertoire des squelettes du bottin */
-
 
220
define ('INS_CHEMIN_SQUELETTE', INS_CHEMIN_APPLI.'squelettes/');
-
 
221
/** Constante pour indiquer le nom du squelette qui construit le moteur de recherche backoffice */
-
 
222
define ('INS_FICHIER_SQUELETTE_BACKOFFICE_MOTEUR', 'annuaire_backoffice_moteur_recherche.tpl.html');
-
 
223
 
218
 
224
 
219
/**
225
/**
220
//==================================== PARAMETRAGE =================================
226
//==================================== PARAMETRAGE =================================
221
* Pour gérer la réécriture d'url de l'inscription
227
* Pour gérer la réécriture d'url de l'inscription
222
* Cela nécessite une ligne dans le fichier .htaccess, par exemple
228
* Cela nécessite une ligne dans le fichier .htaccess, par exemple
Line 244... Line 250...
244
}
250
}
Line 245... Line 251...
245
 
251
 
246
/* +--Fin du code ----------------------------------------------------------------------------------------+
252
/* +--Fin du code ----------------------------------------------------------------------------------------+
247
*
253
*
-
 
254
* $Log: not supported by cvs2svn $
-
 
255
* Revision 1.21  2007-10-12 10:03:59  alexandre_tb
-
 
256
* ajout des contantes INS_GOOGLE_IMAGE_LARGEUR et INS_GOOGLE_IMAGE_HAUTEUR
248
* $Log: not supported by cvs2svn $
257
*
249
* Revision 1.20  2007-10-01 12:17:02  alexandre_tb
258
* Revision 1.20  2007-10-01 12:17:02  alexandre_tb
250
* ajout de la constante INS_GOOGLE_TYPE_DE_VUE
259
* ajout de la constante INS_GOOGLE_TYPE_DE_VUE
251
*
260
*
252
* Revision 1.19  2007-09-06 08:26:05  alexandre_tb
261
* Revision 1.19  2007-09-06 08:26:05  alexandre_tb