Subversion Repositories wimsdev

Rev

Rev 12610 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <!-- begin of standard/docheader.phtml -->
  2.  
  3. !! document menu
  4. !nocache
  5. !set wims_theme_docheader=yes
  6. !set jquery_defined=yes
  7.  
  8. !if $wims_class=$empty or adm/doc notin $module
  9.   !set oneitem=oneitem.phtml
  10. !else
  11.   !set oneitem=./adm/oneitem.phtml
  12. !endif
  13.  
  14. !if $job iswordof read print
  15.   <div id="wimsdoc"
  16.   !!if $wims_user=supervisor or $wims_developer!=$empty
  17.     class="editor_mode"
  18.   !!endif
  19. >
  20. !endif
  21.  
  22. !if $wims_lightpopup!=yes
  23.   <div id="wimstopbox">
  24.     !distribute items span into div1
  25.     !if $doc!=$helpd
  26.       <div class="wimsmenu menu float_left">
  27.         !read themes/_widgets/headhome.phtml
  28.       </div>
  29.     !endif
  30.     !read themes/_widgets/docheadermenu.phtml
  31.   </div>
  32. !endif
  33.  
  34. !if $wims_lightpopup=yes
  35.   <div id="wimslightpopup">
  36. !else
  37.   !read themes/_widgets/ariane.phtml
  38. !endif
  39.  
  40. <div id="wimsbodybox">
  41.   <div id="wimspagebox">
  42.  
  43. !read themes/_widgets/docnavigation.phtml
  44. !read themes/_widgets/docsidemenu.phtml
  45. !read themes/_widgets/alertchat.phtml
  46.  
  47. <!-- end of docheader.phtml -->
  48.