Subversion Repositories Applications.papyrus

Rev

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

Rev 422 Rev 463
Line 30... Line 30...
30
 
30
 
31
// Le fait que vous puissiez accéder à cet en-tête signifie que vous avez 
31
// Le fait que vous puissiez accéder à cet en-tête signifie que vous avez 
32
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
32
// pris connaissance de la licence CeCILL, et que vous en avez accepté les
33
// termes.
33
// termes.
34
// ----
34
// ----
35
// CVS : $Id: admin_menu.php,v 1.17 2005-07-18 16:14:32 ddelon Exp $
35
// CVS : $Id: admin_menu.php,v 1.18 2005-09-23 15:27:17 florian Exp $
36
/**
36
/**
37
* Application gérant les menus de Papyrus
37
* Application gérant les menus de Papyrus
38
*
38
*
39
* Cette application permet de gérer les menus classiques, les menus communs 
39
* Cette application permet de gérer les menus classiques, les menus communs 
Line 44... Line 44...
44
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
44
*@author        Jean-Pascal MILCENT <jpm@tela-botanica.org>
45
//Autres auteurs :
45
//Autres auteurs :
46
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
46
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
47
*@author        Laurent COUDOUNEAU <lc@gsite.org>
47
*@author        Laurent COUDOUNEAU <lc@gsite.org>
48
*@copyright     Tela-Botanica 2000-2004
48
*@copyright     Tela-Botanica 2000-2004
49
*@version       $Revision: 1.17 $ $Date: 2005-07-18 16:14:32 $
49
*@version       $Revision: 1.18 $ $Date: 2005-09-23 15:27:17 $
50
// +------------------------------------------------------------------------------------------------------+
50
// +------------------------------------------------------------------------------------------------------+
51
*/
51
*/
Line 52... Line 52...
52
 
52
 
53
// +------------------------------------------------------------------------------------------------------+
53
// +------------------------------------------------------------------------------------------------------+
Line 113... Line 113...
113
    $sortie_xhtml = '';
113
    $sortie_xhtml = '';
114
    $objet_pear_auth = $GLOBALS['_GEN_commun']['pear_auth'];
114
    $objet_pear_auth = $GLOBALS['_GEN_commun']['pear_auth'];
115
    $objet_pear_db = $GLOBALS['_GEN_commun']['pear_db'];
115
    $objet_pear_db = $GLOBALS['_GEN_commun']['pear_db'];
116
    $objet_pear_url = $GLOBALS['_GEN_commun']['url'];
116
    $objet_pear_url = $GLOBALS['_GEN_commun']['url'];
117
    $url_site = $GLOBALS['_GEN_commun']['url_site'];
117
    $url_site = $GLOBALS['_GEN_commun']['url_site'];
-
 
118
    if (isset($GLOBALS['_GEN_commun']['url_menu'])) {
118
    $url_menu = $GLOBALS['_GEN_commun']['url_menu'];
119
	    $url_menu = $GLOBALS['_GEN_commun']['url_menu'];
-
 
120
    }
119
    $url_i18n = $GLOBALS['_GEN_commun']['url_i18n'];
121
    $url_i18n = $GLOBALS['_GEN_commun']['url_i18n'];
120
    if (isset($_POST['adme_site_id'])) {
122
    if (isset($_POST['adme_site_id'])) {
121
        $_GET['adme_site_id'] = $_POST['adme_site_id'];
123
        $_GET['adme_site_id'] = $_POST['adme_site_id'];
122
    } else {
124
    } else {
123
        $_GET['adme_site_id'] = (!isset($_GET['adme_site_id'])) ? 0 : $_GET['adme_site_id'];
125
        $_GET['adme_site_id'] = (!isset($_GET['adme_site_id'])) ? 0 : $_GET['adme_site_id'];
Line 294... Line 296...
294
 
296
 
295
 
297
 
296
/* +--Fin du code ----------------------------------------------------------------------------------------+
298
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
299
*
-
 
300
* $Log: not supported by cvs2svn $
-
 
301
* Revision 1.17  2005/07/18 16:14:32  ddelon
297
*
302
* css admin + menu communs
298
* $Log: not supported by cvs2svn $
303
*
299
* Revision 1.16  2005/07/08 21:13:15  ddelon
304
* Revision 1.16  2005/07/08 21:13:15  ddelon
300
* Gestion indentation menu
305
* Gestion indentation menu
301
*
306
*