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

  1. <!--#include file="../lib/jsutil.inc"-->
  2. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
  3. <!--Microsoft Outlook Web Access-->
  4. <!--Nbinbox.asp : Navbar for the Mailbox window-->
  5. <!--Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.-->
  6.  
  7. <!--#include file="../constant.inc"-->
  8. <!--#include file="../lib/lang.inc"-->
  9. <%
  10. '<!-- Microsoft Outlook Web Access-->
  11. '<!-- Root.asp : Frameset for the Inbox window -->
  12. '<!-- Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.-->
  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. <!-- Inbox -->
  28. <tr align=center>
  29.     <td>
  30.         <A HREF="JavaScript:parent.RefreshNavbar(0);">
  31.         <img src="inbox.gif" width=32 height=32 alt="Inbox" vspace=5 border=0><br>
  32.         <div align=center><font <%=bstrFace%> size=2 color=White>Inbox</font></div></a>
  33.     </td>
  34. </tr>
  35. <!-- Calendar -->
  36. <tr align=center>
  37.     <td nowrap>
  38.       
  39.         <A HREF="JavaScript:parent.RefreshNavbar(2);">
  40.         <img src="cal.gif" width=32 height=32 alt="Calendar" border=0><br>
  41.         <div align=center><font <%=bstrFace%> size=2 color=White>Calendar</font></div></a>
  42.     </td>
  43. </tr>
  44. <!-- Find Names -->
  45. <tr align=center>
  46.     <td nowrap>
  47.         <A HREF="JavaScript:openNewWindow('<%=bstrVirtRoot%>/finduser/root.asp','findUserWindow',600,500)">
  48.         <img src="finduser.gif" width=32 height=32 alt="Find Names" border=0><br>
  49.         <div align=center><font <%=bstrFace%> size=2 color=White>Find<br>Names</font></div></a>
  50.     </td>
  51. </tr>
  52. <!-- Public Folders -->
  53. <tr align=center>
  54.     <td nowrap>
  55.         <A HREF="JavaScript:parent.RefreshNavbar(1);">
  56.         <img src="public.gif" width=32 height=32 alt="Public Folders" border=0><br>
  57.         <div align=center><font <%=bstrFace%> size=2 color=White>Public<br>Folders</font></div></a>
  58.     </td>
  59. </tr>
  60.  
  61. <!-- Options -->
  62. <tr align=center>
  63.     <td nowrap>
  64.         <A HREF="JavaScript:openNewWindow('<%=bstrVirtRoot%>/options/set.asp','userOptionsWindow',620,500)">
  65.         <img src="option.gif" width=32 height=32 alt="Options" border=0><br>
  66.         <div align=center><font <%=bstrFace%> size=2 color=White>Options</font></div></a>
  67.     </td>
  68. </tr>
  69. <!-- Logoff -->
  70. <tr align=center>
  71.     <td nowrap>
  72.         <A HREF="../logoff.asp" TARGET=_top>
  73.         <img src="logoff.gif" width=32 height=32 alt="Log Off" border=0><br clear=all>
  74.         <div align=center><font <%=bstrFace%> size=2 color=White>Log Off</font></div></a>
  75. </td></tr>
  76. <tr><td>
  77. </td></tr>
  78.  
  79.  
  80. </table>
  81. </BODY>
  82. </HTML>
  83.