Subversion Repositories wimsdev

Rev

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

  1. <!-- begin of $wims_theme/docheader.phtml -->
  2.  
  3. !! document menu
  4. !nocache
  5. !set wims_theme_docheader=yes
  6. !if $wims_class=$empty or adm/doc notin $module
  7.   !set oneitem=oneitem.phtml
  8. !else
  9.   !set oneitem=./adm/oneitem.phtml
  10. !endif
  11. <!-- begin of docheader.phtml -->
  12.  
  13. !if $job iswordof read print
  14.  <div id="wimsdoc">
  15. !endif
  16.  
  17. !if $wims_lightpopup=yes
  18.   !goto end1
  19. !endif
  20. <div id="wimstopbox">
  21.  !read themes/_widgets/docheadermenu.phtml
  22.  !read themes/_widgets/docnavigation.phtml
  23. </div><!--end of wimstopbox  -->
  24. :end1
  25. !if $wims_lightpopup=yes
  26.   <div id="wimslightpopup">
  27.    <div id="wimsbodybox">
  28.     <div id="wimspagebox">
  29.   !exit
  30. !endif
  31.  <div id="wimsbodybox">
  32.   <div id="wimspagebox">
  33.  
  34. !read themes/_widgets/docsidemenu.phtml
  35. !read themes/_widgets/alertchat.phtml
  36.  
  37. <!-- end of docheader.phtml -->
  38.