Subversion Repositories wimsdev

Rev

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

  1. !! document menu
  2. !nocache
  3. !set wims_theme_docheader=yes
  4.  
  5. <table width=100% border=0 cellspacing=0 cellpadding=3 bgcolor=$wims_ref_bgcolor>
  6. <tr><td align=left><small>&nbsp;
  7. !if help notin $wims_session
  8.  !if $wims_class=$empty
  9.   !href module=home $doch_wims
  10.  !else
  11.   !if _doc isin $wims_session
  12.    <a href=# onclick="window.close()">$doch_class</a>
  13.  !else
  14.    !href module=home $doch_class
  15.   !endif
  16.  !endif
  17. &nbsp;
  18.  !if ..//adm/doc isin ..//$module and \
  19.     ($wims_class=$empty or $wims_user=supervisor)
  20.   !href module=$module&cmd=reply&job=home $doch_docs
  21.  !endif
  22. !endif
  23. !default upbl=main
  24. !if $block!=main and $job=read
  25.  &nbsp;
  26.  !href cmd=reply&doc=$doc&block=$upbl $doch_up
  27.  !! <img src=gifs/arrows/up2.32.gif>
  28.  !if $prev!=$empty and $prev!=$upbl
  29.   &nbsp;
  30.   !href cmd=reply&doc=$doc&block=$prev $doch_prev
  31.  !endif
  32.  !if $next!=$empty and $next!=$upbl
  33.   &nbsp;
  34.   !href cmd=reply&doc=$doc&block=$next $doch_next
  35.  !endif
  36. !endif
  37. !if $job=read
  38.  !if $blocklast$blocknext!=$empty
  39.   &nbsp;[
  40.   !if $blocklast!=$empty
  41.    !href cmd=reply&doc=$doclast&block=$blocklast&readcntadv=-1 &lt;&lt;
  42.   !endif
  43.    &nbsp;$doch_hist
  44.   !if $blocknext!=$empty
  45.    &nbsp;
  46.    !href cmd=reply&doc=$docnext&block=$blocknext&readcntadv=1 &gt;&gt;
  47.   !endif
  48.   ]
  49.  !endif
  50. !! &nbsp;
  51. !! !href cmd=reply&job=read $doch_reload
  52. !endif
  53. </small></td><td align=right><small>
  54. !if $printable=yes
  55.  !href cmd=reply&job=read&doc=$doc&block=$startblock $doch_interactive
  56. !else
  57.  !if $job=read
  58.   !href cmd=reply&job=print&doc=$doc $doch_printable
  59. &nbsp;
  60.  !endif
  61.  !if $job=exosource
  62.   !href cmd=reply&job=read $doch_back
  63. &nbsp;
  64.  !endif
  65.  !if $doc!=$helpd and $editable=yes
  66.   !href target=wims_help module=$module&cmd=new&job=read&doc=$helpd $doch_help
  67. &nbsp;
  68.  !endif
  69.  !href target=wims_mhelp module=$module&cmd=help&special_parm=about $doch_about
  70. &nbsp;
  71. !endif
  72. </small></td></tr></table>
  73.