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.

29 lines
975 B

  1. <%@ LANGUAGE = VBScript %>
  2. <% Option Explicit %>
  3. <!-- #include file="../directives.inc" -->
  4. <%
  5. Dim quote
  6. quote = chr(34)
  7. %>
  8. <!--#include file="iihding.inc"-->
  9. <!--#include file="iisetfnt.inc"-->
  10. <!--#include file="jsbrowser.str"-->
  11. <HTML>
  12. <HEAD>
  13. <TITLE></TITLE>
  14. </HEAD>
  15. <BODY BGCOLOR="<%= Session("BGCOLOR") %>" LINK="#000000" VLINK="#000000" TEXT="#000000" TOPMARGIN=0 LEFTMARGIN=10>
  16. <TABLE HEIGHT=100% CELLPADDING=0 CELLSPACING=0 BORDER = 0>
  17. <TR><TD VALIGN="bottom">
  18. <TABLE WIDTH =<%= L_BROWSERPAGEWIDTH_NUM %> BORDER=1 BORDERCOLOR="<%= Session("BGCOLOR") %>" BORDERCOLORDARK="<%= Session("BGCOLOR") %>" BORDERCOLORLIGHT="<%= Session("BGCOLOR") %>" CELLPADDING=2 CELLSPACING=0>
  19. <TR>
  20. <%= heading(L_NAMECOLUMN_NUM, L_NAME_TEXT, "fname") %>
  21. <%= heading(L_SIZECOLUMN_NUM, L_SIZE_TEXT, "fsize") %>
  22. <%= heading(L_TYPECOLUMN_NUM, L_TYPE_TEXT, "ftype") %>
  23. <%= heading(L_LASTMODIFIEDCOLUMN_NUM, L_LASTMODIFIED_TEXT, "sdate") %>
  24. </TR></TABLE>
  25. </TD></TR></TABLE>
  26. </BODY>
  27. </HTML>