Subversion Repositories wimsdev

Rev

Rev 15341 | 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.        <div class="wims_columns">
  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.        </div>
  30.  
  31.        !!<!--Recherche avancée exercices-->
  32.        !!read themes/$wims_theme/lang/home.phtml.fr
  33.  
  34.        !if $s_category=V
  35.         <!--Exemples de contenus-->
  36.         !read ./front.phtml
  37.        !else
  38.         <!--Résultats recherche exercices-->
  39.         !read ./result.phtml
  40.        !endif
  41.  
  42.      </div><!--end wimsbody-->
  43.    </main><!--wimspagebox-->
  44.  
  45.    !set wims_show_stat=!tolower $wims_show_stat
  46.  
  47.  </div><!--wimsbodybox-->
  48.  
  49.  !! User opts
  50.  !set wims_tail_home = !append line pref,1,module=adm/light&phtml=useropts.phtml.$lang to $wims_tail_home
  51.  !increase $wims_tail_home_n0
  52.  
  53.  !distribute items ul,li into div0,div1
  54.  !read themes/_widgets/visitormenubox.phtml
  55.  !reset div0 div1
  56.  !read themes/_widgets/tailbox.phtml
  57.  
  58. </div><!--wimsfrontpage-->
  59.  
  60. !read themes/_widgets/footer_foundation.phtml
  61. </body>
  62. </html>
  63. <!-- end of Nikaia/visitor.phtml -->
  64.