home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 July / PCWorld_2000-07_cd.bin / Komunik / sambar / _SETUP.1 / passwd.stm < prev    next >
Text File  |  2000-04-10  |  4KB  |  103 lines

  1. <!--- Login Check --->
  2. <RCif RCEloggedin ! true>
  3. <html><head><title>You have been logged out.</title></head><body>
  4. <RCZMAIL_ERROR_START><BR>
  5. <FONT SIZE=+2 COLOR=#ff0000><B>Mail user not logged in!</B></FONT><RCZMAIL_ERROR_END></body></HTML>
  6. <RCexit>
  7. <RCendif>
  8. <!--- /Login Check --->
  9.  
  10. <RC$this_page = RCShome/RCEdocument_name>
  11. <RC$npage = RCShome/webmail.stm>
  12. <RC$start=1>
  13.  
  14. <HTML>
  15. <HEAD><TITLE>Change Your Password</TITLE>
  16. <!--- Set the stylesheets --->
  17.     <!--- 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. --->
  18. <RCif RCSusecss = true>
  19.     <LINK REL="StyleSheet" HREF="/syscss/webmail_<RCSstylesheet>.css" type="text/css">
  20.     <LINK REL="StyleSheet" HREF="/syscss/filters_<RCSstylesheet>.css" type="text/css">    
  21.     <RCif RCSstylesheet = winter>
  22.         <RC$nextsheet = spring>
  23.     <RCelseif RCSstylesheet = spring>
  24.         <RC$nextsheet = summer>
  25.     <RCelseif RCSstylesheet = summer>
  26.         <RC$nextsheet = autumn>
  27.     <RCelseif RCSstylesheet = autumn>
  28.         <RC$nextsheet = winter>
  29.     <RCendif>
  30. <RCendif>
  31. <!--- /Set the stylesheets --->
  32.  
  33. </HEAD>
  34. <BODY bgcolor=#ffffff>
  35. <RCif RCSusecss ! true><CENTER><RCendif>
  36. <table align="center" border=0 cellspacing=4 width=100%>
  37.     <tr>
  38.         <td colspan=2 align="right"><RCVwmheader></td>
  39.     </tr>
  40.     <RCif RCSusecss = true>
  41.     <tr>
  42.         <td colspan=2>
  43.             <table border=0 cellpadding=4 cellspacing=0 width="100%">
  44.                 <tr bgcolor="#000080">
  45.                     <td class="wmmainheader">
  46.                         <span class="headline">Change Your Password</span>
  47.                     </td>
  48.                     <td class="wmmainheader" align="right" valign="bottom">
  49.                         Back to <a href="<RC$npage>?start=1"><RCSfolder></a> 
  50.                     </td>
  51.                 </tr>
  52.             </table>
  53.         </td>
  54.     </tr>
  55.     <RCendif>
  56.     
  57.     <RCinclude RCShome/snippets/actions.stm>
  58.     <RCinclude RCShome/snippets/features.stm>
  59.             </TABLE>
  60.         </TD>
  61.         <TD WIDTH=80% valign="top">
  62.         <FORM METHOD="POST" ACTION="/session/userpasswd">
  63.             <INPUT TYPE="hidden" NAME="RCredirect" VALUE="/webmail/webmail.stm">
  64.             <INPUT TYPE="hidden" NAME="start" VALUE="1">
  65.             <INPUT TYPE="hidden" NAME="count" VALUE="25">
  66.             <INPUT TYPE="hidden" NAME="username" VALUE="<RCEusername>">
  67.  
  68.             <TABLE align="center" border=0 cellpadding=5 cellspacing=2 width=550>
  69.                 <TR valign=top>
  70.                     <TD align=right class="lblmailto" colspan=2><B>Your Username: <RCEusername></B></TD>
  71.                 </TR>
  72.                 <TR>
  73.                     <TD align=right class="lblmailto"><B>Current Password</B></TD>
  74.                     <TD><INPUT TYPE="password" NAME="password" VALUE="" SIZE=40 MAXLENGTH=40></TD>
  75.                 </TR>
  76.                 <TR>
  77.                     <TD align=right class="lblmailto"><B>New Password</B></TD>
  78.                     <TD><INPUT TYPE="password" NAME="newpasswd" VALUE="" SIZE=40 MAXLENGTH=40></TD>
  79.                 </TR>
  80.                 <TR>
  81.                     <TD align=right class="lblmailto"><B>Confirm Password</B></TD>
  82.                     <TD><INPUT TYPE="password" NAME="confpasswd" VALUE="" SIZE=40 MAXLENGTH=40></TD>
  83.                 </TR>
  84.                 <TR>
  85.                     <TD> </TD>
  86.                     <TD><INPUT TYPE="submit" VALUE="Update Password"></TD>
  87.                 </tr>
  88.                 <tr>
  89.                     <td align="center" class="lblmailto" colspan=2><strong class="note">Please Note:</strong> Updating your password for mail, also updates your password for other services. If you have an FTP account for instance, you FTP password will also be changed instantly.</td>
  90.                 </tr>
  91.             </TABLE>
  92.         </FORM>
  93.         </td>
  94.     </tr>
  95. </table>
  96. <RCif RCSusecss ! true></CENTER><RCendif>
  97. <BR>
  98. <BR>
  99. <A HREF="/" TARGET=_top><IMG border=0 SRC="/sysimage/system/powerby.gif"></A>
  100.  
  101. </body>
  102. </HTML>
  103.