* Integrated the first batch of new icons.
authorArt Cancro <ajc@citadel.org>
Sat, 11 Jun 2005 22:29:13 +0000 (22:29 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 11 Jun 2005 22:29:13 +0000 (22:29 +0000)
41 files changed:
webcit/ChangeLog
webcit/calendar.c
webcit/iconbar.c
webcit/messages.c
webcit/notes.c
webcit/roomops.c
webcit/siteconfig.c
webcit/static/advanced-icon.gif [deleted file]
webcit/static/advanpage_32x.gif [new file with mode: 0644]
webcit/static/advanpage_48x.gif [new file with mode: 0644]
webcit/static/calarea_32x.gif [new file with mode: 0644]
webcit/static/calarea_48x.gif [new file with mode: 0644]
webcit/static/chat-icon.gif [deleted file]
webcit/static/chatrooms_32x.gif [new file with mode: 0644]
webcit/static/chatrooms_48x.gif [new file with mode: 0644]
webcit/static/citadelchat_32x.gif [new file with mode: 0644]
webcit/static/citadelchat_48x.gif [new file with mode: 0644]
webcit/static/mail.gif [deleted file]
webcit/static/note.gif [deleted file]
webcit/static/privatemess_32x.gif [new file with mode: 0644]
webcit/static/privatemess_48x.gif [new file with mode: 0644]
webcit/static/rooms-icon.gif [deleted file]
webcit/static/savecontact_32x.gif [new file with mode: 0644]
webcit/static/savecontact_48x.gif [new file with mode: 0644]
webcit/static/storenotes_32x.gif [new file with mode: 0644]
webcit/static/storenotes_48x.gif [new file with mode: 0644]
webcit/static/summary.gif [deleted file]
webcit/static/summscreen_32x.gif [new file with mode: 0644]
webcit/static/summscreen_48x.gif [new file with mode: 0644]
webcit/static/taskmanag_32x.gif [new file with mode: 0644]
webcit/static/taskmanag_48x.gif [new file with mode: 0644]
webcit/static/tasks.gif [deleted file]
webcit/static/usermanag_32x.gif [new file with mode: 0644]
webcit/static/usermanag_48x.gif [new file with mode: 0644]
webcit/static/users-icon.gif [deleted file]
webcit/static/vcalendar.gif [deleted file]
webcit/static/vcard.gif [deleted file]
webcit/summary.c
webcit/useredit.c
webcit/vcard_edit.c
webcit/who.c

index 25549a7389214e3ade402db0a6a9b94775bee155..1b7f8df485f34fda0c3c24025342226f51a2b30d 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 611.6  2005/06/11 22:29:07  ajc
+* Integrated the first batch of new icons.
+
 Revision 611.5  2005/06/07 04:31:00  ajc
 * Don't compress when HTTP tracing/logging is enabled
 
@@ -2557,3 +2560,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 1be4b6c0fe639e4aab6526c689d20cde31bc7403..e127778090bd5924fb6ae41746e396934bfe5e10 100644 (file)
@@ -102,7 +102,7 @@ void cal_process_object(icalcomponent *cal,
                    case ICAL_METHOD_REQUEST:
                        wprintf("<TR><TD COLSPAN=2>\n"
                                "<IMG ALIGN=CENTER "
-                               "SRC=\"/static/vcalendar.gif\">"
+                               "SRC=\"/static/calarea_48x.gif\">"
                                "&nbsp;&nbsp;"  
                                "<B>Meeting invitation</B>"
                                "</TD></TR>\n"
@@ -111,7 +111,7 @@ void cal_process_object(icalcomponent *cal,
                    case ICAL_METHOD_REPLY:
                        wprintf("<TR><TD COLSPAN=2>\n"
                                "<IMG ALIGN=CENTER "
-                               "SRC=\"/static/vcalendar.gif\">"
+                               "SRC=\"/static/calarea_48x.gif\">"
                                "&nbsp;&nbsp;"  
                                "<B>Attendee's reply to your invitation</B>"
                                "</TD></TR>\n"
@@ -120,7 +120,7 @@ void cal_process_object(icalcomponent *cal,
                    case ICAL_METHOD_PUBLISH:
                        wprintf("<TR><TD COLSPAN=2>\n"
                                "<IMG ALIGN=CENTER "
-                               "SRC=\"/static/vcalendar.gif\">"
+                               "SRC=\"/static/calarea_48x.gif\">"
                                "&nbsp;&nbsp;"  
                                "<B>Published event</B>"
                                "</TD></TR>\n"
@@ -357,7 +357,7 @@ void respond_to_request(void) {
 
        if (buf[0] == '2') {
                wprintf("<TABLE BORDER=0><TR><TD>"
-                       "<IMG SRC=\"static/vcalendar.gif\" ALIGN=CENTER>"
+                       "<IMG SRC=\"static/calarea_48x.gif\" ALIGN=CENTER>"
                        "</TD><TD>"
                );
                if (!strcasecmp(bstr("sc"), "accept")) {
@@ -415,7 +415,7 @@ void handle_rsvp(void) {
 
        if (buf[0] == '2') {
                wprintf("<TABLE BORDER=0><TR><TD>"
-                       "<IMG SRC=\"static/vcalendar.gif\" ALIGN=CENTER>"
+                       "<IMG SRC=\"static/calarea_48x.gif\" ALIGN=CENTER>"
                        "</TD><TD>"
                );
                if (!strcasecmp(bstr("sc"), "update")) {
index 248f2b6806da7937a149f790a7ebc7d617a58f4a..73fe104cc7363898ba34ef0ab094987c55def323 100644 (file)
@@ -112,7 +112,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                               "SRC=\"/static/summary.gif\">");
+                               "SRC=\"/static/summscreen_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Summary");
@@ -128,7 +128,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                               "SRC=\"/static/mail.gif\">");
+                               "SRC=\"/static/privatemess_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Mail");
@@ -144,7 +144,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                       "SRC=\"/static/vcalendar.gif\">");
+                       "SRC=\"/static/calarea_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Calendar");
@@ -160,7 +160,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                       "SRC=\"/static/vcard.gif\">");
+                       "SRC=\"/static/savecontact_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Contacts");
@@ -176,7 +176,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                       "SRC=\"/static/note.gif\">");
+                       "SRC=\"/static/storenotes_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Notes");
@@ -192,7 +192,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                       "SRC=\"/static/tasks.gif\">");
+                       "SRC=\"/static/taskmanag_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Tasks");
@@ -207,7 +207,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                       "SRC=\"/static/rooms-icon.gif\">");
+                       "SRC=\"/static/chatrooms_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Rooms");
@@ -222,7 +222,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                       "SRC=\"/static/users-icon.gif\">");
+                       "SRC=\"/static/usermanag_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Who is online?");
@@ -240,7 +240,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                       "SRC=\"/static/chat-icon.gif\">");
+                       "SRC=\"/static/citadelchat_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Chat");
@@ -257,7 +257,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                       "SRC=\"/static/advanced-icon.gif\">");
+                       "SRC=\"/static/advanpage_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Advanced");
@@ -273,7 +273,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                       "SRC=\"/static/advanced-icon.gif\">");
+                       "SRC=\"/static/advanpage_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Administration");
@@ -409,7 +409,7 @@ void display_customize_iconbar(void) {
                "<INPUT TYPE=\"checkbox\" NAME=\"ib_summary\" VALUE=\"yes\" %s>"
                "</TD><TD>"
                "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/summary.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/summscreen_48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Summary</B><br />"
                "Your summary page"
@@ -422,7 +422,7 @@ void display_customize_iconbar(void) {
                "<INPUT TYPE=\"checkbox\" NAME=\"ib_inbox\" VALUE=\"yes\" %s>"
                "</TD><TD>"
                "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/mail.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/privatemess_48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Mail (inbox)</B><br />"
                "A shortcut to your e-mail Inbox."
@@ -436,7 +436,7 @@ void display_customize_iconbar(void) {
                "VALUE=\"yes\" %s>"
                "</TD><TD>"
                "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/vcard.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/savecontact_48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Contacts</B><br />"
                "Your personal address book."
@@ -450,7 +450,7 @@ void display_customize_iconbar(void) {
                "VALUE=\"yes\" %s>"
                "</TD><TD>"
                "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/note.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/storenotes_48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Notes</B><br />"
                "Your personal notes."
@@ -465,7 +465,7 @@ void display_customize_iconbar(void) {
                "VALUE=\"yes\" %s>"
                "</TD><TD>"
                "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/vcalendar.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/calarea_48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Calendar</B><br />"
                "A shortcut to your personal calendar."
@@ -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/tasks.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/taskmanag/48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Tasks</B><br />"
                "A shortcut to your personal task list."
@@ -492,7 +492,7 @@ void display_customize_iconbar(void) {
                "<INPUT TYPE=\"checkbox\" NAME=\"ib_rooms\" VALUE=\"yes\" %s>"
                "</TD><TD>"
                "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/rooms-icon.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/chatrooms_48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Rooms</B><br />"
                "Clicking this icon displays a list of all accesible "
@@ -506,7 +506,7 @@ void display_customize_iconbar(void) {
                "<INPUT TYPE=\"checkbox\" NAME=\"ib_users\" VALUE=\"yes\" %s>"
                "</TD><TD>"
                "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/users-icon.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/usermanag_48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Who is online?</B><br />"
                "Clicking this icon displays a list of all users "
@@ -520,7 +520,7 @@ void display_customize_iconbar(void) {
                "<INPUT TYPE=\"checkbox\" NAME=\"ib_chat\" VALUE=\"yes\" %s>"
                "</TD><TD>"
                "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/chat-icon.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/citadelchat_48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Chat</B><br />"
                "Clicking this icon enters real-time chat mode "
@@ -535,7 +535,7 @@ void display_customize_iconbar(void) {
                "VALUE=\"yes\" %s>"
                "</TD><TD>"
                "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/advanced-icon.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/advanpage_48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Advanced options</B><br />"
                "Access to the complete menu of Citadel functions."
@@ -613,7 +613,7 @@ void commit_iconbar(void) {
        output_headers(1, 1, 0, 0, 0, 0, 0);
        wprintf(
                "<center><table border=1 bgcolor=\"#ffffff\"><tr><td>"
-               "<IMG SRC=\"/static/advanced-icon.gif\">"
+               "<IMG SRC=\"/static/advanpage_48x.gif\">"
                "&nbsp;"
                "Your icon bar has been updated.  Please select any of its "
                "choices to continue."
index 76e16cd2bf9b360d20fc9c2fa5195735102f33de..f6d6a3dcc9a6f576e85c59f684fbe897b6755579 100644 (file)
@@ -333,7 +333,7 @@ void display_parsed_vcard(struct vCard *v, int full) {
                if (pass == 1) {
                        wprintf("<TR BGCOLOR=\"#AAAAAA\">"
                        "<TD COLSPAN=2 BGCOLOR=\"#FFFFFF\">"
-                       "<IMG ALIGN=CENTER SRC=\"/static/vcard.gif\">"
+                       "<IMG ALIGN=CENTER SRC=\"/static/savecontact_48x.gif\">"
                        "<FONT SIZE=+1><B>");
                        escputs(displayname);
                        wprintf("</B></FONT>");
index 05fcb57b01566123b21600d1637a997df8f27acd..c484632284648fb675675ed2ed9f8626c8bc1764 100644 (file)
@@ -30,7 +30,7 @@ void display_note(long msgnum) {
        int in_text = 0;
        int i;
 
-       wprintf("<IMG ALIGN=MIDDLE SRC=\"/static/note.gif\">\n");
+       wprintf("<IMG ALIGN=MIDDLE SRC=\"/static/storenotes_48x.gif\">\n");
 
        serv_printf("MSG0 %ld", msgnum);
        serv_getln(buf, sizeof buf);
index 00b201b87f4f74269119945bffcad709cc904532..93e60b5dbf05eaa72c14cf5dbdf9ec49b456d03f 100644 (file)
@@ -283,7 +283,7 @@ void embed_newmail_button(void) {
        if ( (WC->new_mail > WC->remember_new_mail) && (WC->new_mail>0) ) {
                wprintf(
                        "<A HREF=\"/dotgoto?room=_MAIL_\">"
-                       "<IMG SRC=\"/static/mail.gif\" border=0 "
+                       "<IMG SRC=\"/static/privatemess_32x.gif\" border=0 "
                        "ALT=\"You have new mail\">"
                        "<br /><SPAN CLASS=\"youhavemail\">"
                        "%d new mail</SPAN></A>", WC->new_mail);
index 319500b4a6a8de277ff321950ed5dfce03cef7a6..5d593235d89aa39d0927086d1bdbe79ec56a60ef 100644 (file)
@@ -62,7 +62,7 @@ void display_siteconfig(void)
                wprintf("<TR BGCOLOR=\"#CCCCCC\"><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=general\">"
                        "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-                       "SRC=\"/static/advanced-icon.gif\" ALT=\"&nbsp;\">"
+                       "SRC=\"/static/advanpage_48x.gif\" ALT=\"&nbsp;\">"
                        "</TD><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=general\">"
                        "<B>General</B><br />"
@@ -73,7 +73,7 @@ void display_siteconfig(void)
                wprintf("<TR><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=access\">"
                        "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-                       "SRC=\"/static/advanced-icon.gif\" ALT=\"&nbsp;\">"
+                       "SRC=\"/static/advanpage_48x.gif\" ALT=\"&nbsp;\">"
                        "</TD><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=access\">"
                        "<B>Access</B><br />"
@@ -84,7 +84,7 @@ void display_siteconfig(void)
                wprintf("<TR BGCOLOR=\"#CCCCCC\"><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=network\">"
                        "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-                       "SRC=\"/static/advanced-icon.gif\" ALT=\"&nbsp;\">"
+                       "SRC=\"/static/advanpage_48x.gif\" ALT=\"&nbsp;\">"
                        "</TD><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=network\">"
                        "<B>Network</B><br />"
@@ -95,7 +95,7 @@ void display_siteconfig(void)
                wprintf("<TR><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=tuning\">"
                        "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-                       "SRC=\"/static/advanced-icon.gif\" ALT=\"&nbsp;\">"
+                       "SRC=\"/static/advanpage_48x.gif\" ALT=\"&nbsp;\">"
                        "</TD><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=tuning\">"
                        "<B>Tuning</B><br />"
@@ -106,7 +106,7 @@ void display_siteconfig(void)
                wprintf("<TR BGCOLOR=\"#CCCCCC\"><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=ldap\">"
                        "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-                       "SRC=\"/static/advanced-icon.gif\" ALT=\"&nbsp;\">"
+                       "SRC=\"/static/advanpage_48x.gif\" ALT=\"&nbsp;\">"
                        "</TD><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=ldap\">"
                        "<B>Directory</B><br />"
@@ -117,7 +117,7 @@ void display_siteconfig(void)
                wprintf("<TR><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=purger\">"
                        "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-                       "SRC=\"/static/advanced-icon.gif\" ALT=\"&nbsp;\">"
+                       "SRC=\"/static/advanpage_48x.gif\" ALT=\"&nbsp;\">"
                        "</TD><TD>"
                        "<A HREF=\"/display_siteconfig?whichmenu=purger\">"
                        "<B>Auto-purger</B><br />"
diff --git a/webcit/static/advanced-icon.gif b/webcit/static/advanced-icon.gif
deleted file mode 100644 (file)
index 7b83f99..0000000
Binary files a/webcit/static/advanced-icon.gif and /dev/null differ
diff --git a/webcit/static/advanpage_32x.gif b/webcit/static/advanpage_32x.gif
new file mode 100644 (file)
index 0000000..27b9446
Binary files /dev/null and b/webcit/static/advanpage_32x.gif differ
diff --git a/webcit/static/advanpage_48x.gif b/webcit/static/advanpage_48x.gif
new file mode 100644 (file)
index 0000000..9d77e84
Binary files /dev/null and b/webcit/static/advanpage_48x.gif differ
diff --git a/webcit/static/calarea_32x.gif b/webcit/static/calarea_32x.gif
new file mode 100644 (file)
index 0000000..7cb82bd
Binary files /dev/null and b/webcit/static/calarea_32x.gif differ
diff --git a/webcit/static/calarea_48x.gif b/webcit/static/calarea_48x.gif
new file mode 100644 (file)
index 0000000..faa273a
Binary files /dev/null and b/webcit/static/calarea_48x.gif differ
diff --git a/webcit/static/chat-icon.gif b/webcit/static/chat-icon.gif
deleted file mode 100644 (file)
index c80e520..0000000
Binary files a/webcit/static/chat-icon.gif and /dev/null differ
diff --git a/webcit/static/chatrooms_32x.gif b/webcit/static/chatrooms_32x.gif
new file mode 100644 (file)
index 0000000..f873f6a
Binary files /dev/null and b/webcit/static/chatrooms_32x.gif differ
diff --git a/webcit/static/chatrooms_48x.gif b/webcit/static/chatrooms_48x.gif
new file mode 100644 (file)
index 0000000..a70a6a6
Binary files /dev/null and b/webcit/static/chatrooms_48x.gif differ
diff --git a/webcit/static/citadelchat_32x.gif b/webcit/static/citadelchat_32x.gif
new file mode 100644 (file)
index 0000000..d9af13a
Binary files /dev/null and b/webcit/static/citadelchat_32x.gif differ
diff --git a/webcit/static/citadelchat_48x.gif b/webcit/static/citadelchat_48x.gif
new file mode 100644 (file)
index 0000000..efc4a1b
Binary files /dev/null and b/webcit/static/citadelchat_48x.gif differ
diff --git a/webcit/static/mail.gif b/webcit/static/mail.gif
deleted file mode 100644 (file)
index 5b7cb34..0000000
Binary files a/webcit/static/mail.gif and /dev/null differ
diff --git a/webcit/static/note.gif b/webcit/static/note.gif
deleted file mode 100644 (file)
index ac6a860..0000000
Binary files a/webcit/static/note.gif and /dev/null differ
diff --git a/webcit/static/privatemess_32x.gif b/webcit/static/privatemess_32x.gif
new file mode 100644 (file)
index 0000000..43cc62f
Binary files /dev/null and b/webcit/static/privatemess_32x.gif differ
diff --git a/webcit/static/privatemess_48x.gif b/webcit/static/privatemess_48x.gif
new file mode 100644 (file)
index 0000000..58fb476
Binary files /dev/null and b/webcit/static/privatemess_48x.gif differ
diff --git a/webcit/static/rooms-icon.gif b/webcit/static/rooms-icon.gif
deleted file mode 100644 (file)
index 07be8e3..0000000
Binary files a/webcit/static/rooms-icon.gif and /dev/null differ
diff --git a/webcit/static/savecontact_32x.gif b/webcit/static/savecontact_32x.gif
new file mode 100644 (file)
index 0000000..07460ff
Binary files /dev/null and b/webcit/static/savecontact_32x.gif differ
diff --git a/webcit/static/savecontact_48x.gif b/webcit/static/savecontact_48x.gif
new file mode 100644 (file)
index 0000000..5aeaac0
Binary files /dev/null and b/webcit/static/savecontact_48x.gif differ
diff --git a/webcit/static/storenotes_32x.gif b/webcit/static/storenotes_32x.gif
new file mode 100644 (file)
index 0000000..18e8da9
Binary files /dev/null and b/webcit/static/storenotes_32x.gif differ
diff --git a/webcit/static/storenotes_48x.gif b/webcit/static/storenotes_48x.gif
new file mode 100644 (file)
index 0000000..c88da6f
Binary files /dev/null and b/webcit/static/storenotes_48x.gif differ
diff --git a/webcit/static/summary.gif b/webcit/static/summary.gif
deleted file mode 100644 (file)
index 3516950..0000000
Binary files a/webcit/static/summary.gif and /dev/null differ
diff --git a/webcit/static/summscreen_32x.gif b/webcit/static/summscreen_32x.gif
new file mode 100644 (file)
index 0000000..7ba82d6
Binary files /dev/null and b/webcit/static/summscreen_32x.gif differ
diff --git a/webcit/static/summscreen_48x.gif b/webcit/static/summscreen_48x.gif
new file mode 100644 (file)
index 0000000..301f8ff
Binary files /dev/null and b/webcit/static/summscreen_48x.gif differ
diff --git a/webcit/static/taskmanag_32x.gif b/webcit/static/taskmanag_32x.gif
new file mode 100644 (file)
index 0000000..5083b8d
Binary files /dev/null and b/webcit/static/taskmanag_32x.gif differ
diff --git a/webcit/static/taskmanag_48x.gif b/webcit/static/taskmanag_48x.gif
new file mode 100644 (file)
index 0000000..515e147
Binary files /dev/null and b/webcit/static/taskmanag_48x.gif differ
diff --git a/webcit/static/tasks.gif b/webcit/static/tasks.gif
deleted file mode 100644 (file)
index 62dbe57..0000000
Binary files a/webcit/static/tasks.gif and /dev/null differ
diff --git a/webcit/static/usermanag_32x.gif b/webcit/static/usermanag_32x.gif
new file mode 100644 (file)
index 0000000..94ae5d5
Binary files /dev/null and b/webcit/static/usermanag_32x.gif differ
diff --git a/webcit/static/usermanag_48x.gif b/webcit/static/usermanag_48x.gif
new file mode 100644 (file)
index 0000000..ee4c743
Binary files /dev/null and b/webcit/static/usermanag_48x.gif differ
diff --git a/webcit/static/users-icon.gif b/webcit/static/users-icon.gif
deleted file mode 100644 (file)
index 4ed8939..0000000
Binary files a/webcit/static/users-icon.gif and /dev/null differ
diff --git a/webcit/static/vcalendar.gif b/webcit/static/vcalendar.gif
deleted file mode 100644 (file)
index 5fd6521..0000000
Binary files a/webcit/static/vcalendar.gif and /dev/null differ
diff --git a/webcit/static/vcard.gif b/webcit/static/vcard.gif
deleted file mode 100644 (file)
index d696d67..0000000
Binary files a/webcit/static/vcard.gif and /dev/null differ
index fdec33d96fc0af4ec963d48ac40c747a2defa4c5..19ff3a0a48133df0708a00506ba134cd15c44cb1 100644 (file)
@@ -229,7 +229,7 @@ void summary(void) {
        output_headers(1, 1, 2, 0, 1, 0, 0);
        wprintf("<div id=\"banner\">\n");
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=#444455><TR>"
-               "<TD><IMG SRC=\"/static/summary.gif\"></TD><TD>"
+               "<TD><IMG SRC=\"/static/summscreen_48x.gif\"></TD><TD>"
                "<SPAN CLASS=\"titlebar\">"
                "Summary page for ");
        escputs(WC->wc_username);
index 18be202e22c74fc7aa68d07093bc1f5349a499ee..cc3c5bd198308bebfa165ec8a2ffee819c2a2dc4 100644 (file)
@@ -42,7 +42,7 @@ void select_user_to_edit(char *message, char *preselect)
        wprintf("<table width=100%% border=0 bgcolor=#444455><tr>"
                "<td>"
                "<span class=\"titlebar\">"
-               "<img src=\"/static/users-icon.gif\">"
+               "<img src=\"/static/usermanag_48x.gif\">"
                "Edit or delete users"
                "</span></td></tr></table>\n"
                "</div>\n<div id=\"content\">\n"
index bcb79387cb43a2f25910e6edb30bfb357309a6a3..079cbcddaafacaf6f33e8f10db4264b8ebad1106 100644 (file)
@@ -189,7 +189,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) {
        wprintf("<div id=\"banner\">\n"
                "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>"
                "<SPAN CLASS=\"titlebar\">"
-               "<img src=\"/static/vcard.gif\">"
+               "<img src=\"/static/savecontact_48x.gif\">"
                "Edit contact information"
                "</SPAN>"
                "</TD></TR></TABLE>\n"
index 3b833d10cf79e91321d80a98906ffee8d62fc3ee..6dd225f7c363d34b5765013d237f23f003c681cf 100644 (file)
@@ -53,7 +53,7 @@ void whobbs(void)
 
        wprintf("<div id=\"banner\">\n");
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>");
-       wprintf("<IMG SRC=\"/static/users-icon.gif\" ALT=\" \" ALIGN=MIDDLE>");
+       wprintf("<IMG SRC=\"/static/usermanag_48x.gif\" ALT=\" \" ALIGN=MIDDLE>");
        wprintf("<SPAN CLASS=\"titlebar\">&nbsp;Users currently on ");
        escputs(serv_info.serv_humannode);
        wprintf("</SPAN></TD><TD ALIGN=RIGHT>");