Subversion Repositories wimsdev

Rev

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

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