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

  1. <RC$this_page =RCShome/RCEdocument_name>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3.  
  4. <html>
  5. <head>
  6. <title>webmail.homeip.net</title>
  7. <meta http-equiv="Expires" content="Wed, 01 Dec 1999 00:00:01 GMT">
  8. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
  9. <META NAME="Keywords" CONTENT="webmail, web-based email">
  10. <META NAME="Description" CONTENT="Sambar Webmail Demo">
  11. <meta name="Generator" content="Homesite 4.5 beta 4">
  12. <meta name="Revisit-After" content="30 days">
  13. <!--- CSS routine --->
  14. <RCif RCSusecss = true>
  15.     <LINK REL="StyleSheet" HREF="/syscss/webmail_<RCSstylesheet>.css" type="text/css">
  16.     <LINK REL="StyleSheet" HREF="/syscss/filters_<RCSstylesheet>.css" type="text/css">    
  17.     <RCif RCSstylesheet = winter>
  18.         <RC$nextsheet = spring>
  19.     <RCelseif RCSstylesheet = spring>
  20.         <RC$nextsheet = summer>
  21.     <RCelseif RCSstylesheet = summer>
  22.         <RC$nextsheet = autumn>
  23.     <RCelseif RCSstylesheet = autumn>
  24.         <RC$nextsheet = winter>
  25.     <RCendif>
  26. <RCendif>
  27. <!--- /CSS routine --->
  28. <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
  29. <!--
  30. function fnForm_Validate(objForm) {
  31.     bReturn = true
  32.     strAlert = "Please correct the following: \n"
  33.     
  34.     if(objForm.signature.length > 250) {
  35.         strAlert += "The signature can only be 250 characters maximum\n"
  36.         bReturn = false
  37.     }
  38.     if(objForm.def_bcc.lenght > 80) {
  39.         strAlert += "The default bcc address can only be 80 characters\n"
  40.         bReturn = false
  41.     }
  42.     if(bReturn == false) {
  43.         alert(strAlert)
  44.     }
  45.     return bReturn
  46. }
  47. //-->
  48. </SCRIPT>
  49. </head>
  50. <body>
  51. <table align="center" border=0 cellspacing=4 width=100%>
  52.     <tr>
  53.         <td colspan=2 align="right"><RCVwmheader></td>
  54.     </tr>
  55.     <RCif RCSusecss = true>
  56.     <tr>
  57.         <td colspan=2>
  58.             <table border=0 cellpadding=4 cellspacing=0 width="100%">
  59.                 <tr bgcolor="#000080">
  60.                     <td class="wmmainheader">
  61.                         <span class="headline"><RCPname>'s Defaults</span>
  62.                     </td>
  63.                     <td class="wmmainheader" align="right" valign="bottom">
  64.                         Back to <a href="<RC$npage>?start=1"><RCSfolder></a> 
  65.                     </td>
  66.                 </tr>
  67.             </table>
  68.         </td>
  69.     </tr>
  70.     <RCendif>
  71.     
  72.     <RCinclude RCShome/snippets/actions.stm>
  73.     <RCinclude RCShome/snippets/features.stm>
  74.             </TABLE>
  75.         </TD>
  76.         <TD WIDTH=80% valign="top">
  77.             <form action="<RCShome>/upddefs.stm" method="post" onsubmit="return fnForm_Validate(this)" name="frmSignature">
  78.             <table border=0 cellpadding=6 cellspacing=0>
  79.             <tr bgcolor="#000080">
  80.                     <td class="attrheader"><RCif RCSusecss ! true><font color="#ffffff"><RCendif>Your signature:<RCif RCSusecss ! true></font><RCendif></td>
  81.                 </tr>
  82.                 <tr>
  83.                     <td>
  84.                         <textarea cols="72" rows="3" name="signature" wrap="hard"><RCPsignature></textarea>
  85.                     </td>
  86.                 </tr>
  87.                 <tr>
  88.                     <td>
  89.                         <small>Your signature will be appended to your mail. It must be plaintext and the maximum length is 250 characters.</small>
  90.                     </td>
  91.                 </tr>
  92.                 <tr bgcolor="#000080">
  93.                     <td class="attrheader"><RCif RCSusecss ! true><font color="#ffffff"><RCendif>Your default bcc address:<RCif RCSusecss ! true></font><RCendif></td>
  94.                 </tr>
  95.                 <tr>
  96.                     <td>
  97.                         <input type="Text" value="<RCPdef_bcc>" name="def_bcc" size=72 maxlength=80>
  98.                     </td>
  99.                 </tr>
  100.                 <tr>
  101.                     <td>
  102.                         <small>You can specify an email address here, that is filled in by default. This allows you to easily send a copy of every mail to an alternate address. Maximum length is 80 characters.</small>
  103.                     </td>
  104.                 </tr>
  105.                 <tr>
  106.                     <td><input type="Submit" value="Update"></td>
  107.                 </tr>
  108.                 <tr>
  109.                     <td><input type="Reset" onclick="history.go(-1)" value="Cancle"></td>
  110.                 </tr>
  111.             </table>
  112.         </form>
  113.         </td>
  114.     </tr>
  115. </table>
  116.  
  117.  
  118. </body>
  119. </html>
  120.