]> code.citadel.org Git - citadel.git/commitdiff
* Fixed the iconbar and navbar buttons; they now work in Netscape 4.x
authorMichael Hampton <io_error@uncensored.citadel.org>
Tue, 25 Dec 2001 00:14:44 +0000 (00:14 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Tue, 25 Dec 2001 00:14:44 +0000 (00:14 +0000)
webcit/ChangeLog
webcit/static/iconbar.html
webcit/static/navbar.html

index 2a293d468a1b705448acb3974e12dc447fde60cc..aa020f6d7f8e862b88c18d108e9035f58a5adf30 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 320.1  2001/12/25 00:14:44  error
+* Fixed the iconbar and navbar buttons; they now work in Netscape 4.x
+
 Revision 320.0  2001/12/21 06:04:03  ajc
 * THIS IS 3.20
 
@@ -681,4 +684,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 9db34a421b864d3f3a640ec8f0da5997aeff28c4..c6be5470cad2d583c834e96fc0dae2bd1a01e347 100644 (file)
@@ -10,6 +10,7 @@
  onClick="parent.workspace.location.href='/knrooms'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
+<A HREF="/knrooms" TARGET="workspace">
 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/rooms-icon.gif"><BR>
 <FONT SIZE=-2>Rooms</FONT></A></TD></TR>
 
@@ -17,6 +18,7 @@
  onClick="parent.workspace.location.href='/whobbs'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
+<A HREF="/whobbs" TARGET="workspace">
 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/users-icon.gif"><BR>
 <FONT SIZE=-2>Users</FONT></A></TD></TR>
 
@@ -24,6 +26,7 @@
  onClick="parent.workspace.location.href='/display_main_menu'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
+<A HREF="/display_main_menu" TARGET="workspace">
 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/advanced-icon.gif"><BR>
 <FONT SIZE=-2>Advanced options</FONT></A></TD></TR>
 
@@ -31,6 +34,7 @@
  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'">
+<A HREF="/termquit" TARGET="_top" onClick="return confirm('Do you really want to log off?');">
 <IMG BORDER=0 WIDTH=32 HEIGHT=32 SRC="/static/exit-icon.gif"><BR>
 <FONT SIZE=-2>Log off</FONT></A></TD></TR>
 
index 362871b8e28772ce98fbaba15d0cdc17a2e19f6f..1a6945d0199d94119877a2611324e5df2b892578 100644 (file)
@@ -8,6 +8,7 @@
  onClick="parent.workspace.location.href='/ungoto'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
+<A HREF="/ungoto" TARGET="workspace">
 <IMG ALIGN=MIDDLE SRC="/static/back.gif" BORDER=0>
 <FONT SIZE=-2>Ungoto</FONT></A></TD>
 
@@ -15,6 +16,7 @@
  onClick="parent.workspace.location.href='/readnew'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
+<A HREF="/readnew" TARGET="workspace">
 <IMG ALIGN=MIDDLE SRC="/static/readmsgs.gif" BORDER=0>
 <FONT SIZE=-2>New messages</FONT></A></TD>
 
@@ -22,6 +24,7 @@
  onClick="parent.workspace.location.href='/readfwd'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
+<A HREF="/readfwd" TARGET="workspace">
 <IMG ALIGN=MIDDLE SRC="/static/readmsgs.gif" BORDER=0>
 <FONT SIZE=-2>All messages</FONT></A></TD>
 
@@ -29,6 +32,7 @@
  onClick="parent.workspace.location.href='/display_enter'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
+<A HREF="/display_enter" TARGET="workspace">
 <IMG ALIGN=MIDDLE SRC="/static/enter.gif" BORDER=0>
 <FONT SIZE=-2>Enter a message</FONT></A></TD>
 
@@ -36,6 +40,7 @@
  onClick="parent.workspace.location.href='/skip'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
+<A HREF="/skip" TARGET="workspace">
 <FONT SIZE=-2>Skip this room</FONT>
 <IMG ALIGN=MIDDLE SRC="/static/forward.gif" BORDER=0></A></TD>
 
  onClick="parent.workspace.location.href='/gotonext'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
+<A HREF="/gotonext" TARGET="workspace">
 <FONT SIZE=-2>Goto next room</FONT>
 <IMG ALIGN=MIDDLE SRC="/static/forward.gif" BORDER=0></A></TD>
 
 </TR></TABLE>
+</BODY>
+</HTML>