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

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