Subversion Repositories wimsdev

Rev

Rev 14181 | 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.  
  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. !endif
  17.  
  18. <div id="wimstopbox">
  19.   !if $wims_lightpopup!=yes
  20.     !!Site Title
  21.     !read themes/_widgets/site_title.phtml
  22.  
  23.     !if $wims_lightpopup!=yes
  24.       !!Institution logo
  25.       !set positionlogo=right
  26.       !read themes/_widgets/institution_logo.phtml
  27.       <br class="clearall" />
  28.     !endif
  29.   !endif
  30.   !! <div class="text-right">
  31.   !!   !read themes/_widgets/docheadermenu.phtml
  32.   !! </div>
  33.  
  34.   <div class="menuglobal text-right with_doc_nav">
  35.     !if $wims_lightpopup!=yes
  36.       !read themes/_widgets/user_links.phtml
  37.     !endif
  38.     !read themes/_widgets/docnavigation.phtml
  39.   </div>
  40.   !if $wims_lightpopup!=yes
  41.     !read themes/_widgets/ariane.phtml
  42.   !endif
  43. </div><!--end of wimstopbox  -->
  44.  
  45. !if $wims_lightpopup=yes
  46.   <div id="wimslightpopup">
  47. !endif
  48. <div id="wimsbodybox">
  49.   <div id="wimspagebox">
  50.     !read themes/_widgets/docsidemenu.phtml
  51.     !read themes/_widgets/alertchat.phtml
  52.  
  53. <!-- end of Nikaia/docheader.phtml -->
  54.