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 news
  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 (!HaveRight('news')) 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('news','add');?></p>
  32. <ul>
  33.     <li><? echo _t('news','help_add1');?></li>
  34.     <li><? echo _t('news','help_add2');?></li>
  35.     <li><? echo _t('news','help_add3');?></li>
  36. </ul>
  37.  
  38. <? 
  39. if ($todo == 'det'{
  40.     if(isset($is_sd)) {
  41. ?>
  42. <p class="info"><? echo _t('help','name');?>  : <? echo _t('sdtheme','det');?></p>
  43. <ul>
  44. <li><? echo _t('sdtheme','help_det1');?></li>
  45. </ul>
  46. <?
  47.     else {
  48. ?>
  49. <p class="info"><? echo _t('help','name');?>  : <? echo _t('news','det');?></p>
  50. <ul>
  51.     <li><? echo _t('news','help_det1');?></li>
  52.     <li><? echo _t('news','help_det2');?></li>
  53. </ul>
  54. <?
  55.     }
  56. if ($todo == 'mod'{
  57. ?>
  58. <p class="info"><? echo _t('help','name');?> : <? echo _t('news','mod');?></p>
  59. <ul>
  60.     <li><? echo _t('news','help_mod1');?></li>
  61.     <li><? echo _t('news','help_mod2');?></li>
  62.     <li><? echo _t('news','help_mod3');?></li>
  63. </ul>
  64. <? 
  65. if ($todo == 'list'{
  66. ?>
  67. <p class="info"><? echo _t('help','name');?>  :  <? echo _t('news','list');?></p>
  68. <ul>
  69.     <li><? echo _t('news','help_list1');?></li>
  70.     <li><? echo _t('news','help_list2');?></li>
  71.     <li><? echo _t('news','help_list3');?></li>
  72.     <li><? echo _t('news','help_list4');?></li>
  73.     <li><? echo _t('news','help_list5');?></li>
  74. </ul>
  75. <? 
  76. if ($todo == 'sup'{
  77. ?>
  78.  
  79. <p class="info"><? echo _t('help','name');?>  :  <? echo _t('news','sup');?></p>
  80. <ul>
  81.     <li><? echo _t('news','help_sup1');?></li>
  82. </ul>
  83. <? }
  84. include_once(THEME_ADMIN_PATH."footer_content.php");
  85. ?>

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