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

Documentation generated on Thu, 03 May 2012 15:05:04 +0200 by phpDocumentor 1.4.1