4cd96eb867f98b1d4f48ceed3155ea26ae5f88a3
[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         <IMG SRC="/static/citadel-logo.jpg" ALT="Citadel/UX"><BR>
7         <FONT SIZE=-1>
8         <A HREF="/knrooms" TARGET="bottom">List known rooms<BR>
9         <A HREF="/gotonext" TARGET="top">Goto next room<BR>
10         <A HREF="/skip" TARGET="top">Skip this room<BR>
11         <A HREF="/ungoto" TARGET="top">Ungoto<BR>
12         <HR>
13         <A HREF="/readnew" TARGET="bottom">Read new messages<BR>
14         <A HREF="/readfwd" TARGET="bottom">Read all messages<BR>
15         <A HREF="/display_enter" TARGET="bottom">Enter a message<BR>
16         <HR>
17         <A HREF="/whobbs" TARGET="bottom">Who is online?<BR>
18         <A HREF="/userlist" TARGET="bottom">User list<BR>
19         <A HREF="/advanced" TARGET="bottom">Advanced options<BR>
20         <HR>
21         <A HREF="/static/upload.html" TARGET="bottom">upload test<BR>
22         <A HREF="/termquit" TARGET="_top">Log off<BR>
23         </FONT>
24 </BODY>
25 </HTML>