* Installed the final batch of new icons
authorArt Cancro <ajc@citadel.org>
Wed, 13 Jul 2005 01:59:22 +0000 (01:59 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 13 Jul 2005 01:59:22 +0000 (01:59 +0000)
16 files changed:
webcit/ChangeLog
webcit/iconbar.c
webcit/messages.c
webcit/roomops.c
webcit/static/activeuser_24x.gif [new file with mode: 0644]
webcit/static/attachment.gif [deleted file]
webcit/static/diskette_24x.gif [new file with mode: 0644]
webcit/static/enternewnote_24x.gif [new file with mode: 0644]
webcit/static/idle.gif [deleted file]
webcit/static/inactiveuser_24x.gif [new file with mode: 0644]
webcit/static/readallmess3_24x.gif [new file with mode: 0644]
webcit/static/readmsgs.gif [deleted file]
webcit/static/taskmanag_24x.gif [new file with mode: 0644]
webcit/static/viewcontacts_24x.gif [new file with mode: 0644]
webcit/static/viewnotes_24x.gif [new file with mode: 0644]
webcit/who.c

index 14b20b78d0687f4f71e90f55f033c895ab37d3fb..1810e623607285183a494960d8825d5e357ef8cb 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 619.21  2005/07/13 01:59:20  ajc
+* Installed the final batch of new icons
+
 Revision 619.20  2005/07/12 22:10:52  ajc
 * Icon update
 
@@ -2689,3 +2692,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 c2b2c0cf190f7606947e820a9177a59f09ae850e..3faf9809d66a4cc790b7710304549f883b7882d9 100644 (file)
@@ -478,7 +478,7 @@ void display_customize_iconbar(void) {
                "<INPUT TYPE=\"checkbox\" NAME=\"ib_tasks\" VALUE=\"yes\" %s>"
                "</TD><TD>"
                "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/taskmanag/48x.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/taskmanag_48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Tasks</B><br />"
                "A shortcut to your personal task list."
index 3b8a61e475a684c9f232bafab4ed3e21f2e26f6c..715c7849e3de67f7d64f3c06ec0bcd73f3546064 100644 (file)
@@ -517,7 +517,7 @@ void read_message(long msgnum) {
                                        "<A HREF=\"/output_mimepart?"
                                        "msgnum=%ld&partnum=%s\" "
                                        "TARGET=\"wc.%ld.%s\">"
-                                       "<IMG SRC=\"/static/attachment.gif\" "
+                                       "<IMG SRC=\"/static/diskette_24x.gif\" "
                                        "BORDER=0 ALIGN=MIDDLE>\n"
                                        "Part %s: %s (%s, %d bytes)</A><br />\n",
                                        msgnum, mime_partnum,
@@ -1723,7 +1723,7 @@ void display_enter(void)
                "</script></center><br />\n");
 
        /* Enumerate any attachments which are already in place... */
-       wprintf("<img src=\"/static/attachment.gif\" border=0 "
+       wprintf("<img src=\"/static/diskette_24x.gif\" border=0 "
                "align=middle height=16 width=16> Attachments: ");
        wprintf("<select name=\"which_attachment\" size=1>");
        for (att = WC->first_attachment; att != NULL; att = att->next) {
index 49950bfd6ffeb7c0f675882d31cf8f0616e6b370..ad23c2c75d57c0487de35321b533b25515444d25 100644 (file)
@@ -431,7 +431,7 @@ void embed_room_banner(char *got, int navbar_style) {
                                        wprintf(
                                                "<td>"
                                                "<A HREF=\"/readfwd\">"
-                                               "<img align=\"middle\" src=\"/static/readmsgs.gif\" "
+                                               "<img align=\"middle\" src=\"/static/viewcontacts_24x.gif\" "
                                                "border=\"0\">"
                                                "<span class=\"navbar_link\">"
                                                "View contacts"
@@ -462,7 +462,7 @@ void embed_room_banner(char *got, int navbar_style) {
                                        wprintf(
                                                "<td>"
                                                "<A HREF=\"/readfwd\">"
-                                               "<img align=\"middle\" src=\"/static/readmsgs.gif\" "
+                                               "<img align=\"middle\" src=\"/static/taskmanag_24x.gif\" "
                                                "border=\"0\">"
                                                "<span class=\"navbar_link\">"
                                                "View tasks"
@@ -473,7 +473,7 @@ void embed_room_banner(char *got, int navbar_style) {
                                        wprintf(
                                                "<td>"
                                                "<A HREF=\"/readfwd\">"
-                                               "<img align=\"middle\" src=\"/static/readmsgs.gif\" "
+                                               "<img align=\"middle\" src=\"/static/viewnotes_24x.gif\" "
                                                "border=\"0\">"
                                                "<span class=\"navbar_link\">"
                                                "View notes"
@@ -484,7 +484,7 @@ void embed_room_banner(char *got, int navbar_style) {
                                        wprintf(
                                                "<td>"
                                                "<A HREF=\"/readfwd\">"
-                                               "<img align=\"middle\" src=\"/static/readmsgs.gif\" "
+                                               "<img align=\"middle\" src=\"/static/readallmess3_24x.gif\" "
                                                "border=\"0\">"
                                                "<span class=\"navbar_link\">"
                                                "View message list"
@@ -495,7 +495,7 @@ void embed_room_banner(char *got, int navbar_style) {
                                        wprintf(
                                                "<td>"
                                                "<A HREF=\"/readfwd\">"
-                                               "<img align=\"middle\" src=\"/static/readmsgs.gif\" "
+                                               "<img align=\"middle\" src=\"/static/readallmess3_24x.gif\" "
                                                "border=\"0\">"
                                                "<span class=\"navbar_link\">"
                                                "Read all messages"
@@ -537,7 +537,7 @@ void embed_room_banner(char *got, int navbar_style) {
                                case VIEW_NOTES:
                                        wprintf(
                                                "<td><A HREF=\"/display_enter\">"
-                                               "<img align=\"middle\" src=\"/static/newmess3_24x.gif\" "
+                                               "<img align=\"middle\" src=\"/static/enternewnote_24x.gif\" "
                                                "border=\"0\"><span class=\"navbar_link\">"
                                                "Add new note"
                                                "</span></a></td>\n"
diff --git a/webcit/static/activeuser_24x.gif b/webcit/static/activeuser_24x.gif
new file mode 100644 (file)
index 0000000..d6fd0b1
Binary files /dev/null and b/webcit/static/activeuser_24x.gif differ
diff --git a/webcit/static/attachment.gif b/webcit/static/attachment.gif
deleted file mode 100644 (file)
index 6cac77c..0000000
Binary files a/webcit/static/attachment.gif and /dev/null differ
diff --git a/webcit/static/diskette_24x.gif b/webcit/static/diskette_24x.gif
new file mode 100644 (file)
index 0000000..d2c0c40
Binary files /dev/null and b/webcit/static/diskette_24x.gif differ
diff --git a/webcit/static/enternewnote_24x.gif b/webcit/static/enternewnote_24x.gif
new file mode 100644 (file)
index 0000000..d40b902
Binary files /dev/null and b/webcit/static/enternewnote_24x.gif differ
diff --git a/webcit/static/idle.gif b/webcit/static/idle.gif
deleted file mode 100644 (file)
index 9cf26c2..0000000
Binary files a/webcit/static/idle.gif and /dev/null differ
diff --git a/webcit/static/inactiveuser_24x.gif b/webcit/static/inactiveuser_24x.gif
new file mode 100644 (file)
index 0000000..d783fc4
Binary files /dev/null and b/webcit/static/inactiveuser_24x.gif differ
diff --git a/webcit/static/readallmess3_24x.gif b/webcit/static/readallmess3_24x.gif
new file mode 100644 (file)
index 0000000..12b9cd0
Binary files /dev/null and b/webcit/static/readallmess3_24x.gif differ
diff --git a/webcit/static/readmsgs.gif b/webcit/static/readmsgs.gif
deleted file mode 100644 (file)
index 87fa4f1..0000000
Binary files a/webcit/static/readmsgs.gif and /dev/null differ
diff --git a/webcit/static/taskmanag_24x.gif b/webcit/static/taskmanag_24x.gif
new file mode 100644 (file)
index 0000000..d546d19
Binary files /dev/null and b/webcit/static/taskmanag_24x.gif differ
diff --git a/webcit/static/viewcontacts_24x.gif b/webcit/static/viewcontacts_24x.gif
new file mode 100644 (file)
index 0000000..4a51e8e
Binary files /dev/null and b/webcit/static/viewcontacts_24x.gif differ
diff --git a/webcit/static/viewnotes_24x.gif b/webcit/static/viewnotes_24x.gif
new file mode 100644 (file)
index 0000000..2875e29
Binary files /dev/null and b/webcit/static/viewnotes_24x.gif differ
index 7f3b737bc99ea30bc44b6b0f035d4b5f1291548a..ec6e19e86f58bca50eb62585fe2f6f9c975e1489 100644 (file)
@@ -126,9 +126,15 @@ void whobbs(void)
                        if ((now - last_activity) > 900L) {
                                wprintf("&nbsp;"
                                        "<IMG ALIGN=MIDDLE "
-                                       "SRC=\"/static/idle.gif\" "
+                                       "SRC=\"/static/inactiveuser_24x.gif\" "
                                        "ALT=\"[idle]\" BORDER=0>");
                        }
+                       else {
+                               wprintf("&nbsp;"
+                                       "<IMG ALIGN=MIDDLE "
+                                       "SRC=\"/static/activeuser_24x.gif\" "
+                                       "ALT=\"[active]\" BORDER=0>");
+                       }
                        wprintf("</TD>\n\t<TD>");