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: annuaire.config.inc.php,v 1.1 2005-09-22 14:02:49 ddelon Exp $
|
22 |
// CVS : $Id: annuaire.config.inc.php,v 1.2 2006-04-04 12:23:05 florian Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Fichier de configuration de l'annuaire
|
24 |
* Fichier de configuration de l'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 29... |
Line 29... |
29 |
//Auteur original :
|
29 |
//Auteur original :
|
30 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
30 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
31 |
//Autres auteurs :
|
31 |
//Autres auteurs :
|
32 |
*@author Aucun
|
32 |
*@author Aucun
|
33 |
*@copyright Tela-Botanica 2000-2004
|
33 |
*@copyright Tela-Botanica 2000-2004
|
34 |
*@version $Revision: 1.1 $
|
34 |
*@version $Revision: 1.2 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
37 |
include_once INS_CHEMIN_APPLI.'langues/annuaire.langue.'.INS_LANGUE_DEFAUT.'.inc.php'; //appel du fichier de constantes des langues
|
37 |
//include_once INS_CHEMIN_APPLI.'langues/annuaire.langue.'.INS_LANGUE_DEFAUT.'.inc.php'; //appel du fichier de constantes des langues
|
38 |
/** tableau contenant dans l'ordre les labels des champs à afficher dans l'annuaire*/
|
38 |
define ('INS_NECESSITE_LOGIN', 0) ; // Precise si les infos sont visibles pour tous (mettre 0) ou pour les identifies seulement (mettre 1)
|
39 |
$GLOBALS['annuaire_champs_visibles']['label_champs']= array (ANN_NOM,ANN_PRENOM,ANN_VILLE,ANN_DATE);
|
- |
|
40 |
/** tableau contenant dans l'ordre les champs à afficher dans l'annuaire*/
|
- |
|
41 |
$GLOBALS['annuaire_champs_visibles']['champs_db']= array (INS_CHAMPS_NOM,INS_CHAMPS_PRENOM,INS_CHAMPS_VILLE,INS_CHAMPS_DATE);
|
- |
|
- |
|
39 |
|
Line 42... |
Line 40... |
42 |
|
40 |
|
43 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
41 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
44 |
*
|
42 |
*
|
- |
|
43 |
* $Log: not supported by cvs2svn $
|
- |
|
44 |
* Revision 1.1 2005/09/22 14:02:49 ddelon
|
- |
|
45 |
* nettoyage annuaire et php5
|
45 |
* $Log: not supported by cvs2svn $
|
46 |
*
|
46 |
* Revision 1.4 2005/09/22 13:30:49 florian
|
47 |
* Revision 1.4 2005/09/22 13:30:49 florian
|
47 |
* modifs pour compatibilité XHTML Strict + corrections de bugs (mais ya encore du boulot!!)
|
48 |
* modifs pour compatibilité XHTML Strict + corrections de bugs (mais ya encore du boulot!!)
|
48 |
*
|
49 |
*
|
49 |
* Revision 1.3 2005/03/24 08:46:29 alex
|
50 |
* Revision 1.3 2005/03/24 08:46:29 alex
|