Metropoli BBS
VIEWER: nbanon.asp MODE: TEXT (ASCII)
<% @ LANGUAGE=VBSCRIPT CODEPAGE = 1252 %>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
<!--Microsoft Outlook Web Access-->
<!--Nbanon.asp : Navbar for the Public Folders window-->
<!--Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.-->

<!--#include file="../constant.inc"-->
<!--#include file="../lib/jsutil.inc"-->
<%
On Error Resume Next
set objRenderApp = Application( bstrRenderApp )
if err.number<>0 then ReportErrorClose L_errInternalErrorRendObj_ErrorMessage
%>

<HTML>
<HEAD>
<STYLE TYPE="text/css">
<!--
A:link 	{ color: white; text-decoration: none}
A:visited 	{ color: white;text-decoration: none}
A:active 	{ color: white; text-decoration: none}
-->
</STYLE>
</HEAD>
<BODY BGCOLOR=gray LINK=333300 VLINK=333300 ALINK=333300 TEXT=000000>
<table border=0 cellpadding=3 cellspacing=5 width=100% bordercolor=666633 bgcolor=gray>

<!-- Public Folders -->
<tr align=center>
	<td nowrap>
		<A HREF="<%=bstrVirtRoot%>/inbox/commands.asp?store=1&command=newfolder" target="command_fr">
		<img src="public.gif" width=32 height=32 alt="Public Folders" border=0><br>
		<div align=center><font <%=bstrFace%> size=2 color=White>Public<br>Folders</font></div></a>
	</td>
</tr>

<% If objRenderApp.ConfigParameter("Publish GAL") = True Then %>
<!-- Find Names -->
<tr align=center>
	<td nowrap>
		<A HREF="JavaScript:openNewWindow('../finduser/root.asp','findUserWindow',600,500)">
		<img src="finduser.gif" width=32 height=32 alt="Find Names" border=0><br>
		<div align=center><font <%=bstrFace%> size=2 color=White>Find<br>Names</font></div></a>
	</td>
</tr>

<% End If %>

<!-- Logoff -->
<tr align=center>
	<td nowrap>
		<A HREF="<%=bstrVirtRoot%>/logoff.asp" TARGET=_top>
		<img src="logoff.gif" width=32 height=32 alt="Log Off" border=0><br clear=all>
		<div align=center><font <%=bstrFace%> size=2 color=White>Log Off</font></div></a>
	</td>
</tr>
</table>
</BODY>
</HTML>
[ RETURN TO DIRECTORY ]