Subversion Repositories wimsdev

Rev

Rev 6027 | Rev 10560 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!-- begin of $wims_theme/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.                 <div 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.                                
  36.                                
  37.                                 !if $s_category=V
  38.                                  <!--Exemples de contenus-->
  39.                                  !read ./front.phtml
  40.                                 !else
  41.                                  <!--Résultats recherche exercices-->
  42.                                  !read ./result.phtml
  43.                                 !endif
  44.                                
  45.                         </div><!--end wimsbody-->
  46.                 </div><!--wimspagebox-->
  47.                        
  48.                 !set wims_show_stat=!tolower $wims_show_stat   
  49.                        
  50.         </div><!--wimsbodybox-->
  51.     !distribute items ul,li into div0,div1             
  52.         !read themes/_widgets/visitormenubox.phtml
  53.    !reset div0 div1
  54.         !read themes/_widgets/tailbox.phtml
  55.  
  56. </div><!--wimsfrontpage-->
  57.  
  58.  
  59. </body>
  60. </html>
  61. <!-- end of $wims_theme/visitor.phtml -->
  62.