]> code.citadel.org Git - citadel.git/commitdiff
* Began testing new JavaScript-enabled k00l light-up buttonz
authorArt Cancro <ajc@citadel.org>
Tue, 18 Dec 2001 16:48:08 +0000 (16:48 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 18 Dec 2001 16:48:08 +0000 (16:48 +0000)
webcit/ChangeLog
webcit/static/navbar.html

index a1759afeffdb3af1729109a35212b891fd411b0f..06fca2f66aa2af031614d3464ce28a185df2c5a5 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 301.19  2001/12/18 16:48:06  ajc
+* Began testing new JavaScript-enabled k00l light-up buttonz
+
 Revision 301.18  2001/12/18 06:06:20  ajc
 * mime parser update
 
@@ -665,4 +668,3 @@ 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 bf550a4df6e079aa94edaccc45d77baf0e7a0210..884e9554222ad11596ec01176c7523af3c231486 100644 (file)
@@ -4,7 +4,10 @@
 <TABLE border=0 cellspacing=0 cellpadding=0 width=100%>
 <TR>
 
-<TD><A HREF="/ungoto" TARGET="workspace">
+<TD
+ onClick="parent.workspace.location.href='/ungoto'"
+ onMouseOver="this.style.background='#FFFFFF'"
+ onMouseOut="this.style.background='#AAAAAA'">
 <IMG ALIGN=MIDDLE SRC="/static/back.gif" BORDER=0>
 <FONT SIZE=-2>Ungoto</FONT></A></TD>