Subversion Repositories Applications.papyrus

Rev

Rev 679 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 679 Rev 1081
1
<?php
1
<?php
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
2
/*vim: set expandtab tabstop=4 shiftwidth=4: */ 
3
// +------------------------------------------------------------------------------------------------------+
3
// +------------------------------------------------------------------------------------------------------+
4
// | PHP version 4.1                                                                                      |
4
// | PHP version 4.1                                                                                      |
5
// +------------------------------------------------------------------------------------------------------+
5
// +------------------------------------------------------------------------------------------------------+
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
6
// | Copyright (C) 2004 Tela Botanica (accueil@tela-botanica.org)                                         |
7
// +------------------------------------------------------------------------------------------------------+
7
// +------------------------------------------------------------------------------------------------------+
8
// | This library is free software; you can redistribute it and/or                                        |
8
// | This library is free software; you can redistribute it and/or                                        |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
9
// | modify it under the terms of the GNU Lesser General Public                                           |
10
// | License as published by the Free Software Foundation; either                                         |
10
// | License as published by the Free Software Foundation; either                                         |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
11
// | version 2.1 of the License, or (at your option) any later version.                                   |
12
// |                                                                                                      |
12
// |                                                                                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
13
// | This library is distributed in the hope that it will be useful,                                      |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
14
// | but WITHOUT ANY WARRANTY; without even the implied warranty of                                       |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
15
// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU                                    |
16
// | Lesser General Public License for more details.                                                      |
16
// | Lesser General Public License for more details.                                                      |
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.2 2006-01-02 09:51:54 alexandre_tb Exp $
22
// CVS : $Id: annuaire_backoffice.php,v 1.3 2006-12-01 13:23:17 florian 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
*
28
*@package annuaire
28
*@package annuaire
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.2 $
34
*@version       $Revision: 1.3 $
35
// +------------------------------------------------------------------------------------------------------+
35
// +------------------------------------------------------------------------------------------------------+
36
*/
36
*/
37
 
37
 
38
// +------------------------------------------------------------------------------------------------------+
38
// +------------------------------------------------------------------------------------------------------+
39
// |                                            ENTETE du PROGRAMME                                       |
39
// |                                            ENTETE du PROGRAMME                                       |
40
// +------------------------------------------------------------------------------------------------------+
40
// +------------------------------------------------------------------------------------------------------+
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
43
// |                                            ENTETE du PROGRAMME                                       |
43
// |                                            ENTETE du PROGRAMME                                       |
44
// +------------------------------------------------------------------------------------------------------+
44
// +------------------------------------------------------------------------------------------------------+
45
include_once 'configuration/bottin.config.inc.php';
45
include_once 'configuration/bottin.config.inc.php';
46
include_once INS_CHEMIN_APPLI.'configuration/annuaire_backoffice.config.inc.php';
-
 
47
include_once INS_CHEMIN_APPLI.'bibliotheque/annuaire.fonct.php';
46
include_once INS_CHEMIN_APPLI.'bibliotheque/annuaire.fonct.php';
48
include_once INS_CHEMIN_APPLI.'bibliotheque/annuaire_backoffice.fonct.php';
47
include_once INS_CHEMIN_APPLI.'bibliotheque/annuaire_backoffice.fonct.php';
49
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.php';
48
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.class.php';
50
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.fonct.php';
49
include_once INS_CHEMIN_APPLI.'bibliotheque/inscription.fonct.php';
51
 
-
 
52
if (!isset($GLOBALS['lang'])) {
-
 
53
    $GLOBALS['lang'] = INS_LANGUE_DEFAUT ;
50
$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
}
-
 
62
 
-
 
63
define ("ANN_MAIL_TOUS", 1) ;
51
define ("ANN_MAIL_TOUS", 1) ;
64
define ("ANN_MAIL_TOUS_ENVOIE", 2) ;
52
define ("ANN_MAIL_TOUS_ENVOIE", 2) ;
-
 
53
 
-
 
54
// Recherche parametres menu actif : ils ne sont pas present dans le contexte, quel dommage !
-
 
55
$requete_menu =  'SELECT gm_application_arguments '.
-
 
56
                 'FROM gen_menu '.
-
 
57
                 'WHERE gm_id_menu = '.$_GET['menu'];         
-
 
58
$resultat_menu = $GLOBALS['_GEN_commun']['pear_db']->query($requete_menu);
-
 
59
$info_menu = $resultat_menu->fetchRow(DB_FETCHMODE_OBJECT);
-
 
60
$resultat_menu->free();
-
 
61
if (isset($info_menu->gm_application_arguments)) {
-
 
62
	$arguments = explode(' ', $info_menu->gm_application_arguments);
-
 
63
   	for ($i = 0; $i < count($arguments); $i++) {
-
 
64
   		$attr = explode('=', $arguments[$i]);
-
 
65
   		if ($attr[0] != '') {
-
 
66
	    	$info_application->$attr[0] = (isset($attr[1]) ? $attr[1] : '');
-
 
67
   		}
-
 
68
   	}
-
 
69
}
-
 
70
//cas de l'annuaire admin papyrus, on modifie certaines constantes
-
 
71
if ($info_application->type_annuaire==1) {
-
 
72
	include_once INS_CHEMIN_APPLI.'configuration/annuaire_backoffice.config.inc.php';
65
 
73
}
66
 
74
 
67
function afficherContenuCorps () {
75
function afficherContenuCorps () {
68
    global $statut ;
76
    global $statut ;
69
 
77
 
70
    if (!$GLOBALS['AUTH']->getAuth())  {
78
    if (!$GLOBALS['AUTH']->getAuth())  {
71
        $res = AUTH_formulaire_login() ;
79
        $res = AUTH_formulaire_login() ;
72
    } else {
80
    } else {
73
        if (isset($_REQUEST[INS_CHAMPS_ID])) {
81
        if (isset($_REQUEST[INS_CHAMPS_ID])) {
74
            include_once (INS_CHEMIN_APPLI.'bibliotheque/edition_fiche.php');
82
            include_once (INS_CHEMIN_APPLI.'bibliotheque/edition_fiche.php');
75
            $GLOBALS['ins_url']->addQueryString (INS_CHAMPS_ID, $_REQUEST[INS_CHAMPS_ID]) ;
83
            $GLOBALS['ins_url']->addQueryString (INS_CHAMPS_ID, $_REQUEST[INS_CHAMPS_ID]) ;
76
            return putFrame() ;
84
            return putFrame() ;
77
        }
85
        }
78
        if (isset ($_GET['action'])) {
86
        if (isset ($_GET['action'])) {
79
            include_once (INS_CHEMIN_APPLI.'bibliotheque/mail_tous.php') ;
87
            include_once (INS_CHEMIN_APPLI.'bibliotheque/mail_tous.php') ;
80
            return putFrame() ;
88
            return putFrame() ;
81
        }
89
        }
82
        if (isset($_REQUEST['ajouter'])) {
90
        if (isset($_REQUEST['ajouter'])) {
83
        	return ajouterInscrit() ;	
91
        	return ajouterInscrit() ;	
84
        }
92
        }
85
        $res = "<div>".mkengine()."</div>\n" ;
93
        $res = "<div>".mkengine()."</div>\n" ;
86
    }
94
    }
87
    return $res ;
95
    return $res ;
88
}
96
}
89
 
97
 
90
?>
98
?>