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.  
  19. //////////// Check Droits utilisateur ////////////
  20. if (!hasRight('publication'&& !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" id="aideencre" class="aideencre"
  30.     title="<?php echo _t('help','title');?>"><?php echo _t('help','title');?></a>
  31. <div id="aide"><?if ($todo == 'add'
  32. {
  33.   ?>
  34. <p class="info"><?php echo _t('help','name')?> : <?php echo _t('contents','add')?></p>
  35. <ul>
  36.     <li><?php echo _t('contents','help_add1')?></li>
  37.     <li><?php echo _t('contents','help_add2')?></li>
  38.     <li><?php echo _t('contents','help_add3')?></li>
  39. </ul>
  40.   <?php
  41. }
  42. if ($todo == 'mod')
  43. {
  44.   ?>
  45. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('contents','mod');?></p>
  46. <ul>
  47.     <li><?php echo _t('contents','help_mod1');?></li>
  48.     <li><?php echo _t('contents','help_mod2');?></li>
  49.     <li><?php echo _t('contents','help_mod3');?></li>
  50. </ul>
  51.   <?php
  52. }
  53. if ($todo == 'det')
  54. {
  55.   ?>
  56. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('contents','det');?></p>
  57. <ul>
  58.     <li><?php echo _t('contents','help_det1');?></li>
  59.     <li><?php echo _t('contents','help_det2');?></li>
  60. </ul>
  61.   <?php
  62. }
  63. if ($todo == 'sup')
  64. {
  65.   ?>
  66. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('contents','sup');?></p>
  67. <ul>
  68.     <li><?php echo _t('contents','help_sup1');?></li>
  69. </ul>
  70.   <?php
  71. }
  72. include_once(THEME_ADMIN_PATH."footer_content.php");
  73. ?>

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