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 content
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  *  'Content' module is used by 'Publication' and '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('publication'&& !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="<?php echo _t('help','title');?>" class="help_ico aideencre"></a>
  27.     <div class="help">
  28.         <a href="#aideencre" id="aideencre" class="aideencre" title="<?php echo _t('help','title');?>"><?php echo _t('help','title');?></a>
  29.         <div id="aide">
  30. <?if ($todo == 'add'
  31. {
  32. ?>
  33. <p class="info"><?php echo _t('help','name')?> : <?php echo _t('contents','add')?></p>
  34. <ul>
  35.     <li><?php echo _t('contents','help_add1')?></li>
  36.     <li><?php echo _t('contents','help_add2')?></li>
  37.     <li><?php echo _t('contents','help_add3')?></li>
  38. </ul>
  39. <?php 
  40. if ($todo == 'mod'
  41. {
  42. ?>
  43. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('contents','mod');?></p>
  44. <ul>
  45.     <li><?php echo _t('contents','help_mod1');?></li>
  46.     <li><?php echo _t('contents','help_mod2');?></li>
  47.     <li><?php echo _t('contents','help_mod3');?></li>
  48. </ul>
  49. <?php 
  50. if ($todo == 'det'
  51. {
  52. ?>
  53. <p class="info"><?php echo _t('help','name');?>  :  <?php echo _t('contents','det');?></p>
  54. <ul>
  55.     <li><?php echo _t('contents','help_det1');?></li>
  56.     <li><?php echo _t('contents','help_det2');?></li>
  57. </ul>
  58. <?php 
  59. if ($todo == 'sup'
  60. {
  61. ?>
  62. <p class="info"><?php echo _t('help','name');?>  :  <?php echo _t('contents','sup');?></p>
  63. <ul>
  64.     <li><?php echo _t('contents','help_sup1');?></li>
  65. </ul>
  66. <?php 
  67. include_once(THEME_ADMIN_PATH."footer_content.php");
  68. ?>

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