Metropoli BBS
VIEWER: server.asp MODE: TEXT (ASCII)
<% @ LANGUAGE=VBSCRIPT CODEPAGE = 1252 %>
<!--#include file="../constant.inc"-->
<!--#include file="../lib/session.inc"-->
<% SendHeader 0, 1 %>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
<%
'<!-- Microsoft Chat Web Access-->
'<!-- Server.asp : Chat Service Content -->
'<!-- Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.-->

On Error Resume Next

urlString = Request.QueryString()
if urlString <> "" then urlString="?"+urlString
CheckSession bstrVirtRoot + "/root.asp" + urlString, "parent"

L_PropColWidth_Number = 40

%>

<HTML>
<HEAD>

<STYLE TYPE="text/css">
<!--
A:link		{ color: black; text-decoration: none}
A:visited 	{ color: black; text-decoration: none}
A:active 	{ color: black; text-decoration: none}
-->
</STYLE>

</HEAD>

<BODY BGCOLOR=ffffff LINK=000000 VLINK=000000 ALINK=000000 TEXT=000000>
<table border=0 cellpadding=0 cellspacing=0 width=100%>

<tr BGCOLOR=c0c0c0>
	<td width=1%>
		<img src="<%=bstrVirtRoot%>/images/dot_clr.gif">
	</td>
	<td width=<%=L_PropColWidth_Number%>% >
		<font size=2><b>Property</b></font>
	</td>
	<td>
		<font size=2><b>Description</b></font>
	</td>
</tr>

<tr>
	<td colspan=2>
		<img src="<%=bstrVirtRoot%>/images/clsfldr.gif" width=16 height=16 alt="Introduction" border=0>
		<font size=2>Introduction</font>
	</td>
	<td>
		<font size=2>Introduction</font>
	</td>
</tr>

<tr>
	<td colspan=2>
		<img src="<%=bstrVirtRoot%>/images/clsfldr.gif" width=16 height=16 alt="Server Messages" border=0>
		<font size=2>Server Messages</font>
	</td>
	<td>
		<font size=2>Server Messages</font>
	</td>
</tr>

<tr>
	<td colspan=2>
		<img src="<%=bstrVirtRoot%>/images/clsfldr.gif" width=16 height=16 alt="Managing Channels (Rooms)" border=0>
		<font size=2>Managing Channels (Rooms)</font>
	</td>
	<td>
		<font size=2>Managing Channels (Rooms)</font>
	</td>
</tr>

<tr>
	<td colspan=2>
		<img src="<%=bstrVirtRoot%>/images/clsfldr.gif" width=16 height=16 alt="Managing Users (Bans)" border=0>
		<font size=2>Managing Users (Bans)</font>
	</td>
	<td>
		<font size=2>Managing Users (Bans)</font>
	</td>
</tr>

</table>
</BODY>
</HTML>
[ RETURN TO DIRECTORY ]