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="http://www.microsoft.com/INFOSERV/">
- <IMG SRC="/htmla/iis_t.gif" ALT="Microsoft Peer Web Services" ALIGN=BOTTOM BORDER=0></A></TD>
- <TD><FONT SIZE=+2 COLOR=#802020>
- <B>Internet Services Administrator - <%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%></B></FONT><BR>
- <FONT SIZE=+1 COLOR=#802020>Administration for <%servname%>://<%hostname%></FONT>
- </TD></TR>
- </TABLE>
- <HR>
- <P>
-
- <%if reqstatus NE 0%>
- <%if rpcstatus EQ 5%>
- Access denied<p>
- <%elif rpcstatus EQ 1062%>
- This service has not been started<p>
- <%else%>
- Error accessing configuration information : <%rpcstatus%><p>
- <%endif%>
- <a href="/htmla/htmla.htm">Return to main menu</a>
- <%goto end%>
- <%endif%>
-
- <p>
- <!-- Menu Tabs -->
- <a href="/HtmlaScripts/htmla.dll?<%servname%>/serv"><img alt="Service" src="/htmla/serv1.gif" border="o"></a>
- <%if servid EQ 1%>
- <a href="/HtmlaScripts/htmla.dll?<%servname%>/msg"><img alt="Messages" src="/htmla/msg0.gif" border="o"></a>
- <%endif%>
- <a href="/HtmlaScripts/htmla.dll?<%servname%>/dir"><img alt="Directories" src="/htmla/dir0.gif" border="o"></a>
- <a href="/HtmlaScripts/htmla.dll?<%servname%>/log"><img alt="Logging" src="/htmla/log0.gif" border="o"></a>
- <%if cap1flag BA 16%>
- <a href="/HtmlaScripts/htmla.dll?<%servname%>/adv"><img alt="Advanced" src="/htmla/adv0.gif" border="o"></a>
- <%endif%>
- <img alt= "*" src="/htmla/lin.gif"><p>
-
- <form method="POST" action="/HtmlaScripts/htmla.dll?<%servname%>/servu">
- <table>
- <tr>
- <td>Connection timeout :</td><td><input type="text" name="comconntimeout" value="<%comconntimeout%>" size=10></td>
- </tr>
- <%if cap1flag BA 32%>
- <tr>
- <td>Maximum Connections :</td><td><input type="text" name="commaxconn" value="<%commaxconn%>" size=10></td>
- </tr>
- <%endif%>
- </table>
- <br>
-
- <!-- Service Administrator -->
- <%if servid EQ 2%>
- <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
- <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
- <FONT SIZE=+1 COLOR=#000080><B>Service Administrator</B></FONT>
- <dl>
- <dd>Name : <input type="text" name="comadminname" value="<%comadminname%>" size=40>
- <dd>EMail : <input type="text" name="comadminemail" value="<%comadminemail%>" size=40>
- </dl></TD></TR>
- </TABLE>
- <P>
- <%endif%>
-
- <!-- Anonymous/Anonymous-Only Check Boxes -->
- <%if servid EQ 1%>
- <input type="checkbox" name="ftpallowanon" value=1 <%if ftpallowanon EQ 1%>CHECKED<%endif%>> Allow anonymous connections<br>
- <%endif%>
- <%if servid EQ 1%>
- <input type="checkbox" name="ftpanononly" value=1 <%if ftpanononly EQ 1%>CHECKED<%endif%>> Allow only anonymous connections<p>
- <P>
- <%endif%>
-
- <%if platformtype NE 3%>
- <!-- Not on Windows 95 -->
- <!-- Anonymous Login -->
- <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
- <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
- <FONT SIZE=+1 COLOR=#000080><B>Anonymous Login</B></FONT>
- <dl>
- <dd>Username : <input type="text" name="anonun" value="<%anonun%>" size=40><br>
- <dd>Password : <input type="password" name="anonpw" value="<%anonpw%>" size=40><p>
- </dl>
- </TD></TR>
- </TABLE>
- <P>
-
- <%endif%>
-
-
- <!-- Password Authentication -->
- <%if servid EQ 4%>
- <TABLE border=1 WIDTH=570 BORDERCOLOR=#000080 NOWRAP>
- <TR><TD ALIGN=LEFT VALIGN=MIDDLE>
- <FONT SIZE=+1 COLOR=#000080><B>Password Authentication</B></FONT><P>
- <dl>
- <dd><input type="checkbox" name="authanon" value=1 <%if authanon EQ 1%>CHECKED<%endif%>> Allow anonymous<br>
- <dd><input type="checkbox" name="authbasic" value=1 <%if authbasic EQ 1%>CHECKED<%endif%>> Basic<br>
- <dd><input type="checkbox" name="authnt" value=1 <%if authnt EQ 1%>CHECKED<%endif%>> Windows NT Challenge/Response<p>
- </dl>
- </TD></TR>
- </TABLE>
- <P>
- <%endif%>
-
- <!-- Server Comment -->
- Comment : <input type="text" name="comservercomment" value="<%comservercomment%>" size=45><p>
-
- <!-- Show Current Sessions -->
- <%if servid EQ 1%>
- <TABLE WIDTH=510 BORDER=0 NOWRAP>
- <TR><TD WIDTH=18> </TD>
- <TD ALIGN=LEFT VALIGN=MIDDLE BGCOLOR=#C0C0C0>
- <FONT FACE="Courier New"><B>
- <a href="/HtmlaScripts/htmla.dll?<%servname%>/conn">
- <IMG SRC="/htmla/hand.gif" ALT="*" BORDER=0> Show Current Sessions</A>
- </B></FONT>
- </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>
- <%label end%>
-
- </body>
- </html>
-