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

Source for file index.php

Documentation is available at index.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage library
  5.  * @author Simon Georget <simon@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. ////////////
  17.  
  18.  
  19. //////////// Check Droits utilisateur ////////////
  20. if (!IsSuperAdmin()) ReloadIndex('admin');
  21. ////////////
  22. ?>
  23.  
  24. <div id="chemin">
  25. <ul>
  26.     <li><a href="index.php" class="chemin_home"><?php echo _t('way','home'?></a>
  27.     </li>
  28.     <li><a href="<?php echo $rub_link?>" id="chemin_<?php echo $rub?>"
  29.         class="chemin_rub"> <?php echo _t('menu','library')?> </a></li>
  30. </ul>
  31. </div>
  32. <?php include_once(THEME_ADMIN_PATH."quickicons.php")?>
  33. <div class="contentcontainer">
  34. <div id="itemenu">
  35. <h1><?php echo _t('menu','library')?></h1>
  36. <div class="contentlink"></div>
  37. </div>
  38. <div id="content">
  39. <div>
  40. <div id="library"><iframe
  41.     src="../library/access.php?langCode=<?php echo U_L?>"
  42.     style="width: 100%; height: 600px; border: 1px solid #555; overflow: hidden;"></iframe>
  43. </div>
  44. </div>
  45. </div>
  46. <?php include_once($dir "/help.php");?></div>

Documentation generated on Fri, 01 Apr 2011 09:31:35 +0200 by phpDocumentor 1.4.1