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 level
  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. $dirbox $dir "/help";
  19. ?>
  20. <br class="brendstep brendstepfooter" />
  21. <div class="headerhelp">
  22. <div class="help">
  23. <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>
  24. <div id="aide">
  25.  
  26. <?php
  27. if ($todo == 'det'{
  28. ?>
  29. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('level','det');?></p>
  30. <ul>
  31.     <li><?php echo _t('level','help_det1');?></li>
  32. </ul>
  33.  
  34.   <?php }
  35.   if ($todo == 'mod'{
  36.     ?>
  37. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('level','mod');?></p>
  38. <ul>
  39.     <li><?php echo _t('level','help_mod1');?></li>
  40.     <li><?php echo _t('level','help_mod2');?></li>
  41.     <li><?php echo _t('level','help_mod3');?></li>
  42. </ul>
  43.     <?php }
  44.     if ($todo == 'list'{
  45.       ?>
  46. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('level','list');?></p>
  47. <ul>
  48.     <li><?php echo _t('level','help_list1');?></li>
  49.     <li><?php echo _t('level','help_list2');?></li>
  50.     <li><?php echo _t('level','help_list3');?></li>
  51. </ul>
  52.       <?php }
  53.       include_once(THEME_ADMIN_PATH."footer_content.php");
  54. ?>

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