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.

26 lines
861 B

  1. <%@ LANGUAGE = VBScript %>
  2. <% 'Option Explicit %>
  3. <!-- #include file="directives.inc" -->
  4. <!--#include file="iimime.str"-->
  5. <!--#include file="iimimels.str"-->
  6. <!--#include file="iimimehd.str"-->
  7. <!--#include file="iihding.inc"-->
  8. <!--#include file="iisetfnt.inc"-->
  9. <HTML>
  10. <HEAD>
  11. <TITLE>Untitled</TITLE>
  12. </HEAD>
  13. <BODY BGCOLOR="<%= Session("BGCOLOR") %>" LINK="#000000" VLINK="#000000" TEXT="#000000">
  14. <TABLE HEIGHT=100% CELLPADDING=0 CELLSPACING=0>
  15. <TR><TD VALIGN="bottom">
  16. <TABLE WIDTH = <%= L_MIMETABLEWIDTH_NUM %> BORDER=1 BORDERCOLOR="<%= Session("BGCOLOR") %>" BORDERCOLORDARK="<%= Session("BGCOLOR") %>" BORDERCOLORLIGHT="<%= Session("BGCOLOR") %>" CELLPADDING=2 CELLSPACING=0>
  17. <TR>
  18. <%= heading(L_EXTCOLWIDTH_NUM,L_EXT_TEXT, "ext") %>
  19. <%= heading(L_CONENTTYPECOLWIDTH_NUM,L_CONENTTYPE_TEXT, "app") %>
  20. </TR></TABLE>
  21. </TD></TR></TABLE>
  22. </BODY>
  23. </HTML>