home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / sambar / _setup.1 / toolbar.stm < prev    next >
Text File  |  2000-08-23  |  2KB  |  36 lines

  1.     <!-- ********************TOOLBAR*********************************** -->
  2.     <tr>
  3.         <RCif RC$prevmsg ! none>
  4.         <td class="msgnav">
  5.             [ <a href="<RCShome>/mailmsg.stm?start=<RC$start>&msgno=<RC$prevmsg>" onmouseover="self.status='view previous message (<RC$prevmsg>)'; return true"<RCif RC$agent=ie4> onmouseup="this.blur()"<RCendif>>previous (<RC$prevmsg>)</a> ]
  6.         </td>
  7.         <RCelse>
  8.         <td class="msgnav">
  9.             [<span class="disabled"> previous </span>]
  10.         </td>
  11.         <RCendif>
  12.         <td class="msgnav">[ <a href="<RCShome>/mailto.stm?msgno=<RC$msgno>&subj=<RC$subject_forward>&date=<RC$date_link>&from=<RC$from_link>&action=forward" onclick="return fnEditWin(this.href)" onmouseover="self.status='Forward this email (opens in the edit window)'; return true"<RCif RC$agent=ie4> onmouseup="this.blur()"<RCendif>>forward</a> ]</td>
  13.         <RCif RC$cc ! null>
  14.         <td class="msgnav">
  15.             [ <a href="<RCShome>/mailto.stm?msgno=<RC$msgno>&to=<RC$reply_link>&subj=<RC$subject_reply>&date=<RC$date_link>&cc=<RC$cc_link>&from=<RC$from_link>&action=replytoall" onclick="return fnEditWin(this.href)" onmouseover="self.status='Reply to all (opens in the edit window)'; return true"<RCif RC$agent=ie4> onmouseup="this.blur()"<RCendif>>Reply to all</a> ]
  16.         </td>
  17.         <RCelse>
  18.         <td class="msgnav">
  19.             [<span class="disabled"> Reply to all </span>]
  20.         </td>
  21.         <RCendif>
  22.         <RCif RC$nextmsg ! none>
  23.         <td class="msgnav">[ <a href="/session/maildele?folder=<RCSfolder>&msgno=<RC$nextmsg>&start=<RC$start>&d<RC$msgno>=on&RCpage=<RCShome>/mailmsg.stm" onmouseover="self.status='delete current message and return to the maillist'; return true">delete</a> ]</td>
  24.         <RCelse>
  25.         <td class="msgnav">[ <a href="/session/maildele?folder=<RCSfolder>&msgno=<RC$msgno>&start=<RC$start>&d<RC$msgno>=on&RCpage=<RCShome>/webmail.stm">delete</a> ]</td>
  26.         <RCendif>
  27.         <RCif RC$nextmsg ! none>
  28.         <td class="msgnav">[ <a href="<RCShome>/mailmsg.stm?start=<RC$start>&msgno=<RC$nextmsg>" onmouseover="self.status='Next Message (<RC$nextmsg>)';return true"<RCif RC$agent=ie4> onmouseup="this.blur()"<RCendif>>next (<RC$nextmsg>)</a> ]</td>
  29.         <RCelse>
  30.         <td class="msgnav">
  31.             [<span class="disabled"> next </span>]
  32.         </td>
  33.         <RCendif>
  34.     </tr>
  35.     <!-- ********************/TOOLBAR*********************************** -->
  36.