* Icon update
authorArt Cancro <ajc@citadel.org>
Tue, 12 Jul 2005 22:10:56 +0000 (22:10 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 12 Jul 2005 22:10:56 +0000 (22:10 +0000)
12 files changed:
webcit/ChangeLog
webcit/iconbar.c
webcit/messages.c
webcit/roomops.c
webcit/static/addnewcontact_24x.gif [new file with mode: 0644]
webcit/static/enter.gif [deleted file]
webcit/static/monthview2_24x.gif [new file with mode: 0644]
webcit/static/monthview_24x.gif [deleted file]
webcit/static/newmess3_24x.gif [new file with mode: 0644]
webcit/static/viewcontacts_16x.gif [new file with mode: 0644]
webcit/static/viewcontacts_32x.gif [new file with mode: 0644]
webcit/static/viewcontacts_48x.gif [new file with mode: 0644]

index 7072d616bdaadf6245f08fe78e508a15f8d2684c..14b20b78d0687f4f71e90f55f033c895ab37d3fb 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 619.20  2005/07/12 22:10:52  ajc
+* Icon update
+
 Revision 619.19  2005/06/29 17:55:32  ajc
 * Any HTTP method other than GET or POST is now routed directly to the
   GroupDAV code.  This will eventually allow requests such as "PROPFIND /"
@@ -2686,4 +2689,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
-
index 5cd42c8ede66051f90c85e0fa915cbce9866aaff..c2b2c0cf190f7606947e820a9177a59f09ae850e 100644 (file)
@@ -160,7 +160,7 @@ void do_iconbar(void) {
                );
                if (ib_displayas != IB_TEXTONLY) {
                        wprintf("<IMG BORDER=\"0\" WIDTH=\"32\" HEIGHT=\"32\" "
-                       "SRC=\"/static/savecontact_32x.gif\">");
+                       "SRC=\"/static/viewcontacts_32x.gif\">");
                }
                if (ib_displayas != IB_PICONLY) {
                        wprintf("Contacts");
@@ -436,7 +436,7 @@ void display_customize_iconbar(void) {
                "VALUE=\"yes\" %s>"
                "</TD><TD>"
                "<IMG BORDER=\"0\" WIDTH=\"48\" HEIGHT=\"48\" "
-               "SRC=\"/static/savecontact_48x.gif\" ALT=\"&nbsp;\">"
+               "SRC=\"/static/viewcontacts_48x.gif\" ALT=\"&nbsp;\">"
                "</TD><TD>"
                "<B>Contacts</B><br />"
                "Your personal address book."
index 6a5246ee6581bef38eae4b397ee6b4c4ccf5d25b..3b8a61e475a684c9f232bafab4ed3e21f2e26f6c 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/savecontact_48x.gif\">"
+                       "<IMG ALIGN=CENTER SRC=\"/static/viewcontacts_48x.gif\">"
                        "<FONT SIZE=+1><B>");
                        escputs(displayname);
                        wprintf("</B></FONT>");
@@ -1687,7 +1687,7 @@ void display_enter(void)
                now);
 
        wprintf("%s<br>\n", buf);       /* header bar */
-       wprintf("<img src=\"static/enter.gif\" align=middle alt=\" \">");
+       wprintf("<img src=\"static/newmess3_24x.gif\" align=middle alt=\" \">");
                /* "onLoad=\"document.enterform.msgtext.focus();\" " */
        wprintf("<font size=-1>Subject (optional):</font>"
                "<input type=\"text\" name=\"subject\" value=\"");
index a416dabd9192b2ce9f5ec2089fbc3138530d4100..49950bfd6ffeb7c0f675882d31cf8f0616e6b370 100644 (file)
@@ -275,7 +275,7 @@ void embed_room_graphic(void) {
        }
        else if (WC->wc_view == VIEW_ADDRESSBOOK) {
                wprintf("<img height=48 width=48 src=\""
-                       "static/savecontact_48x.gif"
+                       "static/viewcontacts_48x.gif"
                        "\">"
                );
        }
