!! document menu
!nocache
!set wims_theme_docheader=yes
<!--begin of docheader.phtml-->
<table width="100%" border=0 cellspacing=0 cellpadding=3 bgcolor="$wims_ref_bgcolor">
<tr><td align=left><small>
!if help notin $wims_session
!if $wims_class=$empty
!href module=home $wims_name_doch_wims
!else
!if _doc isin $wims_session
<a href="#" onclick="window.close()">$wims_name_doch_class</a>
!else
!href module=home $wims_name_doch_class
!endif
!endif
!if ..//adm/doc isin ..//$module and \
($wims_class=$empty or $wims_user=supervisor)
!href module=$module&cmd=reply&job=home $wims_name_doch_docs
!endif
!endif
!default upbl=main
!if $block!=main and $job=read
!href cmd=reply&doc=$doc&block=$upbl $wims_name_doch_up
!! <img src="gifs/arrows/up2.32.gif" alt=up>
!if $prev!=$empty and $prev!=$upbl
!href cmd=reply&doc=$doc&block=$prev $wims_name_doch_prev
!endif
!if $next!=$empty and $next!=$upbl
!href cmd=reply&doc=$doc&block=$next $wims_name_doch_next
!endif
!endif
!if $job=read
!if $blocklast$blocknext!=$empty
[
!if $blocklast!=$empty
!href cmd=reply&doc=$doclast&block=$blocklast&readcntadv=-1 <<
!endif
$wims_name_doch_hist
!if $blocknext!=$empty
!href cmd=reply&doc=$docnext&block=$blocknext&readcntadv=1 >>
!endif
]
!endif
!!
!! !href cmd=reply&job=read $wims_name_doch_reload
!endif
</small></td><td align=right><small>
!if $printable=yes
!href cmd=reply&job=read&doc=$doc&block=$startblock $wims_name_doch_interactive
!else
!if $job=read
!href cmd=reply&job=print&doc=$doc $wims_name_doch_printable
!endif
!if $job=exosource
!href cmd=reply&job=read $wims_name_doch_back
!endif
!if $doc!=$helpd and $editable=yes
!href target=wims_help module=$module&cmd=new&job=read&doc=$helpd $wims_name_doch_help
!endif
!href target=wims_mhelp module=$module&cmd=help&special_parm=about $wims_name_doch_about
!endif
</small></td></tr></table>
<!--end of docheader
.phtml
-->