]> code.citadel.org Git - citadel.git/commitdiff
Did neat stuff to the bottom of the page
authorArt Cancro <ajc@citadel.org>
Mon, 19 Jul 1999 00:18:18 +0000 (00:18 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 19 Jul 1999 00:18:18 +0000 (00:18 +0000)
webcit/ChangeLog
webcit/static/bleft.gif [new file with mode: 0644]
webcit/static/bright.gif [new file with mode: 0644]
webcit/static/bup.gif [new file with mode: 0644]
webcit/static/enter.gif [new file with mode: 0644]
webcit/webcit.c

index 885017a19ce33433dfaefcf501d1abb01d67a956..452eab3abd7aa52fcf8bd06eb0110025078a45d2 100644 (file)
@@ -1,3 +1,6 @@
+Sun Jul 18 20:17:58 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * Did neat stuff to the bottom of the page
+
 Mon Jul 12 23:30:24 EDT 1999 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us> 
        * webcit.c: exit Webcit sessions semi-gracefully when the connection
          to a Citadel server fails.
diff --git a/webcit/static/bleft.gif b/webcit/static/bleft.gif
new file mode 100644 (file)
index 0000000..749600a
Binary files /dev/null and b/webcit/static/bleft.gif differ
diff --git a/webcit/static/bright.gif b/webcit/static/bright.gif
new file mode 100644 (file)
index 0000000..21964ee
Binary files /dev/null and b/webcit/static/bright.gif differ
diff --git a/webcit/static/bup.gif b/webcit/static/bup.gif
new file mode 100644 (file)
index 0000000..ea531fd
Binary files /dev/null and b/webcit/static/bup.gif differ
diff --git a/webcit/static/enter.gif b/webcit/static/enter.gif
new file mode 100644 (file)
index 0000000..0765289
Binary files /dev/null and b/webcit/static/enter.gif differ
index 8b9fd4e247deb9931759695d9baeb4737a318366..118fb6fe5106b251a32d37bdb6da2ec0e24601e0 100644 (file)
@@ -213,14 +213,17 @@ void wDumpContent(int print_standard_html_footer)
        if (fake_frames) {
                wprintf("<CENTER><FONT SIZE=-1>"
                        "<A HREF=\"/ungoto\">"
-                       "<IMG SRC=\"/static/back.gif\" BORDER=0>"
+                       "<IMG SRC=\"/static/bleft.gif\" BORDER=0>"
                        "Ungoto</A>&nbsp;&nbsp;&nbsp;");
                wprintf("<A HREF=\"#TheTop\">"
-                       "<IMG SRC=\"/static/up.gif\" BORDER=0>"
+                       "<IMG SRC=\"/static/bup.gif\" BORDER=0>"
                        "Top of page</A>&nbsp;&nbsp;&nbsp;");
+               wprintf("<A HREF=\"/display_enter\">"
+                       "<IMG SRC=\"/static/enter.gif\" BORDER=0>"
+                       "Enter a message</A>&nbsp;&nbsp;&nbsp;");
                wprintf("<A HREF=\"/gotonext\">"
                        "Goto next room"
-                       "<IMG SRC=\"/static/forward.gif\" BORDER=0></A>"
+                       "<IMG SRC=\"/static/bright.gif\" BORDER=0></A>"
                        "</FONT>\n"
                        "</TD></TR></TABLE></TABLE>\n");
                fake_frames = 0;