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

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