* static/iconbar.html: removed.
authorArt Cancro <ajc@citadel.org>
Wed, 11 Aug 2004 17:24:57 +0000 (17:24 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 11 Aug 2004 17:24:57 +0000 (17:24 +0000)
* Updated the "powered by citadel" graphic

webcit/ChangeLog
webcit/iconbar.c
webcit/static/iconbar.html [deleted file]
webcit/static/style.css

index b557ad02754188d3890cf5b1e624fa3223a1e8d0..a2110d71447bc1e76d02963b321dc15eeb21ec36 100644 (file)
@@ -1,4 +1,8 @@
 $Log$
+Revision 522.26  2004/08/11 17:24:57  ajc
+* static/iconbar.html: removed.
+* Updated the "powered by citadel" graphic
+
 Revision 522.25  2004/08/11 03:49:15  ajc
 * Replaced all instances of the name "Citadel/UX" with "Citadel"
 * Installed the "simple logo" in the iconbar
@@ -2016,4 +2020,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 07650d4fe02bfc98ca0ab37a6d8fddffdfdc4efd..ab5ce32af33a7b47d49f01f8fb7c55347da8d1cb 100644 (file)
@@ -262,7 +262,8 @@ void do_iconbar(void) {
                "onMouseOver=\"window.status='Find out more about "
                "Citadel'; return true;\">powered by<BR><IMG "
                "BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/citadel-logo.gif\" ALT=\"CITADEL\"></A>"
+               "SRC=\"/static/citadel-logo.gif\" ALT=\"CITADEL\">"
+               "<BR>CITADEL</A>"
                "</P></SPAN>\n"
        );
 
diff --git a/webcit/static/iconbar.html b/webcit/static/iconbar.html
deleted file mode 100644 (file)
index c6e09c9..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<HTML>
-<HEAD>
-       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-       <META HTTP-EQUIV="Content-Language" CONTENT="en">
-       <LINK REL="StyleSheet" HREF="/static/style.css" TYPE="text/css" MEDIA="screen"> 
-</HEAD>
-<BODY>
-
-<?=beginbox_nt>
-<center>
-
-<IMG BORDER="0" WIDTH="48" HEIGHT="48" SRC="/image&name=hello" ALT="&nbsp;">
-<BR>
-
-<SPAN CLASS="iconbar_link">
-<A HREF="/knrooms" TITLE="Shows a list of all Rooms that you have access to" TARGET="workspace">
-<IMG BORDER="0" WIDTH="32" HEIGHT="32" SRC="/static/rooms-icon.gif">
-<BR>
-Rooms</A>
-</SPAN>
-<BR>
-
-<SPAN CLASS="iconbar_link">
-<A HREF="/whobbs" TITLE="See who is online right now" TARGET="workspace">
-<IMG BORDER="0" WIDTH="32" HEIGHT="32" SRC="/static/users-icon.gif">
-<BR>Users
-</A>
-</SPAN>
-<BR>
-
-<SPAN CLASS="iconbar_link">
-<A HREF="/display_main_menu"
-       TITLE="Advanced Options Menu: Advanced Room commands, Account Info, and Chat"
-       TARGET="workspace">
-<IMG BORDER="0" WIDTH="32" HEIGHT="32" SRC="/static/advanced-icon.gif">
-<BR>
-Advanced options</A>
-</SPAN>
-<BR>
-
-<SPAN CLASS="iconbar_link">
-<A HREF="/termquit" TITLE="Log off" TARGET="_top"
-       onClick="return confirm('Log off now?');">
-<IMG BORDER="0" WIDTH="32" HEIGHT="32" SRC="/static/exit-icon.gif">
-<BR>
-Log off</A>
-</SPAN>
-<BR>
-
-
-<SPAN CLASS="customize">
-<A HREF="/display_customize_iconbar" TITLE="Customize this menu"
-TARGET="workspace">customize this menu</A>
-</SPAN>
-<BR>
-
-<SPAN CLASS="powered_by">
-<A HREF="http://www.citadel.org"
-       TITLE="Find out more about Citadel" TARGET="aboutcit"
-       onMouseOver="window.status='Find out more about Citadel'; return true;">
-       powered by<BR>
-       <IMG BORDER="0" WIDTH="48" HEIGHT="48" SRC="/static/citadel-logo.gif"
-       ALT="CITADEL"></A><BR>
-       CITADEL
-</SPAN>
-
-</CENTER>
-<?=endbox>
-
-</BODY>
-</HTML>
index 31e74b3fb44a26cd2b9ea498575eeaae8ffb64da..6c974c0266b512e1476a3249f635b5182b9a12b2 100644 (file)
@@ -122,7 +122,6 @@ a:active {
 .powered_by {
        font-family: Bitstream Vera Sans,Arial,Helvetica,sans-serif;
        font-size: 6pt;
-       letter-spacing: 1pt;
 }
 
 .roomlist_floor {