[ Index ]
 

Code source de Dolibarr 2.0.1

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/htdocs/admin/system/ -> pre.inc.php (source)

   1  <?php
   2  /* Copyright (C) 2003-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
   3   * Copyright (C) 2004 Laurent Destailleur  <eldy@users.sourceforge.net>
   4   * Copyright (C) 2004 Sebastien Di Cintio  <sdicintio@ressource-toi.org>
   5   * Copyright (C) 2004 Benoit Mortier             <benoit.mortier@opensides.be>
   6   *
   7   * This program is free software; you can redistribute it and/or modify
   8   * it under the terms of the GNU General Public License as published by
   9   * the Free Software Foundation; either version 2 of the License, or
  10   * (at your option) any later version.
  11   *
  12   * This program is distributed in the hope that it will be useful,
  13   * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15   * GNU General Public License for more details.
  16   *
  17   * You should have received a copy of the GNU General Public License
  18   * along with this program; if not, write to the Free Software
  19   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  20   *
  21   * $Id: pre.inc.php,v 1.13 2005/07/08 19:56:55 eldy Exp $
  22   * $Source: /cvsroot/dolibarr/dolibarr/htdocs/admin/system/pre.inc.php,v $
  23   */
  24  
  25  /*!    \file htdocs/admin/system/pre.inc.php
  26          \brief      Gestionnaire menu page infos système
  27          \version    $Revision: 1.13 $
  28  */
  29  
  30  require ("../../main.inc.php");
  31  
  32  function llxHeader($head = "", $urlp = "") {
  33      global $langs;
  34  
  35      $langs->load("admin");
  36      
  37      /*
  38      *
  39      *
  40      */
  41      top_menu($head);
  42      
  43      $menu = new Menu();
  44      
  45      $menu->add(DOL_URL_ROOT."/admin/system/index.php", $langs->trans("Summary"));
  46      
  47      $menu->add(DOL_URL_ROOT."/admin/system/dolibarr.php", "Dolibarr");
  48      $menu->add_submenu(DOL_URL_ROOT."/admin/system/constall.php", $langs->trans("AllParameters"));
  49      $menu->add_submenu(DOL_URL_ROOT."/about.php", $langs->trans("About"));
  50      
  51      $menu->add(DOL_URL_ROOT."/admin/system/os.php", $langs->trans("OS"));
  52      
  53      $menu->add(DOL_URL_ROOT."/admin/system/web.php", $langs->trans("WebServer"));
  54      
  55      $menu->add(DOL_URL_ROOT."/admin/system/phpinfo.php", $langs->trans("Php"));
  56      
  57      $menu->add_submenu(DOL_URL_ROOT."/admin/system/phpinfo.php?what=conf", $langs->trans("PhpConf"));
  58      
  59      $menu->add_submenu(DOL_URL_ROOT."/admin/system/phpinfo.php?what=env", $langs->trans("PhpEnv"));
  60      
  61      $menu->add_submenu(DOL_URL_ROOT."/admin/system/phpinfo.php?what=modules", $langs->trans("PhpModules"));
  62      
  63      $menu->add(DOL_URL_ROOT."/admin/system/database.php", $langs->trans("Database"));
  64      $menu->add_submenu(DOL_URL_ROOT."/admin/system/database-tables.php", $langs->trans("Tables"));
  65      $menu->add_submenu(DOL_URL_ROOT."/admin/system/database-tables-contraintes.php", $langs->trans("Constraints"));
  66      
  67      left_menu($menu->liste);
  68  }
  69  
  70  ?>


Généré le : Mon Nov 26 12:29:37 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics