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.

58 lines
1.4 KiB

  1. <%@Language="VBSCRIPT"%>
  2. <%on error resume next%>
  3. <HTML>
  4. <!--#include file = "text.asp"-->
  5. <title><%=L_Title_Text%></title>
  6. <FONT COLOR=FFFFFF>
  7. <STYLE>
  8. </STYLE>
  9. </FONT>
  10. <head>
  11. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  12. </head>
  13. <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
  14. <!-- Windows NT Server with IIS -->
  15. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "IIS") > 0 then%>
  16. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
  17. <TR VALIGN=CENTER>
  18. <TD></TD>
  19. <TD WIDTH=20> </TD>
  20. <TD><FONT SIZE=+3 COLOR=#000000><B><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_IIS6_Text%><FONT></B></FONT></TD>
  21. </TR>
  22. </Table>
  23. <%end if%>
  24. <!-- Windows NT Workstation with PWS -->
  25. <%if Instr(1,Request.ServerVariables("SERVER_SOFTWARE"), "PWS") then%>
  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><%=L_ISM_Text%><BR> <FONT SIZE=-1><%=L_PWS_Text%><FONT></B></FONT></TD>
  31. </TR>
  32. </Table>
  33. <%end if%>
  34. <p>
  35. <%=L_PwdSoon_Text%>.<p>
  36. <form method="POST" action="/iisadmpwd/aexp4.asp?<%=Server.HTMLEncode(Request.QueryString)%>">
  37. <%=L_ChangePwd_Text%>?<p><p>
  38. <input type="hidden" name="acct" value="<%=Server.HTMLEncode(Request.ServerVariables("REMOTE_USER"))%>">
  39. <input type="submit" value="<%=L_OK_Text%>">
  40. <input type="submit" name="cancel" value="<%=L_Cancel_Text%>">
  41. </form>
  42. <br>
  43. </body></html>