Subversion Repositories wimsdev

Rev

Rev 6042 | Rev 9834 | 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/docmenumodubox.phtml
  30. !endif
  31.  
  32. !read themes/_widgets/docmenubox.phtml
  33.  
  34.  <br class="clearall spacer" />
  35.  
  36. </div><!-- end ofwimsbodybox-->
  37.  
  38. !read themes/_widgets/doctailbox.phtml
  39.  
  40. !if $job iswordof read print
  41.  </div><!--end of wimsdoc-->
  42. !endif
  43. <!-- end of doctail.phtml-->
  44.