Subversion Repositories wimsdev

Rev

Rev 10341 | Rev 12590 | 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.   !!if $wims_user=supervisor or $wims_developer!=$empty
  16.     class="editor_mode"
  17.   !!endif
  18. >
  19. !endif
  20.  
  21. !if $wims_lightpopup=yes
  22.   !goto end1
  23. !endif
  24. <div id="wimstopbox">
  25. !distribute items span into div1
  26. !if $doc!=$helpd
  27.  <div class="wimsmenu float_left">
  28.     !read themes/_widgets/headhome.phtml
  29.  </div>
  30. !endif
  31.  !read themes/_widgets/docheadermenu.phtml
  32. </div><!--end of wimstopbox  -->
  33.  !read themes/_widgets/ariane.phtml
  34. :end1
  35. !if $wims_lightpopup=yes
  36.   <div id="wimslightpopup">
  37.    <div id="wimsbodybox">
  38.     <div id="wimspagebox">
  39.   !exit
  40. !endif
  41.  <div id="wimsbodybox">
  42.   <div id="wimspagebox">
  43.  
  44. !read themes/_widgets/docnavigation.phtml
  45. !read themes/_widgets/docsidemenu.phtml
  46. !read themes/_widgets/alertchat.phtml
  47.  
  48. <!-- end of docheader.phtml -->
  49.