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 publication
  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 (!class_exists('auth')) {
  13.   include_once("../lib/lib_common.php");
  14.   ReloadIndex('admin');
  15. }
  16. ////////////
  17.  
  18. //////////// Check Droits utilisateur ////////////
  19. if (!$l21auth->hasRight('publication')) ReloadIndex('admin');
  20. ////////////
  21.  
  22. $dirbox $dir "/help";
  23. ?>
  24. <br class="brendstep brendstepfooter" />
  25. <div class="headerhelp">
  26. <div class="help">
  27. <a href="#aide-ancre" class="aide-ancre" id="aide-ancre" title="<?php echo _t('help','title');?>"><i class="icon-lifebuoy"></i> <?php echo _t('help','title');?></a>
  28.  
  29. <div id="aide"><?php if ($todo == 'add'{
  30.   ?>
  31. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('publication','add');?></p>
  32. <ul>
  33.     <li><?php echo _t('publication','help_add1');?></li>
  34.     <li><?php echo _t('publication','help_add2');?></li>
  35.     <li><?php echo _t('publication','help_add3');?></li>
  36. </ul>
  37.  
  38.   <?php }
  39.   if ($todo == 'det'{
  40.     ?>
  41. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('publication','det');?></p>
  42. <ul>
  43.     <li><?php echo _t('publication','help_det1');?></li>
  44.     <li><?php echo _t('publication','help_det2');?></li>
  45.     <li><?php echo _t('publication','help_det3');?></li>
  46.     <li><?php echo _t('publication','help_det4');?></li>
  47. </ul>
  48.     <?php
  49.   }
  50.   if ($todo == 'mod'{
  51.     ?>
  52. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('publication','mod');?></p>
  53. <ul>
  54.     <li><?php echo _t('publication','help_mod1');?></li>
  55.     <li><?php echo _t('publication','help_mod2');?></li>
  56.     <li><?php echo _t('publication','help_mod3');?></li>
  57. </ul>
  58.     <?php }
  59.     if ($todo == 'list'{
  60.       ?>
  61. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('publication','list');?></p>
  62. <ul>
  63.     <li><?php echo _t('publication','help_list1');?></li>
  64.     <li><?php echo _t('publication','help_list2');?></li>
  65.     <li><?php echo _t('publication','help_list3');?></li>
  66.     <li><?php echo _t('publication','help_list4');?></li>
  67.     <li><?php echo _t('publication','help_list5');?></li>
  68. </ul>
  69.       <?php }
  70.       if ($todo == 'sup'{
  71.         ?>
  72.  
  73. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('publication','sup');?></p>
  74. <ul>
  75.     <li><?php echo _t('publication','help_sup1');?></li>
  76. </ul>
  77.         <?php }
  78.         include_once(THEME_ADMIN_PATH."footer_content.php");
  79. ?>

Documentation generated on Thu, 20 Mar 2014 16:48:04 +0100 by phpDocumentor 1.4.1