Subversion Repositories wimsdev

Rev

Rev 7074 | Rev 10352 | 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.  
  24.  !!Language Selector
  25.  !read themes/_widgets/language_selector.phtml
  26.  
  27. </div><!--end of wimstopbox  -->
  28. :end1
  29. !if $wims_lightpopup=yes
  30.   <div id="wimslightpopup">
  31.    <div id="wimsbodybox">
  32.     <div id="wimspagebox">
  33.   !exit
  34. !endif
  35.  <div id="wimsbodybox">
  36.   <div id="wimspagebox">
  37.  
  38. !read themes/_widgets/docsidemenu.phtml
  39. !read themes/_widgets/alertchat.phtml
  40.  
  41. <!-- end of docheader.phtml -->
  42.