]> code.citadel.org Git - citadel.git/blob - webcit/static/menubar.html
* Experimental move of wholist to a separate auto-refreshing window
[citadel.git] / webcit / static / menubar.html
1 <SCRIPT LANGUAGE="JavaScript">
2
3 function LaunchWho() {
4         pwin = window.open('/whobbs', 'TheWholist', 'toolbar=no,location=no,copyhistory=no,status=yes,scrollbars=yes');
5
6 }
7 </SCRIPT>
8
9 <CENTER>
10 <IMG SRC="/image&name=hello"><BR><BR>
11
12 <TABLE BORDER=0>
13 <TR>
14         <TD BGCOLOR="#3333CC">
15                 <FONT SIZE=-1>
16                 <A HREF="/knrooms"><FONT COLOR="#FFFFFF">List known rooms</FONT></A>
17                 </FONT>
18         </TD>
19 </TR><TR>
20         <TD BGCOLOR="#3333CC">
21                 <FONT SIZE=-1>
22                 <A HREF="/gotonext"><FONT COLOR="#FFFFFF">Goto next room</FONT></A>
23                 </FONT>
24         </TD>
25 </TR><TR>
26         <TD BGCOLOR="#3333CC">
27                 <FONT SIZE=-1>
28                 <A HREF="/skip"><FONT COLOR="#FFFFFF">Skip this room</FONT></A>
29                 </FONT>
30         </TD>
31 </TR><TR>
32         <TD BGCOLOR="#3333CC">
33                 <FONT SIZE=-1>
34                 <A HREF="/ungoto"><FONT COLOR="#FFFFFF">Ungoto</FONT></A>
35         </TD>
36 </TR><TR>
37         <TD BGCOLOR="#003399">
38                 <FONT SIZE=-1>
39                 <A HREF="/readnew"><FONT COLOR="#FFFFFF">Read&nbsp;new&nbsp;messages</FONT></A>
40                 </FONT>
41         </TD>
42 </TR><TR>
43         <TD BGCOLOR="#003399">
44                 <FONT SIZE=-1>
45                 <A HREF="/readfwd"><FONT COLOR="#FFFFFF">Read&nbsp;all&nbsp;messages</FONT></A>
46                 </FONT>
47         </TD>
48 </TR><TR>
49         <TD BGCOLOR="#003399">
50                 <FONT SIZE=-1>
51                 <A HREF="/display_enter"><FONT COLOR="#FFFFFF">Enter&nbsp;a&nbsp;message</FONT></A>
52                 </FONT>
53         </TD>
54 </TR><TR>
55         <TD BGCOLOR="#663399">
56                 <FONT SIZE=-1>
57                 <A HREF="javascript:LaunchWho()">
58                 <FONT COLOR="#FFFFFF">Who&nbsp;is&nbsp;online?</FONT>
59                 </A>
60                 </FONT>
61         </TD>
62 </TR><TR>
63         <TD BGCOLOR="#663399">
64                 <FONT SIZE=-1>
65                 <A HREF="/display_page"><FONT COLOR="#FFFFFF">Page&nbsp;another&nbsp;user</FONT></A>
66                 </FONT>
67         </TD>
68 </TR><TR>
69         <TD BGCOLOR="#663399">
70                 <FONT SIZE=-1>
71                 <A HREF="/advanced"><FONT COLOR="#FFFFFF">Advanced&nbsp;options</FONT></A>
72                 </FONT>
73         </TD>
74 </TR><TR>
75         <TD BGCOLOR="#CC0000">
76                 <FONT SIZE=-1>
77                 <A HREF="/termquit" onClick="return confirm('Do you really want to log off?');"><FONT COLOR="#FFFFFF">Log&nbsp;off</FONT></A><BR>
78         </TD>
79 </TR>
80 </TABLE>
81
82 <BR>
83
84 <A HREF="http://uncnsrd.mt-kisco.ny.us/citadel" TARGET="aboutcit"
85         onMouseOver="window.status='Find out more about Citadel/UX'; return true;"><FONT 
86 SIZE=-1 COLOR="#000000">
87 POWERED BY<BR></FONT>
88 <IMG SRC="/static/citadel-logo.jpg" WIDTH=75 HEIGHT=76 BORDER=0 ALT="CITADEL/UX"></A>
89
90 </CENTER>