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

Documentation generated on Fri, 16 Oct 2009 09:33:36 +0200 by phpDocumentor 1.4.1