]> code.citadel.org Git - citadel.git/commitdiff
* Reverted all of the navbar and iconbar functions back to plain, ordinary
authorArt Cancro <ajc@citadel.org>
Wed, 26 Dec 2001 05:24:13 +0000 (05:24 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 26 Dec 2001 05:24:13 +0000 (05:24 +0000)
  link tags.  The nifty JavaScript stuff is now used only to light up the
  buttons during mouse hovers, and nothing more.

webcit/ChangeLog
webcit/static/iconbar.html
webcit/static/navbar.html

index aa020f6d7f8e862b88c18d108e9035f58a5adf30..7f8e5cf0dd4eb15920607cf17198fe73afd89725 100644 (file)
@@ -1,4 +1,9 @@
 $Log$
+Revision 320.2  2001/12/26 05:24:11  ajc
+* Reverted all of the navbar and iconbar functions back to plain, ordinary
+  link tags.  The nifty JavaScript stuff is now used only to light up the
+  buttons during mouse hovers, and nothing more.
+
 Revision 320.1  2001/12/25 00:14:44  error
 * Fixed the iconbar and navbar buttons; they now work in Netscape 4.x
 
@@ -684,3 +689,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 c6be5470cad2d583c834e96fc0dae2bd1a01e347..ed2e17890d7d91dbb30824c3fc61282b9029471e 100644 (file)
@@ -7,7 +7,6 @@
 <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'">
 <A HREF="/knrooms" TARGET="workspace">
@@ -15,7 +14,6 @@
 <FONT SIZE=-2>Rooms</FONT></A></TD></TR>
 
 <TR><TD ALIGN=CENTER
- onClick="parent.workspace.location.href='/whobbs'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
 <A HREF="/whobbs" TARGET="workspace">
@@ -23,7 +21,6 @@
 <FONT SIZE=-2>Users</FONT></A></TD></TR>
 
 <TR><TD ALIGN=CENTER
- 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">
@@ -31,7 +28,6 @@
 <FONT SIZE=-2>Advanced options</FONT></A></TD></TR>
 
 <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'">
 <A HREF="/termquit" TARGET="_top" onClick="return confirm('Do you really want to log off?');">
index 1a6945d0199d94119877a2611324e5df2b892578..cc2b544a5972725ea4e31d12d595cb7c6487c627 100644 (file)
@@ -5,7 +5,6 @@
 <TR>
 
 <TD
- onClick="parent.workspace.location.href='/ungoto'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
 <A HREF="/ungoto" TARGET="workspace">
@@ -13,7 +12,6 @@
 <FONT SIZE=-2>Ungoto</FONT></A></TD>
 
 <TD
- onClick="parent.workspace.location.href='/readnew'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
 <A HREF="/readnew" TARGET="workspace">
@@ -21,7 +19,6 @@
 <FONT SIZE=-2>New messages</FONT></A></TD>
 
 <TD
- onClick="parent.workspace.location.href='/readfwd'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
 <A HREF="/readfwd" TARGET="workspace">
@@ -29,7 +26,6 @@
 <FONT SIZE=-2>All messages</FONT></A></TD>
 
 <TD
- onClick="parent.workspace.location.href='/display_enter'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
 <A HREF="/display_enter" TARGET="workspace">
@@ -37,7 +33,6 @@
 <FONT SIZE=-2>Enter a message</FONT></A></TD>
 
 <TD
- onClick="parent.workspace.location.href='/skip'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
 <A HREF="/skip" TARGET="workspace">
@@ -45,7 +40,6 @@
 <IMG ALIGN=MIDDLE SRC="/static/forward.gif" BORDER=0></A></TD>
 
 <TD
- onClick="parent.workspace.location.href='/gotonext'"
  onMouseOver="this.style.background='#FFFFFF'"
  onMouseOut="this.style.background='#AAAAAA'">
 <A HREF="/gotonext" TARGET="workspace">