]> code.citadel.org Git - citadel.git/blob - webcit/static/navbar.html
* More fun JavaScript-enabled buttons
[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 <IMG ALIGN=MIDDLE SRC="/static/back.gif" BORDER=0>
12 <FONT SIZE=-2>Ungoto</FONT></A></TD>
13
14 <TD
15  onClick="parent.workspace.location.href='/readnew'"
16  onMouseOver="this.style.background='#FFFFFF'"
17  onMouseOut="this.style.background='#AAAAAA'">
18 <IMG ALIGN=MIDDLE SRC="/static/readmsgs.gif" BORDER=0>
19 <FONT SIZE=-2>New messages</FONT></A></TD>
20
21 <TD
22  onClick="parent.workspace.location.href='/readfwd'"
23  onMouseOver="this.style.background='#FFFFFF'"
24  onMouseOut="this.style.background='#AAAAAA'">
25 <IMG ALIGN=MIDDLE SRC="/static/readmsgs.gif" BORDER=0>
26 <FONT SIZE=-2>All messages</FONT></A></TD>
27
28 <TD
29  onClick="parent.workspace.location.href='/display_enter'"
30  onMouseOver="this.style.background='#FFFFFF'"
31  onMouseOut="this.style.background='#AAAAAA'">
32 <IMG ALIGN=MIDDLE SRC="/static/enter.gif" BORDER=0>
33 <FONT SIZE=-2>Enter a message</FONT></A></TD>
34
35 <TD
36  onClick="parent.workspace.location.href='/skip'"
37  onMouseOver="this.style.background='#FFFFFF'"
38  onMouseOut="this.style.background='#AAAAAA'">
39 <FONT SIZE=-2>Skip this room</FONT>
40 <IMG ALIGN=MIDDLE SRC="/static/forward.gif" BORDER=0></A></TD>
41
42 <TD
43  onClick="parent.workspace.location.href='/gotonext'"
44  onMouseOver="this.style.background='#FFFFFF'"
45  onMouseOut="this.style.background='#AAAAAA'">
46 <FONT SIZE=-2>Goto next room</FONT>
47 <IMG ALIGN=MIDDLE SRC="/static/forward.gif" BORDER=0></A></TD>
48
49 </TR></TABLE>