home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Komunik / sambar / sambar53b3.exe / sysuser / webmail / mailmsg.stm < prev    next >
Encoding:
Text File  |  2002-07-21  |  2.6 KB  |  88 lines

  1. <RCif RCEloggedin ! true>
  2.     <HTML>
  3.     <HEAD>
  4.     <META HTTP-EQUIV="REFRESH" CONTENT="1; URL=index.htm"> 
  5.     </HEAD>
  6.     <BODY>
  7.     <FONT SIZE=+2 COLOR=#ff0000><B>Mail user not logged in!</B></FONT>
  8.     </BODY>
  9.     </HTML>
  10. <RCexit>
  11. <RCendif>
  12.  
  13. <HTML>
  14. <HEAD>
  15. <TITLE><RC@mailprop(RCSfolder,RC$msgno,subject)></TITLE>
  16. <LINK REL="StyleSheet" HREF="<RCShome>/default.css" type="text/css">
  17. <STYLE> 
  18. <!--
  19. select {
  20.     font-family:Arial;
  21.     font-size:14;
  22.     font-weight:normal;
  23.     color:navy;
  24.     cursor:hand
  25. }
  26. input {
  27.     font-family:Arial;
  28.     font-size:12;
  29.     font-weight:normal;
  30.     color:navy;
  31.     cursor:hand
  32. }
  33. -->
  34. </STYLE>
  35. </HEAD>
  36. <BODY BGCOLOR="#ffffff" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">
  37. <RCinclude RCShome/actions.stm>
  38. <RC$tot = RC@mailattr(RCSfolder, nummsgs)>
  39. <RC$prev = RC@mailprop(RCSfolder, RC$msgno, prev)>
  40. <RC$next = RC@mailprop(RCSfolder, RC$msgno, next)>
  41.  
  42. <table width="100%" border=0>
  43. <tr><td nowrap width=5% valign=top class=msgnav>
  44. <font color=#000000><RC$msgno> of <RC$tot></font>
  45. <RCif RC$prev > 0> 
  46. [ <A HREF="<RCShome>/mailmsg.stm?msgno=<RC$prev>&start=<RC$start>">PREV</A> ] 
  47. <RCelse> 
  48. [ PREV ]
  49. <RCendif>
  50. <RCif RC$next < RC$tot or RC$next = RC$tot>
  51. <RCif RC$next > 0>
  52. [ <A HREF="<RCShome>/mailmsg.stm?msgno=<RC$next>&start=<RC$start>">NEXT</A> ] 
  53. <RCelse>
  54. [ NEXT ]
  55. <RCendif>
  56. <RCelse> 
  57. [ NEXT ]
  58. <RCendif>
  59. </td>
  60. <td align=left valign=bottom>
  61. <RCXmailmsgnav folder=RCSfolder home=RCShome msgno=RC$msgno start=RC$start usecss=true opennew=true>
  62. </td></tr>
  63. </table>
  64. <table width=100%><tr bgcolor="#efebe4"><td nowrap>
  65. <RCXmailheader folder=RCSfolder home=RCShome msgno=RC$msgno start=RC$start usecss=true opennew=true>
  66. </td></tr>
  67. <tr bgcolor="#efebe4"><td nowrap align=right>
  68. <A HREF=<RCShome>/mailraw.stm?msgno=<RC$msgno>&start=<RC$start>>Raw Header</A>
  69.   
  70. <A HREF=/session/mailstatus?folder=<RCSfolder>&msgno=<RC$msgno>&action=unread&start=<RC$start>&RCpage=<RCShome>/webmail.stm>Mark Unread</A>
  71.   
  72. <RCif RC@mailprop(RCSfolder, RC$msgno, flagged) = true>
  73. <A HREF=/session/mailstatus?folder=<RCSfolder>&msgno=<RC$msgno>&action=unflag&start=<RC$start>&RCpage=<RCShome>/webmail.stm>Remove Flag</A>
  74. <RCelse>
  75. <A HREF=/session/mailstatus?folder=<RCSfolder>&msgno=<RC$msgno>&action=flag&start=<RC$start>&RCpage=<RCShome>/webmail.stm>Flag Message</A>
  76. <RCendif>
  77.  
  78. </td></tr>
  79. <tr><td>
  80. <TABLE width="100%" border=0 cellpadding=2 cellspacing=2>
  81. <TR bgcolor=#efebe4>
  82. <TD class="msgbody" width="80%" valign="top">
  83. <PRE><RCXmailbody folder=RCSfolder msgno=RC$msgno style=RCSstyle home=RCShome wrap=RCSwrap usecss=true></PRE>
  84. </td></tr></table>
  85. </td></tr></table>
  86. </BODY>
  87. </HTML>
  88.