Subversion Repositories wimsdev

Rev

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

  1. <!-- begin of Nikaia/tail -->
  2. !! Tail menu theme.
  3. !nocache
  4. !set wims_theme_tail=yes
  5.    <br class="clearall" />
  6. !read themes/_widgets/nextinsheet.phtml
  7.   </div><!--end of wimsbody-->
  8.  <br class="clearall spacer" />
  9. </div><!--end of wimspagebox-->
  10. !read themes/_widgets/topback.phtml
  11.  
  12. !if $slib_geogebra_exists=yes
  13.   !read themes/_widgets/tailgeogebra.phtml
  14. !endif
  15.  
  16. !! Menu specifique au module actuel
  17. !if $module != adm/class/classes
  18.   !! affiche le menu si le module n'est pas la zone enseignant
  19.  !distribute items ul,li into div0,div1
  20.  !read themes/_widgets/menumodubox.phtml
  21. !endif
  22.  
  23. !if $wims_homeref_special!=$empty
  24.      <ul class="wimsmenu">
  25.        <li class="tailitem">$wims_homeref_special</li>
  26.      </ul><!--wimsmenu-->
  27.    </div><!--wimsbodybox-->
  28.  </div><!--id wimsexam-->
  29. !else
  30.  <!-- MENU BAS DE PAGE -->
  31.  !distribute items ul,li into div0,div1
  32.  !read themes/_widgets/menubox.phtml
  33.  !reset div0 div1
  34.  </div>
  35.  <!-- FIN WIMSBODYBOX -->
  36.  
  37.  <!--A propos-->
  38.  !read themes/_widgets/about.phtml
  39.  
  40.  !if help isin $wims_session
  41.    </div><!--wims_mhelp-->
  42.  !endif
  43.  
  44.  !if $wims_lightpopup=yes
  45.    </div> <!--wimslightpopup-->
  46.  !endif
  47. !endif
  48.  
  49. !read themes/_widgets/session_warn.phtml
  50. !read themes/_widgets/footer_foundation.phtml
  51. <!-- end of Nikaia/tail -->
  52.