Subversion Repositories wimsdev

Rev

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