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

Source for file help.php

Documentation is available at help.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage theme
  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 (!class_exists('auth')){
  13.   include_once("../lib/lib_common.php");
  14.   ReloadIndex('admin');
  15. }
  16. ////////////
  17.  
  18. //////////// Check Droits utilisateur ////////////
  19. if (!$l21auth->isSuperAdmin()) ReloadIndex('admin');
  20. ////////////
  21.  
  22. $dirbox $dir "/help";
  23. ?>
  24. <br class="brendstep brendstepfooter" />
  25. <div class="headerhelp">
  26. <div class="help">
  27. <a href="#aide-ancre" class="aide-ancre" id="aide-ancre" title="<?php echo _t('help','title');?>"><i class="icon-lifebuoy"></i> <?php echo _t('help','title');?></a>
  28.  
  29. <div id="aide"><?php if ($todo == 'add'{
  30.   ?>
  31.  
  32. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','add');?></p>
  33. <ul>
  34.     <li><?php echo _t('theme','help_add1');?></li>
  35.     <li><?php echo _t('theme','help_add2');?></li>
  36.     <li><?php echo _t('theme','help_add3');?></li>
  37.     <li><?php echo _t('theme','help_add4');?></li>
  38. </ul>
  39.  
  40.   <?php }
  41.   if ($todo == 'det'{
  42.     if(isset($is_sd)) {
  43.       ?>
  44. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('sdtheme','det');?></p>
  45. <ul>
  46.     <li><?php echo _t('sdtheme','help_det1');?></li>
  47. </ul>
  48.       <?php
  49.     else {
  50.       ?>
  51. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','det');?></p>
  52. <ul>
  53.     <li><?php echo _t('theme','help_det1');?></li>
  54.     <li><?php echo _t('theme','help_det2');?></li>
  55.     <li><?php echo _t('theme','help_det3');?></li>
  56. </ul>
  57.       <?php
  58.     }
  59.   }
  60.   if ($todo == 'mod'{
  61.     ?>
  62. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','mod');?></p>
  63. <ul>
  64.     <li><?php echo _t('theme','help_mod1');?></li>
  65.     <li><?php echo _t('theme','help_mod2');?></li>
  66.     <li><?php echo _t('theme','help_mod3');?></li>
  67. </ul>
  68.     <?php }
  69.     if ($todo == 'list'{
  70.       ?>
  71. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','list');?></p>
  72. <ul>
  73.     <li><?php echo _t('theme','help_list1');?></li>
  74.     <li><?php echo _t('theme','help_list2');?></li>
  75.     <li><?php echo _t('theme','help_list3');?></li>
  76.     <li><?php echo _t('theme','help_list4');?></li>
  77.     <li><?php echo _t('theme','help_list5');?></li>
  78. </ul>
  79.       <?php }
  80.       if ($todo == 'sup'{
  81.         ?>
  82.  
  83. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','sup');?></p>
  84. <ul>
  85.     <li><?php echo _t('theme','help_sup1');?></li>
  86.     <li><?php echo _t('theme','help_sup2');?></li>
  87.     <li><?php echo _t('theme','help_sup3');?></li>
  88. </ul>
  89.         <?php }
  90.         include_once(THEME_ADMIN_PATH."footer_content.php");
  91.         ?>

Documentation generated on Thu, 20 Mar 2014 16:48:01 +0100 by phpDocumentor 1.4.1