]> code.citadel.org Git - citadel.git/commitdiff
* More fun JavaScript-enabled buttons
authorArt Cancro <ajc@citadel.org>
Tue, 18 Dec 2001 20:35:32 +0000 (20:35 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 18 Dec 2001 20:35:32 +0000 (20:35 +0000)
webcit/ChangeLog
webcit/static/iconbar.html
webcit/static/navbar.html

index 06fca2f66aa2af031614d3464ce28a185df2c5a5..3a3d695310a1d3723ea65c1757dfe6eb459d1d75 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 301.20  2001/12/18 20:35:29  ajc
+* More fun JavaScript-enabled buttons
+
 Revision 301.19  2001/12/18 16:48:06  ajc
 * Began testing new JavaScript-enabled k00l light-up buttonz
 
@@ -668,3 +671,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 5f4406c4aa49fb1540958f9dcf9ddcca1739453b..9db34a421b864d3f3a640ec8f0da5997aeff28c4 100644 (file)
@@ -1,29 +1,46 @@
 <HTML>
 <BODY BGCOLOR=AAAAAA>
-<CENTER>
-<IMG BORDER=0 WIDTH=64 HEIGHT=64 SRC="/image&name=hello"><BR><BR>
 
-<A HREF="/knrooms" TARGET="workspace">
+<TABLE BORDER=0 CELLSPACING=3 CELLPADDING=3>
+
+<TR><TD>
+<IMG BORDER=0 WIDTH=64 HEIGHT=64 SRC="/image&name=hello"></TD></TR>
+
+<TR><TD ALIGN=CENTER
+ onClick="parent.workspace.location.href='/knrooms'"
+ onMouseOver="this.style.background='#FFFFFF'"
+ onMouseOut="this.style.background='#AAAAAA'">
 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/rooms-icon.gif"><BR>
-<FONT SIZE=-2>Rooms</FONT></A><BR><BR>
+<FONT SIZE=-2>Rooms</FONT></A></TD></TR>
 
-<A HREF="/whobbs" TARGET="workspace">
+<TR><TD ALIGN=CENTER
+ onClick="parent.workspace.location.href='/whobbs'"
+ onMouseOver="this.style.background='#FFFFFF'"
+ onMouseOut="this.style.background='#AAAAAA'">
 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/users-icon.gif"><BR>
-<FONT SIZE=-2>Users</FONT></A><BR><BR>
+<FONT SIZE=-2>Users</FONT></A></TD></TR>
 
-<A HREF="/display_main_menu" TARGET="workspace">
+<TR><TD ALIGN=CENTER
+ onClick="parent.workspace.location.href='/display_main_menu'"
+ onMouseOver="this.style.background='#FFFFFF'"
+ onMouseOut="this.style.background='#AAAAAA'">
 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/advanced-icon.gif"><BR>
-<FONT SIZE=-2>Advanced options</FONT></A><BR><BR>
+<FONT SIZE=-2>Advanced options</FONT></A></TD></TR>
 
-<A HREF="/termquit" TARGET="_top" onClick="return confirm('Do you really want to log off?');">
+<TR><TD ALIGN=CENTER
+ onClick="if (confirm('Do you really want to log off?') > 0) { parent.location.href='/termquit'; }"
+ onMouseOver="this.style.background='#FFFFFF'"
+ onMouseOut="this.style.background='#AAAAAA'">
 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/exit-icon.gif"><BR>
-<FONT SIZE=-2>Log off</FONT></A><BR><BR>
+<FONT SIZE=-2>Log off</FONT></A></TD></TR>
 
+<TR><TD ALIGN=CENTER>
 <A HREF="http://uncensored.citadel.org/citadel" TARGET="aboutcit"
        onMouseOver="window.status='Find out more about Citadel'; return true;">
 <FONT SIZE=-2>powered by</FONT><BR>
-<IMG BORDER=0 WIDTH=64 HEIGHT=64 SRC="/static/citadel-logo.jpg" ALT="CITADEL/UX"></A>
+<IMG BORDER=0 WIDTH=64 HEIGHT=64 SRC="/static/citadel-logo.jpg" ALT="CITADEL/UX"></A></TD></TR>
+
+</TABLE>
 
-</CENTER>
 </BODY>
 </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>