linea21-core
[ class tree: linea21-core ] [ index: linea21-core ] [ all elements ]

Source for file list.php

Documentation is available at list.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage system
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11. //////////// Check Inclusion de pages //////////// 
  12. if (!function_exists('AuthenthificationProcess')) {
  13.     include_once ("../lib/lib_common.php");
  14.     ReloadIndex('admin');
  15. }
  16. $config_file new config_file;
  17. $config_file->__construct($GLOBALS['authorized_release_sections'],$GLOBALS['authorized_db_sections'],$GLOBALS['authorized_theme_sections']);
  18. $config_file->loadParams();
  19. $link_mod=$rub_link."&amp;todo=mod&amp;type=";
  20. ?>
  21. <div id="chemin">
  22.     <ul>
  23.         <li>
  24.             <a href="index.php"><?php echo $GLOBALS['lang']['way']['home'?></a>
  25.         </li>
  26.         <li>
  27.             <a href="<?php echo $rub_link?>">
  28.             <?php echo $GLOBALS['lang']['menu']['system']?>
  29.             </a>
  30.         </li>
  31.     </ul>
  32. </div>
  33.   <!--end barre haute -->
  34. <?php include_once ("quickicons.php")?>
  35. <div class="contentcontainer">
  36. <?php include_once($dir "/menurub.php");?>
  37. <div id="content">
  38.     
  39.     <div id="define_readonly">
  40.       <h2>LINEA RELEASE</h2>
  41.       <dl>
  42.       <dt><?php echo $GLOBALS['lang']['system']['LINEA_VERSION']?></dt>
  43.       <dd><?php echo SITE_LINEA_NAME ' - ' LINEA_VERSION?></dd>
  44.       <dt><?php echo $GLOBALS['lang']['system']['SITE_LINEA_URL']?></dt>
  45.       <dd><a href="<?php echo SITE_LINEA_URL?>" class="out"><?php echo SITE_LINEA_URL?></a></dd>
  46.       <dt><?php echo $GLOBALS['lang']['system']['MAIL_LINEA']?></dt>
  47.       <dd><a href="mailto:<?php echo MAIL_LINEA?>"><?php echo MAIL_LINEA?></dd>
  48.       </dl>    
  49.       <br style="clear:both;"/>
  50.     </div>
  51.     
  52.     <div class="toggle_title"><a href="#" onclick="$('#define_theme').slideToggle();"><?php echo $GLOBALS['lang']['system']['title_theme']?></a></div>
  53.     
  54.     <div id="define_theme" style="display:none;">
  55.         <?php echo ("<a href=\"".$link_mod."theme\" title=\"".$GLOBALS['lang']['system']['mod']."\" class=\"ico_mod2\"></a>")?>
  56.         <?php echo ($config_file->getThemeParams())?>    
  57.         <br style="clear:both;"/>
  58.     </div>
  59.     
  60.     <div class="toggle_title"><a href="#" onclick="$('#define_release').slideToggle();"><?php echo $GLOBALS['lang']['system']['title_release']?> (<?php echo ($config_file->file_release)?>)</a></div>
  61.     
  62.     <div id="define_release" style="display:none;">
  63.         <?php echo ("<a href=\"".$link_mod."define_release\" title=\"".$GLOBALS['lang']['system']['mod']."\" class=\"ico_mod2\"></a>")?>
  64.         <?php echo ($config_file->getReleaseParams())?>
  65.         <br style="clear:both;"/>
  66.     </div>
  67.     
  68.     <div class="toggle_title"><a href="#" onclick="$('#define_db').slideToggle();"><?php echo $GLOBALS['lang']['system']['title_db']?> (<?php echo ($config_file->file_db)?>)</a></div>
  69.     
  70.     <div id="define_db" style="display:none;">
  71.         <?php echo ("<a href=\"".$link_mod."define_db\" title=\"".$GLOBALS['lang']['system']['mod']."\" class=\"ico_mod2\"></a>")?>
  72.         <?php echo ($config_file->getDbParams())?>
  73.         <br style="clear:both;"/>
  74.     </div>
  75.     
  76.     <div class="toggle_title"><a href="#" onclick="$('#php_info').slideToggle();"><?php echo $GLOBALS['lang']['system']['title_php_info']?></a></div>
  77.     
  78.     <div id="php_info" style="display:none;">
  79.         <?php echo ($config_file->getPhpInfo())?>
  80.     </div>
  81.  
  82. </div>
  83. <?php include_once($dir "/help.php");?>
  84. </div>

Documentation generated on Sat, 08 Nov 2008 14:53:05 +0100 by phpDocumentor 1.4.1