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_backoffice.php,v 1.4 2006-12-01 16:02:16 florian Exp $
|
22 |
// CVS : $Id: annuaire_backoffice.php,v 1.5 2007-04-06 08:35:46 neiluj Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* programme principal du module annuaire_moteur
|
24 |
* programme principal du module annuaire_moteur
|
25 |
*
|
25 |
*
|
26 |
* programme principal du module annuaire_moteur
|
26 |
* programme principal du module annuaire_moteur
|
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.4 $
|
34 |
*@version $Revision: 1.5 $
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
// +------------------------------------------------------------------------------------------------------+
|
36 |
*/
|
36 |
*/
|
Line 37... |
Line 37... |
37 |
|
37 |
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
38 |
// +------------------------------------------------------------------------------------------------------+
|
39 |
// | ENTETE du PROGRAMME |
|
39 |
// | ENTETE du PROGRAMME |
|
- |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
- |
|
41 |
|
- |
|
42 |
// +------------------------------------------------------------------------------------------------------+
|
- |
|
43 |
// | ENTETE du PROGRAMME |
|
40 |
// +------------------------------------------------------------------------------------------------------+
|
44 |
// +------------------------------------------------------------------------------------------------------+
|
- |
|
45 |
include_once 'configuration/bottin.config.inc.php';
|
41 |
include_once 'configuration/bottin.config.inc.php';
|
46 |
include_once INS_CHEMIN_APPLI.'configuration/annuaire_backoffice.config.inc.php';
|
42 |
include_once INS_CHEMIN_APPLI.'bibliotheque/annuaire.fonct.php';
|
47 |
include_once INS_CHEMIN_APPLI.'bibliotheque/annuaire.fonct.php';
|
43 |
include_once INS_CHEMIN_APPLI.'bibliotheque/annuaire_backoffice.fonct.php';
|
48 |
include_once INS_CHEMIN_APPLI.'bibliotheque/annuaire_backoffice.fonct.php';
|
44 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.php';
|
49 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.php';
|
- |
|
50 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.fonct.php';
|
- |
|
51 |
|
45 |
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.fonct.php';
|
52 |
if (!isset($GLOBALS['lang'])) {
|
- |
|
53 |
$GLOBALS['lang'] = INS_LANGUE_DEFAUT ;
|
- |
|
54 |
}
|
- |
|
55 |
include_once INS_CHEMIN_APPLI."langues/bottin_langue_".$GLOBALS['lang'].".inc.php" ;
|
- |
|
56 |
|
- |
|
57 |
if (isset($lang)) {
|
- |
|
58 |
include_once INS_CHEMIN_APPLI."/langues/annuaire_backoffice.langue.$lang.inc.php" ;
|
- |
|
59 |
} else {
|
- |
|
60 |
include_once INS_CHEMIN_APPLI.'/langues/annuaire_backoffice.langue.fr.inc.php' ;
|
- |
|
61 |
}
|
46 |
$lang=INS_LANGUE_DEFAUT;
|
62 |
|
47 |
define ("ANN_MAIL_TOUS", 1) ;
|
63 |
define ("ANN_MAIL_TOUS", 1) ;
|
Line -... |
Line 64... |
- |
|
64 |
define ("ANN_MAIL_TOUS_ENVOIE", 2) ;
|
48 |
define ("ANN_MAIL_TOUS_ENVOIE", 2) ;
|
65 |
|
49 |
|
66 |
|
Line 50... |
Line 67... |
50 |
function afficherContenuCorps () {
|
67 |
function afficherContenuCorps () {
|
51 |
global $statut ;
|
68 |
global $statut ;
|