home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / CHIPCD_3_98.iso / software / testsoft / exchange / webdata / usa / navbar / nbanon.asp < prev    next >
Text File  |  1997-08-25  |  2KB  |  60 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
  2. <!--Microsoft Outlook Web Access-->
  3. <!--Nbanon.asp : Navbar for the Public Folders window-->
  4. <!--Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.-->
  5.  
  6. <!--#include file="../constant.inc"-->
  7. <!--#include file="../lib/lang.inc"-->
  8. <!--#include file="../lib/jsutil.inc"-->
  9. <%
  10. On Error Resume Next
  11. set objRenderApp = Application( bstrRenderApp )
  12. if err.number<>0 then ReportErrorClose L_errInternalErrorRendObj_ErrorMessage
  13. %>
  14.  
  15. <HTML>
  16. <HEAD>
  17. <STYLE TYPE="text/css">
  18. <!--
  19. A:link     { color: white; text-decoration: none}
  20. A:visited     { color: white;text-decoration: none}
  21. A:active     { color: white; text-decoration: none}
  22. -->
  23. </STYLE>
  24. </HEAD>
  25. <BODY BGCOLOR=gray LINK=333300 VLINK=333300 ALINK=333300 TEXT=000000>
  26. <table border=0 cellpadding=3 cellspacing=5 width=100% bordercolor=666633 bgcolor=gray>
  27.  
  28. <!-- Public Folders -->
  29. <tr align=center>
  30.     <td nowrap>
  31.         <A HREF="JavaScript:parent.RefreshNavbar(1);">
  32.         <img src="public.gif" width=32 height=32 alt="Public Folders" border=0><br>
  33.         <div align=center><font <%=bstrFace%> size=2 color=White>Public<br>Folders</font></div></a>
  34.     </td>
  35. </tr>
  36.  
  37. <% If objRenderApp.ConfigParameter("Publish GAL") = True Then %>
  38. <!-- Find Names -->
  39. <tr align=center>
  40.     <td nowrap>
  41.         <A HREF="JavaScript:openNewWindow('../finduser/root.asp','findUserWindow',600,500)">
  42.         <img src="finduser.gif" width=32 height=32 alt="Find Names" border=0><br>
  43.         <div align=center><font <%=bstrFace%> size=2 color=White>Find<br>Names</font></div></a>
  44.     </td>
  45. </tr>
  46.  
  47. <% End If %>
  48.  
  49. <!-- Logoff -->
  50. <tr align=center>
  51.     <td nowrap>
  52.         <A HREF="../logoff.asp" TARGET=_top>
  53.         <img src="logoff.gif" width=32 height=32 alt="Log Off" border=0><br clear=all>
  54.         <div align=center><font <%=bstrFace%> size=2 color=White>Log Off</font></div></a>
  55.     </td>
  56. </tr>
  57. </table>
  58. </BODY>
  59. </HTML>
  60.