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" />
  19. <div class="headerhelp">
  20. <a href="#aideencre" title="<? echo $GLOBALS['lang']['help']['title'];?>" class="help_ico aideencre"></a>
  21.     <div class="help">
  22.         <a href="#aideencre" id="aideencre" class="aideencre" title="<? echo $GLOBALS['lang']['help']['title'];?>"><? echo $GLOBALS['lang']['help']['title'];?></a>
  23. <div id="aide">
  24. <?php 
  25. if ($todo == 'list'{
  26. ?>
  27.  
  28. <p class="info"><? echo $GLOBALS['lang']['help']['name'];?>  : <? echo $GLOBALS['lang']['system']['list'];?></p>
  29. <ul>
  30. <li><? echo $GLOBALS['lang']['system']['help_list1']?></li>
  31. <li><? echo $GLOBALS['lang']['system']['help_list2']?></li>
  32. <li><? echo $GLOBALS['lang']['system']['help_list3']?></li>
  33. </ul>
  34. <?php }
  35. if ($todo == 'mod'{
  36. ?>
  37. <p class="info"><? echo $GLOBALS['lang']['help']['name'];?> : <? echo $GLOBALS['lang']['system']['mod'];?></p>
  38.                 <ul>
  39. <li><? echo $GLOBALS['lang']['system']['help_mod1'];?></li>
  40. <li><? echo $GLOBALS['lang']['system']['help_mod2'];?></li>
  41. <li><? echo $GLOBALS['lang']['system']['help_mod3'];?></li>
  42.                 </ul>
  43. <? 
  44. include_once("../admin/footer_content.php");
  45. ?>

Documentation generated on Sat, 08 Nov 2008 14:52:29 +0100 by phpDocumentor 1.4.1