home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / internet / persweb / pws10a.exe / RCDATA / CABINET / CONN.HTR < prev    next >
Text File  |  1996-08-19  |  1KB  |  47 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>Current <%if servid EQ 4%>WWW<%elif servid EQ 1%>FTP<%elif servid EQ 2%>Gopher<%endif%> Sessions</B></FONT><BR>
  13. <FONT SIZE=+1 COLOR=#802020>Connections to <%servname%>://<%hostname%></FONT>
  14. </TD></TR>
  15. </TABLE>
  16. <HR>
  17. <P>
  18.  
  19. <!-- Sessions -->
  20. <table border nowrap>
  21. <th width=180>Connected Users</th><th width=160>From</th>
  22. <th width=80>Time</th><th width=150>Action...</th>
  23. <%beginiteration enumusercount%>
  24. <tr>
  25. <td><%enumusername%></td><td><%enumuseraddr%></td><td><%enumusertime%></td>
  26. <td><a href=/HtmlaScripts/htmla.dll?<%servname%>/disc+<%enumuserid%>>Disconnect</a></td>
  27. </tr>
  28. <%enditeration%>
  29. </table>
  30. <P>
  31.  
  32. There are <%enumusercount%> User(s) currently connected.
  33. <p>
  34.  
  35. <DL>
  36. <DD><a href=/HtmlaScripts/htmla.dll?<%servname%>/disca><IMG SRC="/htmla/hand.gif" BORDER=0> Disconnect All</a><p>
  37. <DD><a href="/HtmlaScripts/htmla.dll?<%servname%>/serv"><IMG SRC="/htmla/hand.gif" BORDER=0> Close</a><p>
  38.  
  39. <%if platformtype NE 3%>
  40. <!-- Not on Windows 95(CHICAGO) -->
  41. <DD><a href="/HtmlaScripts/htmla.dll?<%servname%>/conn"><IMG SRC="/htmla/hand.gif" BORDER=0> Refresh Screen</a><p>
  42. <%endif%>
  43.  
  44. </DL>
  45.  
  46. </html>
  47.