home *** CD-ROM | disk | FTP | other *** search
/ Soft 19 / Soft19.iso / win95-rc / win95_23.cab / diradd.htr < prev    next >
Text File  |  1996-07-09  |  5KB  |  149 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="http://www.microsoft.com/INFOSERV/">
  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 Add</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. <form method="POST" action="/HtmlaScripts/htmla.dll?<%servname%>/diraddu">
  20.  
  21. <!-- Directory -->
  22. Directory : <input type="text" name="rootdir" value="<%if reqparam RF "rootdir"%><%msgbody.rootdir%><%endif%>" size=46>
  23. <input type="submit" name="bdir" value=" Browse... "><p>
  24.  
  25. <!-- Home Directory -->
  26. <TABLE border=0 WIDTH=570 NOWRAP>
  27. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  28. <dl>
  29. <DD><input type="radio" name="rootishome" value="1"> Home Directory <IMG SRC="/htmla/house_t.gif" ALT="" BORDER=0>
  30. </dl>
  31. </TD></TR>
  32. </TABLE>
  33.  
  34. <!-- Virtual Directory -->
  35.  
  36. <%if platformtype NE 3%>
  37. <!-- Not on Windows 95  -->
  38.  
  39. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  40. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  41. <FONT SIZE=+1 COLOR=#000080><B>Virtual Directory</B></FONT>
  42. <dl>
  43. <DD><input type="radio" name="rootishome" value="0" CHECKED> Virtual Directory<P>
  44. <dd>Directory Alias : <input type="text" name="rootname" value="" size=36>
  45. </dl>
  46. </TD></TR>
  47. </TABLE>
  48. <p>
  49.  
  50. <%else%>
  51.  
  52. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  53. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  54. <FONT SIZE=+1 COLOR=#000080><B>Virtual Directory</B></FONT>
  55. <dl>
  56. <DD><input type="radio" name="rootishome" value="0" CHECKED> Virtual Directory<P>
  57. <dd>Directory Alias : <input type="text" name="rootname" value="" size=12>
  58. </dl>
  59. </TD></TR>
  60. </TABLE>
  61. <p>
  62.  
  63. <%endif%>
  64.  
  65.  
  66. <!-- Account Info -->
  67. <!--
  68. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  69. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  70. <FONT SIZE=+1 COLOR=#000080><B>Account Information</B></FONT>
  71. <FONT SIZE=-1>
  72. This box is valid only if the Directory specified at the top of this
  73. dialog page is a Universal Naming Convention (UNC) server and share name
  74. (e.g., \\Webserver\Htmlfiles).
  75. Enter the username and password that has permission to use the network directory.
  76. Virtual directories on network drives must be on computers in the same
  77. Windows NT domain as the Internet Information Server.
  78. <P>
  79.  
  80. <B>Important:</B> If you specify a username and password to connect to a
  81. network drive, all Internet Information Server access to that
  82. directory will use that username and password. You should use
  83. care when using UNC connections to network drives to prevent
  84. possible security breaches.
  85. </FONT><P>
  86. <dl>
  87. <dd>Username : <input type="text" name="rootacctname" value="" size=40><BR>
  88. <dd>Password : <input type="password" name="rootacctpw" value="" size=40>
  89. </dl>
  90. </TD></TR>
  91. </TABLE>
  92. <p>
  93. -->
  94.  
  95. <!-- Virtual Server -->
  96. <%if servid EQ 4%>
  97. <%if cap1flag BA 4%>
  98. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  99. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  100. <FONT SIZE=+1 COLOR=#000080><B>Virtual Server</B></FONT><BR>
  101. <FONT SIZE=-1>If an IP address is specified, then Virtual Server is enabled.</FONT><P>
  102. <DL>
  103. <DD>Virtual Server IP Address : <input type="text" name="rootaddr" value="" SIZE=16><p>
  104. </DL>
  105. </TD></TR>
  106. </TABLE>
  107. <p>
  108. <%else%>
  109. <input type="hidden" name="rootaddr" value="">
  110. <%endif%>
  111. <%else%>
  112. <input type="hidden" name="rootaddr" value="">
  113. <%endif%>
  114.  
  115.  
  116. <!-- Access -->
  117. <%if servid NE 2%>
  118. <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
  119. <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
  120. <FONT SIZE=+1 COLOR=#000080><B>Access</B></FONT>
  121. <dl>
  122. <%if servid EQ 1%>
  123.  <dd><input type="checkbox" name="rootisread" value=1 CHECKED> Read
  124.  <dd><input type="checkbox" name="rootiswrite" value=1> Write
  125. <%elif servid EQ 4%>
  126.  <dd><input type="checkbox" name="rootisread" value=1 CHECKED> Read
  127.  <dd><input type="checkbox" name="rootisexec" value=1> Execute
  128.  <%if w3cryptcapable NE 0%>
  129.  <dd><input type="checkbox" name="rootisssl" value=1> Require secure PCT/SSL channel
  130.  <%endif%>
  131. <%endif%>
  132. </dl>
  133. </TD></TR>
  134. </TABLE>
  135. <p>
  136. <%endif%>
  137.  
  138. <!-- OK/CANCEL/RESET Buttons -->
  139. <TABLE WIDTH=570 HEIGHT=75 BORDER=0 NOWRAP>
  140. <TR><TD ALIGN=RIGHT>
  141. <input type="submit" value="     OK     ">
  142. <input type="submit" name="cancel" value=" Cancel ">
  143. <input type="reset" value="  Reset  ">
  144. </TD></TR>
  145. </TABLE>
  146.  
  147. </form>
  148. </html>
  149.