logout now goes to "_top" frame to clear the frameset.
[citadel.git] / webcit / static / menubar.html
1 <HTML>
2 <HEAD>
3         <TITLE>MenuBar</TITLE>
4 </HEAD>
5 <BODY>
6         <H2>Citadel/UX</H2>
7         <UL>
8                 <LI><A HREF="/knrooms" TARGET="bottom">List known rooms
9                 <LI><A HREF="/gotonext" TARGET="top">Goto next room
10                 <LI><A HREF="/skip" TARGET="top">Skip this room
11                 <LI><A HREF="/ungoto" TARGET="top">Ungoto
12                 <HR>
13                 <LI><A HREF="/readnew" TARGET="bottom">Read new messages
14                 <LI><A HREF="/readfwd" TARGET="bottom">Read all messages
15                 <LI><A HREF="/display_enter" TARGET="bottom">Enter a message
16                 <HR>
17                 <LI><A HREF="/whobbs" TARGET="bottom">Who is online?
18                 <LI><A HREF="/userlist" TARGET="bottom">User list
19                 <LI><A HREF="/advanced" TARGET="bottom">Advanced options
20                 <HR>
21                 <LI><A HREF="/termquit" TARGET="_top">Log off
22         </UL>
23 </BODY>
24 </HTML>