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.

98 lines
1.8 KiB

  1. <%@ LANGUAGE = VBScript %>
  2. <% Option Explicit %>
  3. <!-- #include file="directives.inc" -->
  4. <% if Session("FONTSIZE") = "" then %>
  5. <!--#include file="iito.inc"-->
  6. <% else %>
  7. <!--#include file="iifvdrd.str"-->
  8. <%
  9. Dim path, currentobj, keyType, redirto
  10. On Error Resume Next
  11. path=Session("dpath")
  12. Set currentobj=GetObject(path)
  13. keyType = "IIsFTPDirectory"
  14. %>
  15. <!--#include file="iifixpth.inc"-->
  16. <!--#include file="iiset.inc"-->
  17. <!--#include file="iisetfnt.inc"-->
  18. <HTML>
  19. <HEAD>
  20. <TITLE></TITLE>
  21. <SCRIPT LANGUAGE="JavaScript">
  22. <% if UCase(Right(currentobj.ADsPath,4))="ROOT" then %>
  23. top.title.Global.helpFileName="iipz_5";
  24. <% else %>
  25. top.title.Global.helpFileName="iipz_3";
  26. <% end if %>
  27. function listFuncs(){
  28. this.writeList=buildListForm;
  29. }
  30. function buildListForm(){
  31. }
  32. listFunc=new listFuncs();
  33. </SCRIPT>
  34. </HEAD>
  35. <BODY BGCOLOR="<%= Session("BGCOLOR") %>" TOPMARGIN=5 TEXT="#000000" LINK="#FFFFFF" >
  36. <%= sFont("","","",True) %>
  37. <FORM NAME="userform" onSubmit="return false">
  38. <HR>
  39. <BLOCKQUOTE>
  40. <TABLE WIDTH="100%" BORDER=0 CELLPADDING=0>
  41. <TR>
  42. <TD VALIGN="Bottom">
  43. <%= sFont("","","",True) %>
  44. <%= L_REDIRTO_TEXT %>&nbsp;
  45. <% redirto=currentobj.HttpRedirect %>
  46. <% if redirto <> "" then %>
  47. <%= redirto %>
  48. <% else %>
  49. <%= L_UNSET_TEXT %>
  50. <% end if %>
  51. <% if false then %>
  52. <%= text("HttpRedirect",25,"","","",false,true) %>
  53. <% end if %>
  54. &nbsp;&nbsp;
  55. </FONT>
  56. </TD>
  57. </TR>
  58. <TR>
  59. <TD>&nbsp;</TD>
  60. </TR>
  61. <!-- removed for b2
  62. <TR>
  63. <TD>
  64. <FONT SIZE=1 FACE="HELV,ARIAL">
  65. <%= L_CLIENTSENTTO_TEXT %><P>
  66. <BLOCKQUOTE>
  67. <%= redirOpt("EXACTURL","",false) %><%= L_EXACTURL_TEXT %><P>
  68. <%= redirOpt("PERMANENT","",false) %><%= L_DIRBELOW_TEXT %><P>
  69. <%= redirOpt("CHILD_ONLY","",false) %><%= L_PERM_TEXT %>
  70. </BLOCKQUOTE>
  71. </FONT>
  72. </TD>
  73. </TR>
  74. -->
  75. </TABLE>
  76. </BLOCKQUOTE>
  77. </FORM>
  78. </FONT>
  79. </BODY>
  80. </HTML>
  81. <% end if %>