home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <title>Internet Service Manager</title>
- <BODY BGCOLOR=#FFFFFF LINK=000000 VLINK=000000>
-
- <!-- Header -->
- <TABLE BORDER=0>
- <TR VALIGN=CENTER>
- <TD>
- <A HREF="/iisadmin/default.htm">
- <IMG SRC="/iisadmin/logo.gif" ALT="" ALIGN=BOTTOM BORDER=0></A></TD>
- <TD><FONT SIZE=+2 COLOR=000000>
- <B><%if servid EQ 4%>Current WWW Sessions<%elif servid EQ 1%>Current FTP Sessions<%elif servid EQ 2%>Current Gopher Sessions<%endif%></B></FONT><BR>
- <FONT SIZE=+1 COLOR=0000CD>Connections to <%servname%>://<%hostname%></FONT>
- </TD></TR>
- </TABLE>
- <HR>
- <P>
-
- <!-- Sessions -->
- <table BORDER=1 BGCOLOR=C0C0C0 BORDERCOLOR=696969 NOWRAP>
- <th width=180>Connected Users</th><th width=160>From</th>
- <th width=80>Time</th><th width=150>Action...</th>
- <%beginiteration enumusercount%>
- <tr>
- <td><%enumusername%></td><td><%enumuseraddr%></td><td><%enumusertime%></td>
- <td><a href="/scripts/iisadmin/ism.dll?<%servname%>/disc+<%enumuserid%>">Disconnect</a></td>
- </tr>
- <%enditeration%>
- </table>
- <P>
-
- There are <%enumusercount%> User(s) currently connected.
- <p>
-
- <DL>
- <DD><a href="/scripts/iisadmin/ism.dll?<%servname%>/disca"><IMG SRC="/iisadmin/hand.gif" BORDER=0> Disconnect All</a><p>
- <DD><a href="/scripts/iisadmin/ism.dll?<%servname%>/serv"><IMG SRC="/iisadmin/hand.gif" BORDER=0> Close</a><p>
- <DD><a href="/scripts/iisadmin/ism.dll?<%servname%>/conn"><IMG SRC="/iisadmin/hand.gif" BORDER=0> Refresh Screen</a><p>
- <%if 1 EQ 1%>
- <form method="POST" action="/scripts/iisadmin/ism.dll?<%servname%>/diru">
- <input type="hidden" name="helptopic" value="/iisadmin/<%if servid EQ 4%>ftcon.htm<%elif servid EQ 1%>ftcon.htm<%elif servid EQ 2%>ftcon.htm<%endif%>">
- <input type="submit" name="help" value=" Help ">
- </form>
- <%endif%>
- </DL>
-
- </body></html>
-