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 theme
  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. $dirbox $dir "/help";
  18. ?>
  19. <br
  20.     class="brendstep brendstepfooter" />
  21. <div class="headerhelp"><a href="#aideencre"
  22.     title="<?php echo _t('help','title');?>" class="help_ico aideencre"></a>
  23. <div class="help"><a href="#aideencre" class="aideencre" id="aideencre"
  24.     title="<?php echo _t('help','title');?>"><?php echo _t('help','title');?></a>
  25. <div id="aide"><?if ($todo == 'add'{
  26.   ?>
  27.  
  28. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','add');?></p>
  29. <ul>
  30.     <li><?php echo _t('theme','help_add1');?></li>
  31.     <li><?php echo _t('theme','help_add2');?></li>
  32.     <li><?php echo _t('theme','help_add3');?></li>
  33.     <li><?php echo _t('theme','help_add4');?></li>
  34. </ul>
  35.  
  36.   <?php }
  37.   if ($todo == 'det'{
  38.     if(isset($is_sd)) {
  39.       ?>
  40. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('sdtheme','det');?></p>
  41. <ul>
  42.     <li><?php echo _t('sdtheme','help_det1');?></li>
  43. </ul>
  44.       <?
  45.     else {
  46.       ?>
  47. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','det');?></p>
  48. <ul>
  49.     <li><?php echo _t('theme','help_det1');?></li>
  50.     <li><?php echo _t('theme','help_det2');?></li>
  51.     <li><?php echo _t('theme','help_det3');?></li>
  52. </ul>
  53.       <?
  54.     }
  55.   }
  56.   if ($todo == 'mod'{
  57.     ?>
  58. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','mod');?></p>
  59. <ul>
  60.     <li><?php echo _t('theme','help_mod1');?></li>
  61.     <li><?php echo _t('theme','help_mod2');?></li>
  62.     <li><?php echo _t('theme','help_mod3');?></li>
  63. </ul>
  64.     <?php }
  65.     if ($todo == 'list'{
  66.       ?>
  67. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','list');?></p>
  68. <ul>
  69.     <li><?php echo _t('theme','help_list1');?></li>
  70.     <li><?php echo _t('theme','help_list2');?></li>
  71.     <li><?php echo _t('theme','help_list3');?></li>
  72.     <li><?php echo _t('theme','help_list4');?></li>
  73.     <li><?php echo _t('theme','help_list5');?></li>
  74. </ul>
  75.       <?php }
  76.       if ($todo == 'sup'{
  77.         ?>
  78.  
  79. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('theme','sup');?></p>
  80. <ul>
  81.     <li><?php echo _t('theme','help_sup1');?></li>
  82.     <li><?php echo _t('theme','help_sup2');?></li>
  83.     <li><?php echo _t('theme','help_sup3');?></li>
  84. </ul>
  85.         <?php }
  86.         include_once(THEME_ADMIN_PATH."footer_content.php");
  87.         ?>

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