Subversion Repositories wimsdev

Rev

Rev 16327 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!-- Begin of Nikaia/visitor.phtml -->
  2. !! WIMS main entrance page theme.
  3. !nocache
  4. !if $module!=home
  5.   !exit
  6. !endif
  7.  
  8. !! yet useful ??
  9. !!set wims_name_browse=$N_browse2
  10.  
  11. !set home_theme=yes
  12. !set table_colors=$wims_ref_bgcolor,$wims_ref_bgcolor
  13. </div>
  14.  
  15. <div id="wimsfrontpage">
  16.   <div id="wimsbodybox">
  17.     <main id="wimspagebox">
  18.       <div class="wimsbody">
  19.         !read themes/_widgets/manager.phtml
  20.  
  21.         <!--Contenu de la page d'accueil-->
  22.        <div class="wims_columns">
  23.          <!--Recherche exercices-->
  24.          !read themes/$wims_theme/widgets/search_engine.phtml
  25.          <!--Recherche classes-->
  26.          !read themes/$wims_theme/widgets/search_classe.phtml
  27.        </div>
  28.  
  29.        !!<!--Recherche avancée exercices-->
  30.        !!read themes/$wims_theme/lang/home.phtml.fr
  31.        !if $s_category=V
  32.         <!--Exemples de contenus-->
  33.         !read ./front.phtml
  34.        !else
  35.         <!--Résultats recherche exercices-->
  36.         !read ./result.phtml
  37.        !endif
  38.      </div><!--end wimsbody-->
  39.    </main><!--wimspagebox-->
  40.    !set wims_show_stat=!tolower $wims_show_stat
  41.  </div><!--wimsbodybox-->
  42.  
  43.  !! User opts
  44.  !set wims_tail_home = !append line pref,1,module=adm/light&phtml=useropts.phtml.$lang to $wims_tail_home
  45.  !increase $wims_tail_home_n0
  46.  
  47.  !distribute items ul,li into div0,div1
  48.  !read themes/_widgets/visitormenubox.phtml
  49.  !reset div0 div1
  50.  !read themes/_widgets/tailbox.phtml
  51.  
  52. </div><!--wimsfrontpage-->
  53.  
  54. !read themes/_widgets/footer_foundation.phtml
  55. !robottrap
  56. </body>
  57. </html>
  58. <!-- end of Nikaia/visitor.phtml -->
  59.