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
  25.     class="brendstep brendstepfooter" />
  26. <div class="headerhelp"><a href="#aide-ancre"
  27.     title="<?php echo _t('help','title');?>" class="help_ico aide-ancre"></a>
  28. <div class="help"><a href="#aide-ancre" class="aide-ancre" id="aide-ancre"
  29.     title="<?php echo _t('help','title');?>"><?php echo _t('help','title');?></a>
  30. <div id="aide"><?php if ($todo == 'add'{
  31.   ?>
  32.  
  33. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','add');?></p>
  34. <ul>
  35.     <li><?php echo _t('theme','help_add1');?></li>
  36.     <li><?php echo _t('theme','help_add2');?></li>
  37.     <li><?php echo _t('theme','help_add3');?></li>
  38.     <li><?php echo _t('theme','help_add4');?></li>
  39. </ul>
  40.  
  41.   <?php }
  42.   if ($todo == 'det'{
  43.     if(isset($is_sd)) {
  44.       ?>
  45. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('sdtheme','det');?></p>
  46. <ul>
  47.     <li><?php echo _t('sdtheme','help_det1');?></li>
  48. </ul>
  49.       <?php
  50.     else {
  51.       ?>
  52. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','det');?></p>
  53. <ul>
  54.     <li><?php echo _t('theme','help_det1');?></li>
  55.     <li><?php echo _t('theme','help_det2');?></li>
  56.     <li><?php echo _t('theme','help_det3');?></li>
  57. </ul>
  58.       <?php
  59.     }
  60.   }
  61.   if ($todo == 'mod'{
  62.     ?>
  63. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','mod');?></p>
  64. <ul>
  65.     <li><?php echo _t('theme','help_mod1');?></li>
  66.     <li><?php echo _t('theme','help_mod2');?></li>
  67.     <li><?php echo _t('theme','help_mod3');?></li>
  68. </ul>
  69.     <?php }
  70.     if ($todo == 'list'{
  71.       ?>
  72. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','list');?></p>
  73. <ul>
  74.     <li><?php echo _t('theme','help_list1');?></li>
  75.     <li><?php echo _t('theme','help_list2');?></li>
  76.     <li><?php echo _t('theme','help_list3');?></li>
  77.     <li><?php echo _t('theme','help_list4');?></li>
  78.     <li><?php echo _t('theme','help_list5');?></li>
  79. </ul>
  80.       <?php }
  81.       if ($todo == 'sup'{
  82.         ?>
  83.  
  84. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','sup');?></p>
  85. <ul>
  86.     <li><?php echo _t('theme','help_sup1');?></li>
  87.     <li><?php echo _t('theme','help_sup2');?></li>
  88.     <li><?php echo _t('theme','help_sup3');?></li>
  89. </ul>
  90.         <?php }
  91.         include_once(THEME_ADMIN_PATH."footer_content.php");
  92.         ?>

Documentation generated on Mon, 08 Apr 2013 18:14:36 +0200 by phpDocumentor 1.4.1