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 project
  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. //////////// Check Droits utilisateur ////////////
  18. if (!IsSuperAdmin()) ReloadIndex('admin');
  19. ////////////
  20.  
  21. $dirbox $dir "/help"
  22. ?>
  23. <br class="brendstep brendstepfooter" />
  24. <div class="headerhelp">
  25.     <a href="#aideencre" title="<? echo _t('help','title');?>" class="help_ico aideencre"></a>
  26.     <div class="help">
  27.         <a href="#aideencre" class="aideencre" id="aideencre" title="<? echo _t('help','title');?>"><? echo _t('help','title');?></a>
  28.         <div id="aide">
  29. <?if ($todo == 'add'{
  30. ?>
  31. <p class="info"><? echo _t('help','name');?> : <? echo _t('project','add');?></p>
  32. <ul>
  33.     <li><? echo _t('project','help_add1');?></li>
  34.     <li><? echo _t('project','help_add2');?></li>
  35.     <li><? echo _t('project','help_add3');?></li>
  36. </ul>
  37.  
  38. <? 
  39. if ($todo == 'det'{
  40. ?>
  41. <p class="info"><? echo _t('help','name');?>  : <? echo _t('project','det');?></p>
  42. <ul>
  43.     <li><? echo _t('project','help_det1');?></li>
  44.     <li><? echo _t('project','help_det2');?></li>
  45.     <li><? echo _t('project','help_det3');?></li>
  46. </ul>
  47. <?
  48. if ($todo == 'mod'{
  49. ?>
  50. <p class="info"><? echo _t('help','name');?> : <? echo _t('project','mod');?></p>
  51. <ul>
  52.     <li><? echo _t('project','help_mod1');?></li>
  53.     <li><? echo _t('project','help_mod2');?></li>
  54.     <li><? echo _t('project','help_mod3');?></li>
  55. </ul>
  56. <? 
  57. if ($todo == 'list'{
  58. ?>
  59. <p class="info"><? echo _t('help','name');?>  :  <? echo _t('project','list');?></p>
  60. <ul>
  61.     <li><? echo _t('project','help_list1');?></li>
  62.     <li><? echo _t('project','help_list2');?></li>
  63.     <li><? echo _t('project','help_list3');?></li>
  64.     <li><? echo _t('project','help_list4');?></li>
  65.     <li><? echo _t('project','help_list5');?></li>
  66. </ul>
  67. <? 
  68. if ($todo == 'sup'{
  69. ?>
  70.  
  71. <p class="info"><? echo _t('help','name');?>  :  <? echo _t('project','sup');?></p>
  72. <ul>
  73.     <li><? echo _t('project','help_sup1');?></li>
  74. </ul>
  75. <? }
  76. include_once(THEME_ADMIN_PATH."footer_content.php");
  77. ?>

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