home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 May / PCWorld_2000-05_cd.bin / Software / Servis / sambar / _SETUP.1 / mailsrch.stm < prev    next >
Text File  |  2000-03-17  |  4KB  |  117 lines

  1. <RC$this_page =RCShome/RCEdocument_name>
  2.  
  3. <HTML>
  4. <HEAD><TITLE>Sambar Server WebMail</TITLE>
  5. <!--- Set the stylesheets --->
  6.     <!--- A test for RCSusecss is done. Allthough a link to the stylesheet will not interfere greatly with display (ie classnames will not be parsed in the tables), browsers who are capable of css, will still download the css files, even if the user specified they don't want to use it. The test here, saves bandwidth and allows the default bgcolor and font choices. --->
  7. <RCif RCSusecss = true>
  8.     <LINK REL="StyleSheet" HREF="/syscss/webmail_<RCSstylesheet>.css" type="text/css">
  9.     <LINK REL="StyleSheet" HREF="/syscss/filters_<RCSstylesheet>.css" type="text/css">    
  10.     <RCif RCSstylesheet = winter>
  11.         <RC$nextsheet = spring>
  12.     <RCelseif RCSstylesheet = spring>
  13.         <RC$nextsheet = summer>
  14.     <RCelseif RCSstylesheet = summer>
  15.         <RC$nextsheet = autumn>
  16.     <RCelseif RCSstylesheet = autumn>
  17.         <RC$nextsheet = winter>
  18.     <RCendif>
  19. <RCendif>
  20. <!--- /Set the stylesheets --->
  21. </HEAD>
  22. <BODY BGCOLOR="#ffffff" LINK="#0000ff" VLINK="#0000ff" ALINK="#0000ff" TEXT="#000000">
  23. <table width="100%" border=0 cellpadding=4 cellspacing=0>
  24.     <tr>
  25.         <td align="right" colspan=2><RCVwmheader></td>
  26.     </tr>
  27.     <RCif RCSusecss = true>
  28.     <!--- This section is customized. Original code using the mailnav RPC is used when usecss is disabled. Only the logo will be used in this table. The original code is part of the second table.--->
  29.     <tr>
  30.         <td class="wmmainheader">
  31.             <span class="headline">Search Results</span>
  32.             </td>
  33.         <td align=right nowrap class="wmmainheader" valign="bottom">
  34.             Query: <RC$query>
  35.         </td>
  36.     </tr>
  37. </table>
  38.     <RCendif>
  39. <TABLE WIDTH=100% border=0 cellspacing=4>
  40.     <RCif RCSusecss ! true>
  41.     <TR VALIGN=top>
  42.         <TD nowrap>
  43.             <FONT SIZE=+2><B><RCEusername></B></FONT><BR>
  44.             <FONT SIZE=-1><RCEdatetime></FONT>
  45.         </td>
  46.         <td nowrap>
  47.             <FONT SIZE=+2><B><RCSfolder></B></FONT><BR>
  48.             <FONT SIZE=-1>Search query: <RC$query></FONT><BR><BR>
  49.         </td>
  50.     </tr>
  51.     <RCendif>
  52.     <RCinclude RCShome/snippets/actions.stm>
  53.     <RCinclude RCShome/snippets/features.stm>
  54.             </TABLE>
  55.         </TD>
  56.         <TD WIDTH=80% valign="top">
  57.             <FORM METHOD=POST NAME="mform" ACTION="/session/maildele">
  58.             <INPUT type=hidden name=RCpage value="<RCShome>/webmail.stm">
  59.             <INPUT TYPE=hidden NAME=start VALUE="<RC$start>">
  60.             <INPUT TYPE=hidden NAME=count VALUE="<RCScount>">
  61.             <INPUT TYPE=hidden NAME=folder VALUE="<RCSfolder>">
  62.             <TABLE border=0 cellpadding=4 cellspacing=0>
  63.                 <RCif RCSusecss = true>
  64.                 <TR bgcolor=#000080>
  65.                     <TH align=left width=5%>
  66.                         Message
  67.                     </TH>
  68.                     <TH align=left width=15%>
  69.                         Sender
  70.                     </TH>
  71.                     <TH align=left width=5%>
  72.                         Date
  73.                     </TH>
  74.                     <TH align=left width=5%>
  75.                         .
  76.                     </TH>
  77.                     <TH align=left width=5%>
  78.                         Size
  79.                     </TH>
  80.                     <TH align=left>
  81.                         Subject
  82.                     </TH>
  83.                 </TR>
  84.                 <RCelse>
  85.                 <TR bgcolor=#000080>
  86.                     <TH align=left width=5%>
  87.                         <FONT color=white>Message</FONT>
  88.                     </TH>
  89.                     <TH align=left width=15%>
  90.                         <FONT color=white>Sender</FONT>
  91.                     </TH>
  92.                     <TH align=left width=5%>
  93.                         <FONT color=white>Date</FONT>
  94.                     </TH>
  95.                     <TH align=left width=5%>
  96.                         <FONT color=#000080>.</FONT>
  97.                     </TH>
  98.                     <TH align=left width=5%>
  99.                         <FONT color=white>Size</FONT>
  100.                     </TH>
  101.                     <TH align=left>
  102.                         <FONT color=white>Subject</FONT>
  103.                     </TH>
  104.                 </TR>
  105.                 <RCendif>
  106. <RCXmailsearch usecss=RCSusecss folder=RCSfolder home=RCShome query=RC$query>
  107.  
  108.             </TABLE>
  109.         </TD>
  110.     </TR>
  111. </TABLE>
  112. <P>
  113. <A HREF="/" TARGET=_top><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  114.  
  115. </body>
  116. </HTML>
  117.