@@ -451,7 +451,7 @@ void embed_room_banner(char *got, int navbar_style) {
                                        wprintf(
                                                "<td>"
                                                "<A HREF=\"/readfwd?calview=month\">"
-                                               "<img align=\"middle\" src=\"/static/monthview_24x.gif\" "
+                                               "<img align=\"middle\" src=\"/static/monthview2_24x.gif\" "
                                                "border=\"0\">"
                                                "<span class=\"navbar_link\">"
                                                "Month view"
@@ -510,7 +510,7 @@ void embed_room_banner(char *got, int navbar_style) {
                                case VIEW_ADDRESSBOOK:
                                        wprintf(
                                                "<td><A HREF=\"/display_enter\">"
-                                               "<img align=\"middle\" src=\"/static/enter.gif\" "
+                                               "<img align=\"middle\" src=\"/static/addnewcontact_24x.gif\" "
                                                "border=\"0\"><span class=\"navbar_link\">"
                                                "Add new contact"
                                                "</span></a></td>\n"
@@ -528,7 +528,7 @@ void embed_room_banner(char *got, int navbar_style) {
                                case VIEW_TASKS:
                                        wprintf(
                                                "<td><A HREF=\"/display_enter\">"
-                                               "<img align=\"middle\" src=\"/static/enter.gif\" "
+                                               "<img align=\"middle\" src=\"/static/newmess3_24x.gif\" "
                                                "border=\"0\"><span class=\"navbar_link\">"
                                                "Add new task"
                                                "</span></a></td>\n"
@@ -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/enter.gif\" "
+                                               "<img align=\"middle\" src=\"/static/newmess3_24x.gif\" "
                                                "border=\"0\"><span class=\"navbar_link\">"
                                                "Add new note"
                                                "</span></a></td>\n"
@@ -546,7 +546,7 @@ void embed_room_banner(char *got, int navbar_style) {
                                default:
                                        wprintf(
                                                "<td><A HREF=\"/display_enter\">"
-                                               "<img align=\"middle\" src=\"/static/enter.gif\" "
+                                               "<img align=\"middle\" src=\"/static/newmess3_24x.gif\" "
                                                "border=\"0\"><span class=\"navbar_link\">"
                                                "Enter a message"
                                                "</span></a></td>\n"
@@ -2331,7 +2331,7 @@ void do_folder_view(struct folder *fold, int max_folders, int num_floors) {
                        wprintf("new Array(closedGif, openGif)");
                }
                else if (fold[i].view == VIEW_ADDRESSBOOK) {
-                       wprintf("'static/savecontact_16x.gif'");
+                       wprintf("'static/viewcontacts_16x.gif'");
                }
                else if (fold[i].view == VIEW_CALENDAR) {
                        wprintf("'static/calarea_16x.gif'");
diff --git a/webcit/static/addnewcontact_24x.gif b/webcit/static/addnewcontact_24x.gif
new file mode 100644 (file)
index 0000000..f636492
Binary files /dev/null and b/webcit/static/addnewcontact_24x.gif differ
diff --git a/webcit/static/enter.gif b/webcit/static/enter.gif
deleted file mode 100644 (file)
index 891abd5..0000000
Binary files a/webcit/static/enter.gif and /dev/null differ
diff --git a/webcit/static/monthview2_24x.gif b/webcit/static/monthview2_24x.gif
new file mode 100644 (file)
index 0000000..37c9de4
Binary files /dev/null and b/webcit/static/monthview2_24x.gif differ
diff --git a/webcit/static/monthview_24x.gif b/webcit/static/monthview_24x.gif
deleted file mode 100644 (file)
index 2bb98c0..0000000
Binary files a/webcit/static/monthview_24x.gif and /dev/null differ
diff --git a/webcit/static/newmess3_24x.gif b/webcit/static/newmess3_24x.gif
new file mode 100644 (file)
index 0000000..3c6ac92
Binary files /dev/null and b/webcit/static/newmess3_24x.gif differ
diff --git a/webcit/static/viewcontacts_16x.gif b/webcit/static/viewcontacts_16x.gif
new file mode 100644 (file)
index 0000000..619d4cc
Binary files /dev/null and b/webcit/static/viewcontacts_16x.gif differ
diff --git a/webcit/static/viewcontacts_32x.gif b/webcit/static/viewcontacts_32x.gif
new file mode 100644 (file)
index 0000000..90cee8f
Binary files /dev/null and b/webcit/static/viewcontacts_32x.gif differ
diff --git a/webcit/static/viewcontacts_48x.gif b/webcit/static/viewcontacts_48x.gif
new file mode 100644 (file)
index 0000000..3589cd9
Binary files /dev/null and b/webcit/static/viewcontacts_48x.gif differ