* Cleaned up the bottom-of-page icons
authorArt Cancro <ajc@citadel.org>
Thu, 14 Oct 1999 04:07:21 +0000 (04:07 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 14 Oct 1999 04:07:21 +0000 (04:07 +0000)
webcit/ChangeLog
webcit/static/bleft.gif [deleted file]
webcit/static/bright.gif [deleted file]
webcit/static/bup.gif [deleted file]
webcit/static/enter.gif
webcit/webcit.c

index 09cefbd0254a451cce57b1c479d3f8b342623f96..75f26d41f1f03cd8dd915d01b1c96d9907a34bb0 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 1.103  1999/10/14 04:07:18  ajc
+* Cleaned up the bottom-of-page icons
+
 Revision 1.102  1999/10/08 23:58:11  ajc
 * Minor bug fix in registration screen
 
@@ -300,4 +303,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
-
diff --git a/webcit/static/bleft.gif b/webcit/static/bleft.gif
deleted file mode 100644 (file)
index 749600a..0000000
Binary files a/webcit/static/bleft.gif and /dev/null differ
diff --git a/webcit/static/bright.gif b/webcit/static/bright.gif
deleted file mode 100644 (file)
index 21964ee..0000000
Binary files a/webcit/static/bright.gif and /dev/null differ
diff --git a/webcit/static/bup.gif b/webcit/static/bup.gif
deleted file mode 100644 (file)
index ea531fd..0000000
Binary files a/webcit/static/bup.gif and /dev/null differ
index 0765289262fc1c028fcb743f78a0fc38b00438c7..c90cbe9cec35e60b42b6df766363a12b07bea3f2 100644 (file)
Binary files a/webcit/static/enter.gif and b/webcit/static/enter.gif differ
index 6c9e823a6d42b3d661a6c66b619ea4890861e9e1..90ca7cf297125da06d16e96b383739df638aa082 100644 (file)
@@ -212,18 +212,20 @@ void wDumpContent(int print_standard_html_footer)
 
        if (fake_frames) {
                wprintf("<CENTER><FONT SIZE=-1>"
-                       "<A HREF=\"/ungoto\">"
-                       "<IMG SRC=\"/static/bleft.gif\" BORDER=0>"
-                       "Ungoto</A>&nbsp;&nbsp;&nbsp;");
-               wprintf("<A HREF=\"#TheTop\">"
-                       "<IMG SRC=\"/static/bup.gif\" BORDER=0>"
-                       "Top of page</A>&nbsp;&nbsp;&nbsp;");
-               wprintf("<A HREF=\"/display_enter\">"
+                       "<TABLE border=0 width=100%><TR>"
+                       "<TD><A HREF=\"/ungoto\">"
+                       "<IMG SRC=\"/static/back.gif\" BORDER=0>"
+                       "Ungoto</A></TD>");
+               wprintf("<TD><A HREF=\"#TheTop\">"
+                       "<IMG SRC=\"/static/up.gif\" BORDER=0>"
+                       "Top of page</A></TD>");
+               wprintf("<TD><A HREF=\"/display_enter\">"
                        "<IMG SRC=\"/static/enter.gif\" BORDER=0>"
-                       "Enter a message</A>&nbsp;&nbsp;&nbsp;");
-               wprintf("<A HREF=\"/gotonext\">"
+                       "Enter a message</A></TD>");
+               wprintf("<TD><A HREF=\"/gotonext\">"
                        "Goto next room"
-                       "<IMG SRC=\"/static/bright.gif\" BORDER=0></A>"
+                       "<IMG SRC=\"/static/forward.gif\" BORDER=0></A></TD>"
+                       "</TR></TABLE>"
                        "</FONT>\n"
                        "</TD></TR></TABLE></TABLE>\n");
                fake_frames = 0;