home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_01.cab / aexp3.htr < prev    next >
Text File  |  1997-11-16  |  2KB  |  67 lines

  1. <HTML>
  2.  
  3. <title>IIS - Authentication Manager</title>
  4.  
  5. <FONT COLOR=FFFFFF>
  6. <STYLE>
  7.   A  {text-decoration: none}
  8. </STYLE>
  9. </FONT>
  10.  
  11. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  12.  
  13. <!-- Windows NT Server with IIS  -->
  14. <%if platformtype EQ 1%>
  15. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  16. <TR VALIGN=CENTER>
  17.     <TD></TD>
  18.     <TD WIDTH=20> </TD>
  19.     <TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Internet Information Server 4.0<FONT></B></FONT></TD>
  20. </TR>
  21. </Table>
  22. <%endif%>   
  23.  
  24. <!-- Windows NT Workstation with PWS  -->
  25. <%if platformtype EQ 2%>
  26. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  27. <TR VALIGN=CENTER>
  28.     <TD></TD>
  29.     <TD WIDTH=20> </TD>
  30.     <TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Peer Web Services<FONT></B></FONT></TD>
  31. </TR>
  32. </Table>
  33. <%endif%>
  34.  
  35. <p>
  36.  
  37. Your password has expired. You can change it now.<p><p>
  38.  
  39. <form method="POST" action="http://<%iis.SERVER_NAME%>/_AuthChangeUrl?<%urlparam%>">
  40.  
  41. <table>
  42. <tr>
  43. <td>Account</td><td><input type="text" name="acct" value="<%iis.REMOTE_USER%>"></td>
  44. </tr>
  45. <tr>
  46. <td>Old password</td><td><input type="password" name="old" value=""></td>
  47. </tr>
  48. <tr>
  49. <td>New password</td><td><input type="password" name="new" value=""></td>
  50. </tr>
  51. <tr>
  52. <td>Confirm new password</td><td><input type="password" name="new2" value=""></td>
  53. </tr>
  54. </table>
  55.  
  56. <p>
  57.  
  58. <input type="hidden" name="denyifcancel" value="">
  59. <input type="submit" value="     OK     ">
  60. <input type="submit" name="cancel" value=" Cancel ">
  61. <input type="reset" value="  Reset  ">
  62.  
  63. </form>
  64. <%label exit%>
  65. </body>
  66. </html>
  67.