home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_01.cab / aexp4.htr < prev    next >
Text File  |  1997-11-16  |  2KB  |  69 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. <%if reqparam RF "cancel"%>
  14. <%redirecthttp%><%urlparam%><%/redirecthttp%>
  15. <%goto exit%>
  16. <%endif%>
  17.  
  18. <!-- Windows NT Server with IIS  -->
  19. <%if platformtype EQ 1%>
  20. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  21. <TR VALIGN=CENTER>
  22.     <TD></TD>
  23.     <TD WIDTH=20> </TD>
  24.     <TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Internet Information Server 4.0<FONT></B></FONT></TD>
  25. </TR>
  26. </Table>
  27. <%endif%>   
  28.  
  29. <!-- Windows NT Workstation with PWS  -->
  30. <%if platformtype EQ 2%>
  31. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  32. <TR VALIGN=CENTER>
  33.     <TD></TD>
  34.     <TD WIDTH=20> </TD>
  35.     <TD><FONT SIZE=+3 COLOR=#000000><B>Internet Service Manager<BR> <FONT SIZE=-1>for Peer Web Services<FONT></B></FONT></TD>
  36. </TR>
  37. </Table>
  38. <%endif%>
  39.  
  40. <p>
  41.  
  42. <form method="POST" action="http://<%iis.SERVER_NAME%>/_AuthChangeUrl?<%urlparam%>">
  43.  
  44. <table>
  45. <tr>
  46. <td>Account</td><td><input type="text" name="acct" value="<%if reqparam RF "acct"%><%msgbody.acct%><%else%><%iis.REMOTE_USER%><%endif%>"></td>
  47. </tr>
  48. <tr>
  49. <td>Old password</td><td><input type="password" name="old" value=""></td>
  50. </tr>
  51. <tr>
  52. <td>New password</td><td><input type="password" name="new" value=""></td>
  53. </tr>
  54. <tr>
  55. <td>Confirm new password</td><td><input type="password" name="new2" value=""></td>
  56. </tr>
  57. </table>
  58.  
  59. <p>
  60.  
  61. <input type="submit" value="     OK     ">
  62. <input type="submit" name="cancel" value=" Cancel ">
  63. <input type="reset" value="  Reset  ">
  64.  
  65. </form>
  66. <%label exit%>
  67. </body>
  68. </html>
  69.