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.

27 lines
1.1 KiB

  1. <%@ LANGUAGE = VBScript %>
  2. <% 'Option Explicit %>
  3. <!-- #include file="directives.inc" -->
  4. <!--#include file="iiamap.str"-->
  5. <!--#include file="iiamaphd.str"-->
  6. <!--#include file="iihding.inc"-->
  7. <!--#include file="iisetfnt.inc"-->
  8. <HTML>
  9. <HEAD>
  10. <TITLE>Untitled</TITLE>
  11. </HEAD>
  12. <BODY BGCOLOR="<%= Session("BGCOLOR") %>" LINK="#000000" VLINK="#000000" TEXT="#000000" TOPMARGIN=0 LEFTMARGIN=10>
  13. <TABLE HEIGHT=100% CELLPADDING=0 CELLSPACING=0>
  14. <TR><TD VALIGN="bottom">
  15. <TABLE WIDTH =<%= L_AMAPTABLEWIDTH_NUM %> BORDER = 1 BORDERCOLOR="<%= Session("BGCOLOR") %>" BORDERCOLORDARK="<%= Session("BGCOLOR") %>" BORDERCOLORLIGHT="<%= Session("BGCOLOR") %>" CELLPADDING = 2 CELLSPACING = 0>
  16. <TR>
  17. <%= heading(L_EXTENSIONCOLWIDTH_NUM,L_EXTENSION_TEXT, "ext") %>
  18. <%= heading(L_EXEPATHCOLWIDTH_NUM,L_EXEPATH_TEXT, "path") %>
  19. <%= heading(L_EXCLUSIONSCOLWIDTH_NUM,L_EXCLUSIONS_TEXT, "exclusions") %>
  20. <%= heading(L_SCRIPTENGINECOLWIDTH_NUM,L_SCRIPTENGINE_TEXT, "scripteng") %>
  21. <%= heading(L_CHKFILECOLWIDTH_NUM,L_CHKFILE_TEXT, "checkfiles") %>
  22. </TR>
  23. </TABLE>
  24. </TD></TR></TABLE>
  25. </BODY>
  26. </HTML>