Subversion Repositories wimsdev

Rev

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

  1. !set wims_theme_doctail=yes
  2. !if $wims_class=$empty and $wims_developer=$empty
  3.   !set oneitem=oneitem.phtml
  4. !else
  5.   !set oneitem=./adm/oneitem.phtml
  6. !endif
  7. <!--begin of doctail.phtml-->
  8.  </div><!--end of wimsbody-->
  9. </div><!--end of wimspagebox-->
  10. !if $wims_lightpopup=yes
  11.    !read themes/_widgets/lightpopup.phtml
  12.    <br class="clearall spacer" />
  13.    </div> <!-- end of wimsbodybox-->
  14.  </div> <!-- end of wimslightpopup-->
  15. </div> <!-- end of wimsdoc-->
  16.   !exit
  17. !endif
  18.  
  19. !if $job=read
  20.  !if ($wims_class!=$empty and $wims_user!=supervisor)
  21.    <br class="clearall spacer" />
  22.  </div><!-- end of wimsbodybox-->
  23. </div><!--end of wimsdoc-->
  24.  !exit
  25.  !endif
  26. !endif
  27.  
  28. !if help notin $wims_session
  29.  !!!read themes/_widgets/menumodubox.phtml
  30.  !read themes/_widgets/docmenumodubox.phtml
  31. !endif
  32.  
  33. !read themes/_widgets/docmenubox.phtml
  34.  
  35.  <br class="clearall spacer" />
  36.  
  37. </div><!-- end ofwimsbodybox-->
  38.  
  39. !read themes/_widgets/doctailbox.phtml
  40.  
  41. !if $job iswordof read print
  42.  </div><!--end of wimsdoc-->
  43. !endif
  44. <!-- end of doctail.phtml-->
  45.