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

Source for file help.php

Documentation is available at help.php

  1. <?php
  2. /**
  3.  * @package linea21.modules
  4.  * @subpackage page
  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 (!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. <div id="aide"><?php if ($todo == 'add'{
  29.   ?>
  30. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('page','add');?></p>
  31. <ul>
  32.     <li><?php echo _t('page','help_add1');?></li>
  33.     <li><?php echo _t('page','help_add2');?></li>
  34.     <li><?php echo _t('page','help_add3');?></li>
  35. </ul>
  36.  
  37.   <?php }
  38.   if ($todo == 'det'{
  39.   ?>
  40.     <p class="info"><?php echo _t('help','name');?> : <?php echo _t('page','det');?></p>
  41.     <ul>
  42.         <li><?php echo _t('page','help_det1');?></li>
  43.         <li><?php echo _t('page','help_det2');?></li>
  44.     </ul>
  45.   <?php
  46.   }
  47.   if ($todo == 'mod'{
  48.     ?>
  49. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('page','mod');?></p>
  50. <ul>
  51.     <li><?php echo _t('page','help_mod1');?></li>
  52.     <li><?php echo _t('page','help_mod2');?></li>
  53.     <li><?php echo _t('page','help_mod3');?></li>
  54. </ul>
  55.     <?php }
  56.     if ($todo == 'list'{
  57.       ?>
  58. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('page','list');?></p>
  59. <ul>
  60.     <li><?php echo _t('page','help_list1');?></li>
  61.     <li><?php echo _t('page','help_list2');?></li>
  62.     <li><?php echo _t('page','help_list3');?></li>
  63.     <li><?php echo _t('page','help_list4');?></li>
  64.     <li><?php echo _t('page','help_list5');?></li>
  65. </ul>
  66.       <?php }
  67.       if ($todo == 'sup'{
  68.         ?>
  69.  
  70. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('page','sup');?></p>
  71. <ul>
  72.     <li><?php echo _t('page','help_sup1');?></li>
  73. </ul>
  74.         <?php }
  75. include_once(THEME_ADMIN_PATH."footer_content.php");
  76. ?>

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