Subversion Repositories wimsdev

Rev

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

  1. <!-- begin of Nikaia/docheader.phtml -->
  2.  
  3. !! document menu
  4. !nocache
  5. !set wims_theme_docheader=yes
  6. !set jquery_defined=yes
  7. !if $wims_class=$empty or adm/doc notin $module
  8.   !set oneitem=oneitem.phtml
  9. !else
  10.   !set oneitem=./adm/oneitem.phtml
  11. !endif
  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.   !! <div class="text-right">
  22.   !!   !read themes/_widgets/docheadermenu.phtml
  23.   !! </div>
  24.   <div class="menuglobal text-right">
  25.     !read themes/_widgets/user_links.phtml
  26.     !read themes/_widgets/docnavigation.phtml
  27.   </div>
  28.  !read themes/_widgets/ariane.phtml
  29. </div><!--end of wimstopbox  -->
  30.  
  31. :end1
  32. !if $wims_lightpopup=yes
  33.   <div id="wimslightpopup">
  34.    <div id="wimsbodybox">
  35.     <div id="wimspagebox">
  36.   !exit
  37. !endif
  38.  <div id="wimsbodybox">
  39.   <div id="wimspagebox">
  40.     !read themes/_widgets/docsidemenu.phtml
  41.     !read themes/_widgets/alertchat.phtml
  42.  
  43. <!-- end of Nikaia/docheader.phtml -->
  44.