[ Index ]
 

Code source de e107 0.7.8

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/e107_themes/templates/ -> admin_template.php (source)

   1  <?php
   2  /*
   3  + ----------------------------------------------------------------------------+
   4  |     e107 website system
   5  |
   6  |     ©Steve Dunstan 2001-2002
   7  |     http://e107.org
   8  |     jalist@e107.org
   9  |
  10  |     Released under the terms and conditions of the
  11  |     GNU General Public License (http://gnu.org).
  12  |
  13  |     $Source: /cvsroot/e107/e107_0.7/e107_themes/templates/admin_template.php,v $
  14  |     $Revision: 1.15 $
  15  |     $Date: 2006/12/19 14:20:09 $
  16  |     $Author: e107coders $
  17  +----------------------------------------------------------------------------+
  18  */
  19  
  20  if (!defined('e107_INIT')) { exit; }
  21  
  22  $ADMIN_HEADER = "<div style='text-align:center'>
  23  {ADMIN_LOGO}
  24  <br />
  25  {ADMIN_LOGGED}
  26  {ADMIN_SEL_LAN}
  27  {ADMIN_USERLAN}
  28  </div>
  29  <table style='width:100%' cellspacing='10' cellpadding='10'>
  30  <tr>
  31  <td style='width:17%; vertical-align: top;'>
  32  {ADMIN_NAV}
  33  {ADMIN_LANG}
  34  {ADMIN_PWORD}
  35  {ADMIN_STATUS=request}
  36  {ADMIN_LATEST=request}
  37  {ADMIN_LOG=request}
  38  {ADMIN_HELP}
  39  {ADMIN_MSG}
  40  {ADMIN_PLUGINS}
  41  </td>
  42  <td style='width:62%; vertical-align: top;'>
  43  ";
  44  
  45  $ADMIN_FOOTER = "</td>
  46  <td style='width:17%; vertical-align:top'>
  47  {ADMIN_MENU}
  48  {ADMIN_PRESET}
  49  {ADMIN_UPDATE}
  50  {ADMIN_SITEINFO}
  51  {ADMIN_DOCS}
  52  </td>
  53  </tr>
  54  </table>
  55  {ADMIN_CREDITS}
  56  ";
  57  
  58  ?>


Généré le : Sun Apr 1 01:23:32 2007 par Balluche grâce à PHPXref 0.7