]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/navbar.html
* More fun JavaScript-enabled buttons
[citadel.git] / webcit / static / navbar.html
index 884e9554222ad11596ec01176c7523af3c231486..362871b8e28772ce98fbaba15d0cdc17a2e19f6f 100644 (file)
 <IMG ALIGN=MIDDLE SRC="/static/back.gif" BORDER=0>
 <FONT SIZE=-2>Ungoto</FONT></A></TD>
 
-<TD><A HREF="/readnew" TARGET="workspace">
+<TD
+ onClick="parent.workspace.location.href='/readnew'"
+ onMouseOver="this.style.background='#FFFFFF'"
+ onMouseOut="this.style.background='#AAAAAA'">
 <IMG ALIGN=MIDDLE SRC="/static/readmsgs.gif" BORDER=0>
 <FONT SIZE=-2>New messages</FONT></A></TD>
 
-<TD><A HREF="/readfwd" TARGET="workspace">
+<TD
+ onClick="parent.workspace.location.href='/readfwd'"
+ onMouseOver="this.style.background='#FFFFFF'"
+ onMouseOut="this.style.background='#AAAAAA'">
 <IMG ALIGN=MIDDLE SRC="/static/readmsgs.gif" BORDER=0>
 <FONT SIZE=-2>All messages</FONT></A></TD>
 
-<TD><A HREF="/display_enter" TARGET="workspace">
+<TD
+ onClick="parent.workspace.location.href='/display_enter'"
+ onMouseOver="this.style.background='#FFFFFF'"
+ onMouseOut="this.style.background='#AAAAAA'">
 <IMG ALIGN=MIDDLE SRC="/static/enter.gif" BORDER=0>
 <FONT SIZE=-2>Enter a message</FONT></A></TD>
 
-<TD><A HREF="/skip" TARGET="workspace">
+<TD
+ onClick="parent.workspace.location.href='/skip'"
+ onMouseOver="this.style.background='#FFFFFF'"
+ onMouseOut="this.style.background='#AAAAAA'">
 <FONT SIZE=-2>Skip this room</FONT>
 <IMG ALIGN=MIDDLE SRC="/static/forward.gif" BORDER=0></A></TD>
 
-<TD><A HREF="/gotonext" TARGET="workspace">
+<TD
+ onClick="parent.workspace.location.href='/gotonext'"
+ onMouseOver="this.style.background='#FFFFFF'"
+ onMouseOut="this.style.background='#AAAAAA'">
 <FONT SIZE=-2>Goto next room</FONT>
 <IMG ALIGN=MIDDLE SRC="/static/forward.gif" BORDER=0></A></TD>