home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <title>Internet Services Administrator - WWW</title>
- <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
-
- <!-- Header -->
- <TABLE BORDER=0>
- <TR VALIGN=CENTER>
- <TD>
- <A HREF="/htmla/htmla.htm">
- <IMG SRC="/htmla/iis_t.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
- <TD><FONT SIZE=+2 COLOR=#802020>
- <B><%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> Administrator - Directory Edit</B></FONT><BR>
- <FONT SIZE=+1 COLOR=#802020>Administration for <%servname%>://<%hostname%></FONT>
- </TD></TR>
- </TABLE>
- <HR>
- <P>
-
- <%!PosVirtDir urlparam%>
- <form method="POST" action="/HtmlaScripts/htmla.dll?<%servname%>/diredtu+<%"&z",rootref%>">
-
- <!-- Directory -->
- Directory : <input type="text" name="rootdir" value="<%if reqparam RF "rootdir"%><%msgbody.rootdir%><%else%><%rootdir%><%endif%>" size=46>
- <input type="submit" name="bdir" value=" Browse... "><p>
-
- <!-- Home Directory -->
- <TABLE border=0 WIDTH=570 NOWRAP>
- <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
- <dl>
- <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>
- </dl>
- </TD></TR>
- </TABLE>
-
- <!-- Virtual Directory -->
- <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
- <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
- <FONT SIZE=+1 COLOR=#000080><B>Virtual Directory</B></FONT>
- <dl>
- <DD><input type="radio" name="rootishome" value="0" <%if rootishome EQ 0%>CHECKED<%endif%>> Virtual Directory<P>
- <dd>Directory Alias : <input type="text" name="rootname" value="<%rootname%>" size=36>
- </dl>
- </TD></TR>
- </TABLE>
- <p>
-
- <!-- Account Info -->
- <!--
- <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
- <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
- <FONT SIZE=+1 COLOR=#000080><B>Account Information</B></FONT><BR>
- <FONT SIZE=-1>
- This box is valid only if the Directory specified at the top of this
- dialog page is a Universal Naming Convention (UNC) server and share name
- (e.g., \\Webserver\Htmlfiles).
- Enter the username and password that has permission to use the network directory.
- Virtual directories on network drives must be on computers in the same
- Windows NT domain as the Internet Information Server.
- <P>
-
- <B>Important:</B> If you specify a username and password to connect to a
- network drive, all Internet Information Server access to that
- directory will use that username and password. You should use
- care when using UNC connections to network drives to prevent
- possible security breaches.
- </FONT><P>
-
- <dl>
- <dd>Username : <input type="text" name="rootacctname" value="<%rootacctname%>" size=40><BR>
- <dd>Password : <input type="password" name="rootacctpw" value="<%rootacctpw%>" size=40>
- </dl>
- </TD></TR>
- </TABLE>
- <p>
- -->
-
- <!-- Virtual Server -->
- <%if servid EQ 4%>
- <%if cap1flag BA 4%>
- <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
- <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
- <FONT SIZE=+1 COLOR=#000080><B>Virtual Server</B></FONT><BR>
- <FONT SIZE=-1>If an IP address is specified, then Virtual Server is enabled.</FONT><P>
- <DL>
- <DD>Virtual Server IP Address : <input type="text" name="rootaddr" value="<%rootaddr%>" SIZE=16><p>
- </DL>
- </TD></TR>
- </TABLE>
- <p>
- <%else%>
- <input type="hidden" name="rootaddr" value="">
- <%endif%>
- <%else%>
- <input type="hidden" name="rootaddr" value="">
- <%endif%>
-
- <!-- Access -->
- <%if servid NE 2%>
- <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
- <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
- <FONT SIZE=+1 COLOR=#000080><B>Access</B></FONT>
- <dl>
- <%if servid EQ 1%>
- <dd><input type="checkbox" name="rootisread" value=1 <%if rootisread EQ 1%>CHECKED<%endif%>> Read
- <dd><input type="checkbox" name="rootiswrite" value=1 <%if rootiswrite EQ 1%>CHECKED<%endif%>> Write
- <%elif servid EQ 4%>
- <dd><input type="checkbox" name="rootisread" value=1 <%if rootisread EQ 1%>CHECKED<%endif%>> Read
- <dd><input type="checkbox" name="rootisexec" value=1 <%if rootisexec EQ 1%>CHECKED<%endif%>> Execute
- <%if w3cryptcapable NE 0%>
- <dd><input type="checkbox" name="rootisssl" value=1 <%if rootisssl EQ 1%>CHECKED<%endif%>> Require secure PCT/SSL channel
- <%endif%>
- <%endif%>
- </dl>
- </TD></TR>
- </TABLE>
- <p>
- <%endif%>
-
- <!-- OK/CANCEL/RESET Buttons -->
- <TABLE WIDTH=570 HEIGHT=75 BORDER=0 NOWRAP>
- <TR><TD ALIGN=RIGHT>
- <input type="submit" value=" OK ">
- <input type="submit" name="cancel" value=" Cancel ">
- <input type="reset" value=" Reset ">
- </TD></TR>
- </TABLE>
-
- </form>
- </html>
-