home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_23.cab / diredt.htr < prev    next >
Text File  |  1996-07-29  |  4KB  |  130 lines

  1. <HTML>
  2. <title>Internet Services Administrator - WWW</title>
  3. <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
  4.  
  5. <!-- Header -->
  6. <TABLE BORDER=0>
  7. <TR VALIGN=CENTER>
  8. <TD>
  9. <A HREF="/htmla/htmla.htm">
  10. <IMG SRC="/htmla/iis_t.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
  11. <TD><FONT SIZE=+2 COLOR=#802020>
  12. <B><%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> Administrator - Directory Edit</B></FONT><BR>
  13. <FONT SIZE=+1 COLOR=#802020>Administration for <%servname%>://<%hostname%></FONT>
  14. </TD></TR>
  15. </TABLE>
  16. <HR>
  17. <P>
  18.  
  19. <%!PosVirtDir urlparam%>
  20. <form method="POST" action="/HtmlaScripts/htmla.dll?<%servname%>/diredtu+<%"&z",rootref%>">
  21.  
  22. <!-- Directory -->
  23. Directory : <input type="text" name="rootdir" value="<%if reqparam RF "rootdir"%><%msgbody.rootdir%><%else%><%rootdir%><%endif%>" size=46>
  24. <input type="submit" name="bdir" value=" Browse... "><p>
  25.  
  26. <!-- Home Directory -->
  27. <TABLE border=0 WIDTH=570 NOWRAP>
  28. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  29. <dl>
  30. <DD><input type="radio" name="rootishome" value="1" <%if rootishome EQ 1%>CHECKED<%endif%>> Home Directory <IMG SRC="/htmla/house_t.gif" ALT="" BORDER=0>
  31. </dl>
  32. </TD></TR>
  33. </TABLE>
  34.  
  35. <!-- Virtual Directory -->
  36. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  37. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  38. <FONT SIZE=+1 COLOR=#000080><B>Virtual Directory</B></FONT>
  39. <dl>
  40. <DD><input type="radio" name="rootishome" value="0" <%if rootishome EQ 0%>CHECKED<%endif%>> Virtual Directory<P>
  41. <dd>Directory Alias : <input type="text" name="rootname" value="<%rootname%>" size=36>
  42. </dl>
  43. </TD></TR>
  44. </TABLE>
  45. <p>
  46.  
  47. <!-- Account Info -->
  48. <!--
  49. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  50. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  51. <FONT SIZE=+1 COLOR=#000080><B>Account Information</B></FONT><BR>
  52. <FONT SIZE=-1>
  53. This box is valid only if the Directory specified at the top of this
  54. dialog page is a Universal Naming Convention (UNC) server and share name
  55. (e.g., \\Webserver\Htmlfiles).
  56. Enter the username and password that has permission to use the network directory.
  57. Virtual directories on network drives must be on computers in the same
  58. Windows NT domain as the Internet Information Server.
  59. <P>
  60.  
  61. <B>Important:</B> If you specify a username and password to connect to a
  62. network drive, all Internet Information Server access to that
  63. directory will use that username and password. You should use
  64. care when using UNC connections to network drives to prevent
  65. possible security breaches.
  66. </FONT><P>
  67.  
  68. <dl>
  69. <dd>Username : <input type="text" name="rootacctname" value="<%rootacctname%>" size=40><BR>
  70. <dd>Password : <input type="password" name="rootacctpw" value="<%rootacctpw%>" size=40>
  71. </dl>
  72. </TD></TR>
  73. </TABLE>
  74. <p>
  75. -->
  76.  
  77. <!-- Virtual Server -->
  78. <%if servid EQ 4%>
  79. <%if cap1flag BA 4%>
  80. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  81. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  82. <FONT SIZE=+1 COLOR=#000080><B>Virtual Server</B></FONT><BR>
  83. <FONT SIZE=-1>If an IP address is specified, then Virtual Server is enabled.</FONT><P>
  84. <DL>
  85. <DD>Virtual Server IP Address : <input type="text" name="rootaddr" value="<%rootaddr%>" SIZE=16><p>
  86. </DL>
  87. </TD></TR>
  88. </TABLE>
  89. <p>
  90. <%else%>
  91. <input type="hidden" name="rootaddr" value="">
  92. <%endif%>
  93. <%else%>
  94. <input type="hidden" name="rootaddr" value="">
  95. <%endif%>
  96.  
  97. <!-- Access -->
  98. <%if servid NE 2%>
  99. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  100. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  101. <FONT SIZE=+1 COLOR=#000080><B>Access</B></FONT>
  102. <dl>
  103. <%if servid EQ 1%>
  104.  <dd><input type="checkbox" name="rootisread" value=1 <%if rootisread EQ 1%>CHECKED<%endif%>> Read
  105.  <dd><input type="checkbox" name="rootiswrite" value=1 <%if rootiswrite EQ 1%>CHECKED<%endif%>> Write
  106. <%elif servid EQ 4%>
  107.  <dd><input type="checkbox" name="rootisread" value=1 <%if rootisread EQ 1%>CHECKED<%endif%>> Read
  108.  <dd><input type="checkbox" name="rootisexec" value=1 <%if rootisexec EQ 1%>CHECKED<%endif%>> Execute
  109.  <%if w3cryptcapable NE 0%>
  110.  <dd><input type="checkbox" name="rootisssl" value=1 <%if rootisssl EQ 1%>CHECKED<%endif%>> Require secure PCT/SSL channel
  111.  <%endif%>
  112. <%endif%>
  113. </dl>
  114. </TD></TR>
  115. </TABLE>
  116. <p>
  117. <%endif%>
  118.  
  119. <!-- OK/CANCEL/RESET Buttons -->
  120. <TABLE WIDTH=570 HEIGHT=75 BORDER=0 NOWRAP>
  121. <TR><TD ALIGN=RIGHT>
  122. <input type="submit" value="     OK     ">
  123. <input type="submit" name="cancel" value=" Cancel ">
  124. <input type="reset" value="  Reset  ">
  125. </TD></TR>
  126. </TABLE>
  127.  
  128. </form>
  129. </html>
  130.