Source code of Windows XP (NT5)
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.

42 lines
791 B

  1. <%@ LANGUAGE = VBScript %>
  2. <% Option Explicit %>
  3. <!-- #include file="directives.inc" -->
  4. <!--#include file="iiabout.str"-->
  5. <!--#include file="iisetfnt.inc"-->
  6. <HTML>
  7. <HEAD>
  8. <TITLE><%= L_TITLE_TEXT %></TITLE>
  9. </HEAD>
  10. <BODY BGCOLOR="#000000" TOPMARGIN=0 LEFTMARGIN=0 TEXT="#FFFFFF">
  11. <IMG SRC="images/iisttl.GIF" WIDTH=496 HEIGHT=184 BORDER=0>
  12. <table cellpadding="0" >
  13. <tr>
  14. <td width = 190>&nbsp;
  15. </td>
  16. <td>
  17. <%= sFont("","","",True) %>
  18. <BR>
  19. <%= L_COPYRIGHT_TEXT %>
  20. </FONT>
  21. </TD>
  22. </TR>
  23. <tr>
  24. <TD COLSPAN = 2 ALIGN="right">
  25. &nbsp;
  26. </TD>
  27. </TR>
  28. <tr>
  29. <TD COLSPAN = 2 ALIGN="right">
  30. <%= sFont("","","#FFFFFF",True) %>
  31. <FORM NAME="userform">
  32. <INPUT TYPE="Button" VALUE="<%= L_OK_TEXT %>" OnClick="window.close();">
  33. </FORM>
  34. </FONT>
  35. </TD>
  36. </TR>
  37. </TABLE>
  38. </BODY>
  39. </HTML>