* Final cvs commit for 1998 (an awful year, I'm glad to see it over).
[citadel.git] / webcit / static / menubar.html
1 <HTML>
2 <HEAD>
3         <TITLE>MenuBar</TITLE>
4 </HEAD>
5 <BODY BACKGROUND="/image&name=background" TEXT="#000000" LINK="#004400">
6         <FONT SIZE=-1>
7         <IMG SRC="/image&name=hello"><BR>
8         <A HREF="/knrooms" TARGET="bottom">List known rooms</A><BR>
9         <A HREF="/gotonext" TARGET="top">Goto next room</A><BR>
10         <A HREF="/skip" TARGET="top">Skip this room</A><BR>
11         <A HREF="/ungoto" TARGET="top">Ungoto</A><BR>
12         <HR>
13         <A HREF="/readnew" TARGET="bottom">Read new messages</A><BR>
14         <A HREF="/readfwd" TARGET="bottom">Read all messages</A><BR>
15         <A HREF="/display_enter" TARGET="bottom">Enter a message</A><BR>
16         <HR>
17         <A HREF="/whobbs" TARGET="bottom">Who is online?</A><BR>
18         <A HREF="/userlist" TARGET="bottom">User list</A><BR>
19         <A HREF="/advanced" TARGET="bottom">Advanced options</A><BR>
20         <HR>
21         <A HREF="/termquit" TARGET="_top">Log off</A><BR>
22         </FONT>
23         <HR>
24         <A HREF="http://uncnsrd.mt-kisco.ny.us/citadel" TARGET="aboutcit">
25         <FONT SIZE=-1>Powered by</FONT><BR>
26         <IMG SRC="/static/citadel-logo.jpg" ALT="Citadel/UX"></A><BR>
27 </BODY>
28 </HTML>