]> code.citadel.org Git - citadel.git/blob - webcit/static/navbar.html
* Fixed the iconbar and navbar buttons; they now work in Netscape 4.x
[citadel.git] / webcit / static / navbar.html
1 <HTML>
2 <BODY BGCOLOR=AAAAAA>
3 <CENTER>
4 <TABLE border=0 cellspacing=0 cellpadding=0 width=100%>
5 <TR>
6
7 <TD
8  onClick="parent.workspace.location.href='/ungoto'"
9  onMouseOver="this.style.background='#FFFFFF'"
10  onMouseOut="this.style.background='#AAAAAA'">
11 <A HREF="/ungoto" TARGET="workspace">
12 <IMG ALIGN=MIDDLE SRC="/static/back.gif" BORDER=0>
13 <FONT SIZE=-2>Ungoto</FONT></A></TD>
14
15 <TD
16  onClick="parent.workspace.location.href='/readnew'"
17  onMouseOver="this.style.background='#FFFFFF'"
18  onMouseOut="this.style.background='#AAAAAA'">
19 <A HREF="/readnew" TARGET="workspace">
20 <IMG ALIGN=MIDDLE SRC="/static/readmsgs.gif" BORDER=0>
21 <FONT SIZE=-2>New messages</FONT></A></TD>
22
23 <TD
24  onClick="parent.workspace.location.href='/readfwd'"
25  onMouseOver="this.style.background='#FFFFFF'"
26  onMouseOut="this.style.background='#AAAAAA'">
27 <A HREF="/readfwd" TARGET="workspace">
28 <IMG ALIGN=MIDDLE SRC="/static/readmsgs.gif" BORDER=0>
29 <FONT SIZE=-2>All messages</FONT></A></TD>
30
31 <TD
32  onClick="parent.workspace.location.href='/display_enter'"
33  onMouseOver="this.style.background='#FFFFFF'"
34  onMouseOut="this.style.background='#AAAAAA'">
35 <A HREF="/display_enter" TARGET="workspace">
36 <IMG ALIGN=MIDDLE SRC="/static/enter.gif" BORDER=0>
37 <FONT SIZE=-2>Enter a message</FONT></A></TD>
38
39 <TD
40  onClick="parent.workspace.location.href='/skip'"
41  onMouseOver="this.style.background='#FFFFFF'"
42  onMouseOut="this.style.background='#AAAAAA'">
43 <A HREF="/skip" TARGET="workspace">
44 <FONT SIZE=-2>Skip this room</FONT>
45 <IMG ALIGN=MIDDLE SRC="/static/forward.gif" BORDER=0></A></TD>
46
47 <TD
48  onClick="parent.workspace.location.href='/gotonext'"
49  onMouseOver="this.style.background='#FFFFFF'"
50  onMouseOut="this.style.background='#AAAAAA'">
51 <A HREF="/gotonext" TARGET="workspace">
52 <FONT SIZE=-2>Goto next room</FONT>
53 <IMG ALIGN=MIDDLE SRC="/static/forward.gif" BORDER=0></A></TD>
54
55 </TR></TABLE>
56 </BODY>
57 </HTML>