Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.9 KiB

  1. <%@Language="VBSCRIPT"%>
  2. <HTML>
  3. <!--#include file = "text.asp"-->
  4. <title><%=L_Title_Text%></title>
  5. <FONT COLOR=FFFFFF>
  6. <STYLE>
  7. </STYLE>
  8. </FONT>
  9. <head>
  10. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  11. </head>
  12. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  13. <!-- Windows NT Server with IIS -->
  14. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "IIS") > 0 then%>
  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><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_IIS6_Text%><FONT></B></FONT></TD>
  20. </TR>
  21. </Table>
  22. <%end if%>
  23. <!-- Windows NT Workstation with PWS -->
  24. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "PWS") then%>
  25. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  26. <TR VALIGN=CENTER>
  27. <TD></TD>
  28. <TD WIDTH=20> </TD>
  29. <TD><FONT SIZE=+3 COLOR=#000000><B><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_PWS_Text%><FONT></B></FONT></TD>
  30. </TR>
  31. </Table>
  32. <%end if%>
  33. <p>
  34. <%=L_PasswordExpired_Text%>. <%=L_ChangeNow_Text%>.<p><p>
  35. <form method="POST" action="http://<%=Server.HTMLEncode(Request.ServerVariables("SERVER_NAME"))%>/iisadmpwd/achg.asp?<%=Server.HTMLEncode(Request.QueryString)%>">
  36. <table>
  37. <tr>
  38. <td><%=L_Account_Text%></td><td><input type="text" name="acct" value="<%=Server.HTMLEncode(Request.ServerVariables("REMOTE_USER"))%>"></td>
  39. </tr>
  40. <tr>
  41. <td><%=L_OldPassword_Text%></td><td><input type="password" name="old" value=""></td>
  42. </tr>
  43. <tr>
  44. <td><%=L_NewPassword_Text%></td><td><input type="password" name="new" value=""></td>
  45. </tr>
  46. <tr>
  47. <td><%=L_Confirm_Text%></td><td><input type="password" name="new2" value=""></td>
  48. </tr>
  49. </table>
  50. <p>
  51. <input type="hidden" name="denyifcancel" value="">
  52. <input type="submit" value="<%=L_OK_Text%>">
  53. <input type="submit" name="cancel" value="<%=L_Cancel_Text%>">
  54. <input type="reset" value="<%=L_Reset_Text%>">
  55. </form>
  56. </body>
  57. </html>