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 workshoprep
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  *  'Workshoprep' (as Workshop Report) module is used by 'Workshop' modules
  10.  */
  11.  
  12. //////////// Check Inclusion de pages ////////////
  13. if (!function_exists('AuthenthificationProcess')) {
  14.     include_once("../lib/lib_common.php");
  15.     ReloadIndex('admin');
  16. ////////////
  17.  
  18. //////////// Check Droits utilisateur ////////////
  19. if (!HaveRight('workshop')) ReloadIndex('admin');
  20. ////////////
  21.  
  22. $dirbox $dir "/help"
  23. ?>
  24. <br class="brendstep brendstepfooter" />
  25. <div class="headerhelp">
  26.     <a href="#aideencre" title="<? echo _t('help','title');?>" class="help_ico aideencre"></a>
  27.     <div class="help">
  28.         <a href="#aideencre" class="aideencre" id="aideencre" title="<? echo _t('help','title');?>"><? echo _t('help','title');?></a>
  29.         <div id="aide">
  30. <?if ($todo == 'add'{
  31. ?>
  32. <p class="info"><? echo _t('help','name');?> : <? echo _t('workshoprep','add');?></p>
  33. <ul>
  34.     <li><? echo _t('workshoprep','help_add1');?></li>
  35.     <li><? echo _t('workshoprep','help_add2');?></li>
  36.     <li><? echo _t('workshoprep','help_add3');?></li>
  37. </ul>
  38.  
  39. <? 
  40. if ($todo == 'det'{
  41. ?>
  42. <p class="info"><? echo _t('help','name');?>  : <? echo _t('workshoprep','det');?></p>
  43. <ul>
  44. <li><? echo _t('workshoprep','help_det1');?></li>
  45. <li><? echo _t('workshoprep','help_det2');?></li>
  46. <li><? echo _t('workshoprep','help_det3');?></li>
  47. <li><? echo _t('workshoprep','help_det4');?></li>
  48. </ul>
  49. <?
  50. if ($todo == 'mod'{
  51. ?>
  52. <p class="info"><? echo _t('help','name');?> : <? echo _t('workshoprep','mod');?></p>
  53. <ul>
  54.     <li><? echo _t('workshoprep','help_mod1');?></li>
  55.     <li><? echo _t('workshoprep','help_mod2');?></li>
  56.     <li><? echo _t('workshoprep','help_mod3');?></li>
  57. </ul>
  58. <? }
  59. if ($todo == 'sup'{
  60. ?>
  61.  
  62. <p class="info"><? echo _t('help','name');?>  :  <? echo _t('workshoprep','sup');?></p>
  63. <ul>
  64.     <li><? echo _t('workshoprep','help_sup1');?></li>
  65. </ul>
  66. <? }
  67. include_once(THEME_ADMIN_PATH."footer_content.php");
  68. ?>

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