]> code.citadel.org Git - citadel.git/blob - webcit/static/menubar.html
Cosmetic changes. Updated roomops.c, who.c and /static
[citadel.git] / webcit / static / menubar.html
1 <HTML>
2 <HEAD>
3         <TITLE>MenuBar</TITLE>
4         <STYLE TYPE="text/css">
5                 BODY    { text-decoration: none; }
6         </STYLE>
7 </HEAD>
8 <BODY BACKGROUND="/image&name=background" TEXT="#000000" LINK="#ffffff" ALINK="#ff0000" VLINK="#ffffff">
9
10 <CENTER>
11 <IMG SRC="/image&name=hello"><BR><BR>
12
13 <TABLE BORDER=0>
14 <TR>
15         <TD BGCOLOR="#3333CC">
16                 <FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1>
17                 <A HREF="/knrooms" TARGET="bottom">List known rooms</A>
18                 </FONT>
19         </TD>
20 </TR><TR>
21         <TD BGCOLOR="#3333CC">
22                 <FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1>
23                 <A HREF="/gotonext" TARGET="top">Goto next room</A>
24                 </FONT>
25         </TD>
26 </TR><TR>
27         <TD BGCOLOR="#3333CC">
28                 <FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1>
29                 <A HREF="/skip" TARGET="top">Skip this room</A>
30                 </FONT>
31         </TD>
32 </TR><TR>
33         <TD BGCOLOR="#3333CC">
34                 <FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1>
35                 <A HREF="/ungoto" TARGET="top">Ungoto</A>
36         </TD>
37 </TR><TR>
38         <TD BGCOLOR="#003399">
39                 <FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1>
40                 <A HREF="/readnew" TARGET="bottom">Read&nbsp;new&nbsp;messages</A>
41                 </FONT>
42         </TD>
43 </TR><TR>
44         <TD BGCOLOR="#003399">
45                 <FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1>
46                 <A HREF="/readfwd" TARGET="bottom">Read&nbsp;all&nbsp;messages</A>
47                 </FONT>
48         </TD>
49 </TR><TR>
50         <TD BGCOLOR="#003399">
51                 <FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1>
52                 <A HREF="/display_enter" TARGET="bottom">Enter&nbsp;a&nbsp;message</A>
53                 </FONT>
54         </TD>
55 </TR><TR>
56         <TD BGCOLOR="#663399">
57                 <FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1>
58                 <A HREF="/whobbs" TARGET="bottom">Who&nbsp;is&nbsp;online?</A>
59                 </FONT>
60         </TD>
61 </TR><TR>
62         <TD BGCOLOR="#663399">
63                 <FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1>
64                 <A HREF="/userlist" TARGET="bottom">User&nbsp;list</A>
65                 </FONT>
66         </TD>
67 </TR><TR>
68         <TD BGCOLOR="#663399">
69                 <FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1>
70                 <A HREF="/advanced" TARGET="bottom">Advanced&nbsp;options</A>
71                 </FONT>
72         </TD>
73 </TR><TR>
74         <TD BGCOLOR="#CC0000">
75                 <FONT FACE="Arial,Helvetica,sans-serif" SIZE=-1>
76                 <A HREF="/termquit" TARGET="_top" onClick="return confirm('Do you really want to log off?');">Log&nbsp;off</A><BR>
77         </TD>
78 </TR>
79 </TABLE>
80
81 <BR>
82
83 <A HREF="http://uncnsrd.mt-kisco.ny.us/citadel" TARGET="aboutcit"
84         onMouseOver="window.status='Find out more about Citadel/UX'; return true;"><FONT 
85 FACE="Arial,Helvetica,sans-serif" SIZE=-2 COLOR="#000000">
86 P O W E R E D&nbsp;&nbsp;B Y<BR></FONT>
87 <IMG SRC="/static/citadel-logo.jpg" WIDTH=75 HEIGHT=76 BORDER=0 ALT="Citadel/UX"></A>
88
89 </CENTER>
90
91 </BODY>
92 </HTML>