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 system
  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. //////////// Check Inclusion de pages //////////// 
  11. if (!function_exists('AuthenthificationProcess'))
  12. include_once("../lib/lib_common.php");
  13. ReloadIndex('admin');
  14. }
  15.  
  16. $dirbox $dir "/help"
  17. ?>
  18. <br class="brendstep brendstepfooter" />
  19. <div class="headerhelp">
  20. <a href="#aideencre" title="<? echo _t('help','title');?>" class="help_ico aideencre"></a>
  21.     <div class="help">
  22.         <a href="#aideencre" id="aideencre" class="aideencre" title="<? echo _t('help','title');?>"><? echo _t('help','title');?></a>
  23. <div id="aide">
  24. <?php 
  25. if ($todo == 'list'{
  26. ?>
  27.  
  28. <p class="info"><? echo _t('help','name');?>  : <? echo _t('system','list');?></p>
  29. <ul>
  30. <li><? echo _t('system','help_list1')?></li>
  31. <li><? echo _t('system','help_list2')?></li>
  32. <li><? echo _t('system','help_list3')?></li>
  33. </ul>
  34. <?php }
  35. if ($todo == 'mod'{
  36. ?>
  37. <p class="info"><? echo _t('help','name');?> : <? echo _t('system','mod');?></p>
  38.                 <ul>
  39. <li><? echo _t('system','help_mod1');?></li>
  40. <li><? echo _t('system','help_mod2');?></li>
  41. <li><? echo _t('system','help_mod3');?></li>
  42.                 </ul>
  43. <? 
  44. include_once(THEME_ADMIN_PATH."footer_content.php");
  45. ?>

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