home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 January / PCWorld_2001-01_cd.bin / Software / Topware / sambar / _SETUP.1 / Defaults.stm < prev    next >
Text File  |  2000-11-14  |  3KB  |  116 lines

  1. <RCXmailverify>
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Change your defaults</TITLE>
  5. <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
  6. <!--
  7. function fnForm_Validate(objForm) 
  8. {
  9.     bReturn = true
  10.     strAlert = "Please correct the following: \n";
  11.     
  12.     if(objForm.signature.length > 250) 
  13.     {
  14.         strAlert += "The signature cannot exceed 250 characters\n";
  15.         bReturn = false;
  16.     }
  17.     if(objForm.def_bcc.lenght > 80) 
  18.     {
  19.         strAlert += "The bcc address cannot exceed 80 characters\n";
  20.         bReturn = false;
  21.     }
  22.     if(bReturn == false) 
  23.     {
  24.         alert(strAlert);
  25.     }
  26.     return bReturn
  27. }
  28. //-->
  29. </SCRIPT>
  30. </HEAD>
  31. <BODY BGCOLOR="#ffffff" LINK="#0000ff" VLINK="#ff0000" ALINK="#ff0000" TEXT="#00
  32. 0000">
  33. <RCif RCEloggedin ! true>
  34. <FONT SIZE=+2 COLOR=#ff0000><B>Mail user not logged in!</B></FONT>
  35. </BODY></HTML>
  36. <RCexit>
  37. <RCendif>
  38.  
  39. <RC$npage = RCShome/webmail.stm>
  40. <TABLE align="center" border=0 cellspacing=4 width=100%>
  41. <TR>
  42. <TD colspan=2 align="right">
  43. <B>
  44. <FONT SIZE=+3>S</FONT>AMBAR
  45. <FONT SIZE=+3>S</FONT>ERVER
  46. <FONT SIZE=+3>W</FONT>EBMAIL
  47. </B>
  48. </TD></TR>
  49. <TR>
  50. <TD>
  51.     <RCinclude RCShome/actions.stm>
  52. </TD>
  53. <TD WIDTH=80% valign="top">
  54.     <FORM action="<RCShome>/upddefs.stm" method="post" onsubmit="return fnForm_Validate(this)">
  55.     <TABLE border=0 cellpadding=6 cellspacing=0>
  56.     <TR bgcolor="#000080">
  57.     <TD>
  58.         <font color="#ffffff">Your signature:</font>
  59.     </TD>
  60.     </TR>
  61.     <TR>
  62.     <TD>
  63.     <TEXTAREA cols="72" rows="3" name="signature" wrap="hard"><RCPsignature></textarea>
  64.     </TD>
  65.     </TR>
  66.     <TR>
  67.     <TD>
  68.         <small>Your signature will be appended to your mail. It must be 
  69.         plaintext and the maximum length is 250 characters.</small>
  70.     </TD>
  71.     </TR>
  72.     <TR bgcolor="#000080">
  73.     <TD>
  74.         <font color="#ffffff">Your default bcc address:</font>
  75.     </TD>
  76.     </TR>
  77.     <TR>
  78.     <TD>
  79.         <INPUT type="text" value="<RCPdef_bcc>" name="def_bcc" size=72 maxlength=80>
  80.     </TD>
  81.     </TR>
  82.     <TR>
  83.     <TD>
  84.         <small>You can specify an email address here, that is filled in by 
  85.         default. This allows you to easily send a copy of every mail to an 
  86.         alternate address. Maximum length is 80 characters.</small>
  87.     </TD>
  88.     </TR>
  89.     <TR>
  90.     <TD class="attrheader">
  91.         <font color="#ffffff">Wrap outgoing messages?</font>
  92.     </TD>
  93.     </TR>
  94.     <TR>
  95.     <TD>
  96.         <SELECT NAME="wrap_out">
  97.         <OPTION value=0 <RCif RCPwrap_out = 0>SELECTED<RCendif>>none</option>
  98.         <OPTION value=60 <RCif RCPwrap_out = 60>SELECTED<RCendif>>60</option>
  99.         <OPTION value=72 <RCif RCPwrap_out = 72>SELECTED<RCendif>>72</option>
  100.         <OPTION value=80 <RCif RCPwrap_out = 80>SELECTED<RCendif>>80</option>
  101.         </SELECT>
  102.     </TD>
  103.     </TR>
  104.     <TR>
  105.     <TD>
  106.         <INPUT type="Submit" value="Update">
  107.     </TD>
  108.     </TR>
  109.     </TABLE>
  110.     </FORM>
  111. </TD>
  112. </TR>
  113. </table>
  114. </BODY>
  115. </HTML>
  116.