home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 November / PCWorld_2000-11_cd.bin / Komunik / sambar444 / _SETUP.1 / defaults.stm < prev    next >
Text File  |  2000-08-28  |  5KB  |  143 lines

  1. <!--- ******************Login check*************************************** --->
  2. <RCif RCEloggedin ! true>
  3. <HTML><HEAD><TITLE>Not logged in</title></head>
  4. <RCZMAIL_ERROR_START><BR>
  5. <FONT SIZE=+2 COLOR=#ff0000><B>Mail user not logged in!</B></FONT><RCZMAIL_ERROR_END></html><RCexit><RCendif>
  6. <!--- ******************/Login check************************************** --->
  7. <!--- ******************Navigation vars*********************************** --->
  8. <RC$this_page = RCShome/RCEdocument_name>
  9. <RC$npage = RCShome/webmail.stm>
  10. <!--- ******************Navigation vars*********************************** --->
  11. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  12.  
  13. <html>
  14. <head>
  15. <title>Change your defaults</title>
  16. <meta http-equiv="Expires" content="Wed, 01 Dec 1999 00:00:01 GMT">
  17. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
  18. <META NAME="Keywords" CONTENT="webmail, web-based email">
  19. <META NAME="Description" CONTENT="Sambar Webmail Demo">
  20. <meta name="Generator" content="Homesite 4.5 beta 4">
  21. <!--- CSS routine --->
  22.     <LINK REL="StyleSheet" HREF="/syscss/webmail_<RCSstylesheet>.css" type="text/css">
  23.     <LINK REL="StyleSheet" HREF="/syscss/filters_<RCSstylesheet>.css" type="text/css">    
  24.     <RCif RCSstylesheet = winter>
  25.         <RC$nextsheet = spring>
  26.     <RCelseif RCSstylesheet = spring>
  27.         <RC$nextsheet = summer>
  28.     <RCelseif RCSstylesheet = summer>
  29.         <RC$nextsheet = autumn>
  30.     <RCelseif RCSstylesheet = autumn>
  31.         <RC$nextsheet = winter>
  32.     <RCendif>
  33. <!--- /CSS routine --->
  34. <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
  35. <!--
  36. function fnForm_Validate(objForm) {
  37.     bReturn = true
  38.     strAlert = "Please correct the following: \n"
  39.     
  40.     if(objForm.signature.length > 250) {
  41.         strAlert += "The signature can only be 250 characters maximum\n"
  42.         bReturn = false
  43.     }
  44.     if(objForm.def_bcc.lenght > 80) {
  45.         strAlert += "The default bcc address can only be 80 characters\n"
  46.         bReturn = false
  47.     }
  48.     if(bReturn == false) {
  49.         alert(strAlert)
  50.     }
  51.     return bReturn
  52. }
  53. //-->
  54. </SCRIPT>
  55. </head>
  56. <body>
  57.  
  58. <table align="center" border=0 cellspacing=4 width=100%>
  59.     <tr>
  60.         <td colspan=2 align="right"><RCVwmheader></td>
  61.     </tr>
  62.     <tr>
  63.         <td colspan=2>
  64.             <table border=0 cellpadding=4 cellspacing=0 width="100%">
  65.                 <tr bgcolor="#000080">
  66.                     <td class="wmmainheader">
  67.                         <span class="headline"><RCSacc_name> Defaults</span>
  68.                     </td>
  69.                     <td class="wmmainheader" align="right" valign="bottom">
  70.                         Back to <a href="<RC$npage>?start=1"><RCSfolder></a> 
  71.                     </td>
  72.                 </tr>
  73.             </table>
  74.         </td>
  75.     </tr>
  76.     
  77.     <RCinclude RCShome/snippets/actions.stm>
  78.     <RCinclude RCShome/snippets/features.stm>
  79.         </TABLE>
  80.         </TD>
  81.         <TD WIDTH=80% valign="top">
  82.             <form action="<RCShome>/upddefs.stm" method="post" onsubmit="return fnForm_Validate(this)" name="frmSignature">
  83.             <table border=0 cellpadding=6 cellspacing=0>
  84.             <tr bgcolor="#000080">
  85.                     <td class="attrheader">Your signature:</td>
  86.                 </tr>
  87.                 <tr>
  88.                     <td>
  89.                         <textarea cols="72" rows="3" name="signature" wrap="hard"><RCPsignature></textarea>
  90.                     </td>
  91.                 </tr>
  92.                 <tr>
  93.                     <td>
  94.                         <small>Your signature will be appended to your mail. It must be plaintext and the maximum length is 250 characters.</small>
  95.                     </td>
  96.                 </tr>
  97.                 <tr bgcolor="#000080">
  98.                     <td class="attrheader">Your default bcc address:</td>
  99.                 </tr>
  100.                 <tr>
  101.                     <td>
  102.                         <input type="Text" value="<RCPdef_bcc>" name="def_bcc" size=72 maxlength=80>
  103.                     </td>
  104.                 </tr>
  105.                 <tr>
  106.                     <td>
  107.                         <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>
  108.                     </td>
  109.                 </tr>
  110.                 <tr>
  111.                     <td class="attrheader">
  112.                         Wrap outgoing messages?
  113.                     </td>
  114.                 </tr>
  115.                 <tr>
  116.                     <td>
  117.                     <!--- This feature uses the same principle as incoming messages. Once the value of the profile variable resolves to zero, no wrapping is applied. --->
  118.                         <select name="wrap_out">
  119.                             <option value=0 <RCif RCPwrap_out = 0>SELECTED<RCendif>>none</option>
  120.                             <option value=60 <RCif RCPwrap_out = 60>SELECTED<RCendif>>60</option>
  121.                             <option value=72 <RCif RCPwrap_out = 72>SELECTED<RCendif>>72</option>
  122.                             <option value=80 <RCif RCPwrap_out = 80>SELECTED<RCendif>>80</option>
  123.                         </select>
  124.                     <!--- The edit window contains a JavaScript, that will resize the window, to fit the contents. Because wrapping resizes the textarea, this can lead to large windows. Clearing this box, will not parse the JavaScript. --->
  125.                         <input type="Checkbox" name="resize_win" value=true <RCif RCPresize_win = true>CHECKED<RCendif>><small>Resize the popup "Edit Window" to fit the content.</small>
  126.                     </td>
  127.                 </tr>
  128.                 <tr>
  129.                     <td><input type="Submit" value="Update"></td>
  130.                 </tr>
  131.                 <tr>
  132.                     <td><input type="Reset" onclick="history.go(-1)" value="Cancel"></td>
  133.                 </tr>
  134.             </table>
  135.         </form>
  136.         </td>
  137.     </tr>
  138. </table>
  139.  
  140.  
  141. </body>
  142. </html>
  143.