Subversion Repositories wimsdev

Rev

Rev 13840 | Go to most recent revision | 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.  
  19.       <div class="wimsbody">
  20.  
  21.         !read themes/_widgets/manager.phtml
  22.  
  23.         <!--Contenu de la page d'accueil-->
  24.  
  25.        <!--Recherche exercices-->
  26.        !read themes/$wims_theme/widgets/search_engine.phtml
  27.        <!--Recherche classes-->
  28.        !read themes/$wims_theme/widgets/search_classe.phtml
  29.  
  30.        <br class="clearall" />
  31.  
  32.        !!<!--Recherche avancée exercices-->
  33.        !!read themes/$wims_theme/lang/home.phtml.fr
  34.  
  35.        !if $s_category=V
  36.         <!--Exemples de contenus-->
  37.         !read ./front.phtml
  38.        !else
  39.         <!--Résultats recherche exercices-->
  40.         !read ./result.phtml
  41.        !endif
  42.  
  43.      </div><!--end wimsbody-->
  44.    </main><!--wimspagebox-->
  45.  
  46.    !set wims_show_stat=!tolower $wims_show_stat
  47.  
  48.  </div><!--wimsbodybox-->
  49.  
  50.  !! User opts
  51.  !set wims_tail_home = !append line pref,1,module=adm/light&phtml=useropts.phtml.$lang to $wims_tail_home
  52.  !increase $wims_tail_home_n0
  53.  
  54.  !distribute items ul,li into div0,div1
  55.  !read themes/_widgets/visitormenubox.phtml
  56.  !reset div0 div1
  57.  !read themes/_widgets/tailbox.phtml
  58.  
  59. </div><!--wimsfrontpage-->
  60.  
  61. !read themes/_widgets/footer_foundation.phtml
  62. </body>
  63. </html>
  64. <!-- end of Nikaia/visitor.phtml -->
  65.