<!-- begin of Nikaia/docheader.phtml -->
!! document menu
!nocache
!set wims_theme_docheader=yes
!set jquery_defined=yes
!if $wims_class=$empty or adm/doc notin $module
!set oneitem=oneitem.phtml
!else
!set oneitem=./adm/oneitem.phtml
!endif
!if $job iswordof read print
<div id="wimsdoc">
!endif
<div id="wimstopbox">
!if $wims_lightpopup!=yes
!!Site Title
!read themes/_widgets/site_title.phtml
!if $wims_lightpopup!=yes
!!Institution logo
!set positionlogo=right
!read themes/_widgets/institution_logo.phtml
<br class="clearall">
!endif
!endif
!! <div class="text-right">
!! !read themes/_widgets/docheadermenu.phtml
!! </div>
<div class="menuglobal text-right with_doc_nav">
!if $wims_lightpopup!=yes
!read themes/_widgets/user_links.phtml
!endif
!read themes/_widgets/docnavigation.phtml
</div>
!if $wims_lightpopup!=yes
!read themes/_widgets/ariane.phtml
!endif
</div
><!--end of wimstopbox
-->
!if $wims_lightpopup=yes
<div id="wimslightpopup">
!endif
<div id="wimsbodybox">
<div id="wimspagebox">
!read themes/_widgets/docsidemenu.phtml
!read themes/_widgets/alertchat.phtml
<!-- end of Nikaia
/docheader
.phtml
-->