From: Art Cancro Date: Thu, 14 Oct 1999 04:07:21 +0000 (+0000) Subject: * Cleaned up the bottom-of-page icons X-Git-Tag: v7.86~7503 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=69318c415c5c77ab207419f70eef8aa978a017bb;p=citadel.git * Cleaned up the bottom-of-page icons --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 09cefbd02..75f26d41f 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -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 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/static/bleft.gif b/webcit/static/bleft.gif deleted file mode 100644 index 749600a91..000000000 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 index 21964eef0..000000000 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 index ea531fd48..000000000 Binary files a/webcit/static/bup.gif and /dev/null differ diff --git a/webcit/static/enter.gif b/webcit/static/enter.gif index 076528926..c90cbe9ce 100644 Binary files a/webcit/static/enter.gif and b/webcit/static/enter.gif differ diff --git a/webcit/webcit.c b/webcit/webcit.c index 6c9e823a6..90ca7cf29 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -212,18 +212,20 @@ void wDumpContent(int print_standard_html_footer) if (fake_frames) { wprintf("
" - "" - "" - "Ungoto   "); - wprintf("" - "" - "Top of page   "); - wprintf("" + "" + ""); + wprintf(""); + wprintf(""); + wprintf("" + "
" + "" + "Ungoto" + "" + "Top of page" "" - "Enter a message   "); - wprintf("" + "Enter a message" "Goto next room" - "" + "
" "
\n" "\n"); fake_frames = 0;