[ Index ]

Source Code Reference for V1.00

title

Body

[close]

/modules/system/ -> index.php (source)

   1  <?php /* $Id: index.php 201 2008-08-08 17:29:25Z pedroix $ $URL: https://web2project.svn.sourceforge.net/svnroot/web2project/trunk/modules/system/index.php $ */
   2  if (!defined('W2P_BASE_DIR')) {
   3      die('You should not access this file directly.');
   4  }
   5  $perms = &$AppUI->acl();
   6  if (!$perms->checkModule('system', 'view')) { // let's see if the user has sys access
   7      $AppUI->redirect('m=public&a=access_denied');
   8  }
   9  
  10  $AppUI->savePlace();
  11  
  12  $titleBlock = new CTitleBlock('System Administration', '48_my_computer.png', $m, $m . '.' . $a);
  13  $titleBlock->show();
  14  ?>
  15  <table class="std" width="100%" border="0" cellpadding="0" cellspacing="5">
  16  <tr>
  17      <td width="42">
  18          <?php echo w2PshowImage('rdf2.png', 42, 42, ''); ?>
  19      </td>
  20      <td align="left" class="subtitle">
  21          <?php echo $AppUI->_('Language Support'); ?>
  22      </td>
  23  </tr>
  24  <tr>
  25      <td>&nbsp;</td>
  26      <td align="left">
  27          <a href="?m=system&a=translate"><?php echo $AppUI->_('Translation Management'); ?></a>
  28      </td>
  29  </tr>
  30  <tr>
  31      <td>
  32          <?php echo w2PshowImage('myevo-weather.png', 42, 42, ''); ?>
  33      </td>
  34      <td align="left" class="subtitle">
  35          <?php echo $AppUI->_('Preferences'); ?>
  36      </td>
  37  </tr>
  38  <tr>
  39      <td>&nbsp;</td>
  40      <td align="left">
  41          <a href="?m=system&a=systemconfig"><?php echo $AppUI->_('System Configuration'); ?></a>
  42          <br /><a href="?m=system&a=addeditpref"><?php echo $AppUI->_('Default User Preferences'); ?></a>
  43          <br /><a href="?m=system&u=syskeys&a=keys"><?php echo $AppUI->_('System Lookup Keys'); ?></a>
  44          <br /><a href="?m=system&u=syskeys"><?php echo $AppUI->_('System Lookup Values'); ?></a>
  45          <br /><a href="?m=system&a=custom_field_editor"><?php echo $AppUI->_('Custom Field Editor'); ?></a>
  46                  <br /><a href="?m=system&a=billingcode"><?php echo $AppUI->_('Billing Code Table'); ?></a>
  47      </td>
  48  </tr>
  49  <tr>
  50      <td>
  51          <?php echo w2PshowImage('power-management.png', 42, 42, ''); ?>
  52      </td>
  53      <td align="left" class="subtitle">
  54          <?php echo $AppUI->_('Modules'); ?>
  55      </td>
  56  </tr>
  57  <tr>
  58      <td>&nbsp;</td>
  59      <td align="left">
  60          <a href="?m=system&a=viewmods"><?php echo $AppUI->_('View Modules'); ?></a>
  61      </td>
  62  </tr>
  63  <tr>
  64      <td>
  65          <?php echo w2PshowImage('main-settings.png', 42, 42, ''); ?>
  66      </td>
  67      <td align="left" class="subtitle">
  68          <?php echo $AppUI->_('Administration'); ?>
  69      </td>
  70  </tr>
  71  <tr>
  72      <td>&nbsp;</td>
  73      <td align="left">
  74          <a href="?m=system&u=roles"><?php echo $AppUI->_('User Roles'); ?></a>
  75          <br /><a href="?m=system&a=acls_view"><?php echo $AppUI->_('Users Permissions Information'); ?></a>
  76          <br /><a href="?m=system&a=contacts_ldap"><?php echo $AppUI->_('Import Contacts'); ?></a>
  77          <br /><a href="?m=system&a=phpinfo&suppressHeaders=1" target="_blank"><?php echo $AppUI->_('PHP Info'); ?></a>
  78      </td>
  79  </tr>
  80  </table>


Generated: Thu Jan 8 03:00:03 2009 Cross-referenced by PHPXref 0.7