linea21-core
[ class tree: linea21-core ] [ index: linea21-core ] [ all elements ]

Source for file help.php

Documentation is available at help.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage level
  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.  
  18. $dirbox $dir "/help";
  19. ?>
  20. <br
  21.     class="brendstep brendstepfooter" />
  22. <div class="headerhelp"><a href="#aideencre"
  23.     title="<?php echo _t('help','title');?>" class="help_ico aideencre"></a>
  24. <div class="help"><a href="#aideencre" class="aideencre" id="aideencre"
  25.     title="<?php echo _t('help','title');?>"><?php echo _t('help','title');?></a>
  26. <div id="aide"><?
  27. if ($todo == 'det'{
  28.   ?>
  29. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('level','det');?></p>
  30. <ul>
  31.     <li><?php echo _t('level','help_det1');?></li>
  32. </ul>
  33.  
  34.   <?php }
  35.   if ($todo == 'mod'{
  36.     ?>
  37. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('level','mod');?></p>
  38. <ul>
  39.     <li><?php echo _t('level','help_mod1');?></li>
  40.     <li><?php echo _t('level','help_mod2');?></li>
  41.     <li><?php echo _t('level','help_mod3');?></li>
  42. </ul>
  43.     <?php }
  44.     if ($todo == 'list'{
  45.       ?>
  46. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('level','list');?></p>
  47. <ul>
  48.     <li><?php echo _t('level','help_list1');?></li>
  49.     <li><?php echo _t('level','help_list2');?></li>
  50.     <li><?php echo _t('level','help_list3');?></li>
  51. </ul>
  52.       <?php }
  53.       include_once(THEME_ADMIN_PATH."footer_content.php");
  54. ?>

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