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.

73 lines
1.9 KiB

  1. <%@Language = "VBSCRIPT"%>
  2. <HTML>
  3. <%on error resume next%>
  4. <!--#include file = "text.asp"-->
  5. <html>
  6. <title><%=L_Title_Text%></title>
  7. <FONT COLOR=FFFFFF>
  8. <STYLE>
  9. </STYLE>
  10. </FONT>
  11. <head>
  12. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  13. </head>
  14. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  15. <!-- Windows NT Server with IIS -->
  16. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "IIS") > 0 then%>
  17. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  18. <TR VALIGN=CENTER>
  19. <TD></TD>
  20. <TD WIDTH=20> </TD>
  21. <TD><FONT SIZE=+3 COLOR=#000000><B><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_IIS6_Text%><FONT></B></FONT></TD>
  22. </TR>
  23. </Table>
  24. <%end if%>
  25. <!-- Windows NT Workstation with PWS -->
  26. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "PWS") then%>
  27. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  28. <TR VALIGN=CENTER>
  29. <TD></TD>
  30. <TD WIDTH=20> </TD>
  31. <TD><FONT SIZE=+3 COLOR=#000000><B><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_PWS_Text%><FONT></B></FONT></TD>
  32. </TR>
  33. </Table>
  34. <%end if%>
  35. <p>
  36. <%=L_PwdSoon_Text%>.<p>
  37. <form method="POST" action="/iisadmpwd/aexp2.asp?<%=Server.HTMLEncode(Request.QueryString)%>">
  38. <!--'W3CRYPTCAPABLE corresponds to HTTP_CFG_ENC_CAPS.-->
  39. <!--'Tells us that the server if SecureBindings are set-->
  40. <%if Request.ServerVariables("HTTP_CFG_ENC_CAPS") <> 1 then%>
  41. <%=L_SSL1_Text%>.<p>
  42. <%=L_SSL2_Text%>.<p><p>
  43. <input type="submit" name="cancel" value="<%=L_OK_Text%>">
  44. <%else%>
  45. <%=L_ChangePwd_Text%><p><p>
  46. <input type="hidden" name="acct" value="<%=Server.HTMLEncode(Request.ServerVariables("REMOTE_USER"))%>">
  47. <input type="submit" value="<%=L_OK_Text%>">
  48. <input type="submit" name="cancel" value="<%=L_Cancel_Text%>">
  49. <%end if%>
  50. </form>
  51. <a href="http://<%=Server.HTMLEncode(Request.ServerVariables("Server_NAME"))%>/"><%=L_DefDoc_Text%></a> <%=L_OrOther_Text%>.
  52. </body></html>