From: Art Cancro Date: Sat, 11 Jun 2005 22:29:13 +0000 (+0000) Subject: * Integrated the first batch of new icons. X-Git-Tag: v7.86~4853 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=5e91a276d21a8386402e0a7444ac6a0301da924e * Integrated the first batch of new icons. --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 25549a738..1b7f8df48 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -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 1998-12-03 Nathan Bryant * webserver.c: warning fix + diff --git a/webcit/calendar.c b/webcit/calendar.c index 1be4b6c0f..e12777809 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -102,7 +102,7 @@ void cal_process_object(icalcomponent *cal, case ICAL_METHOD_REQUEST: wprintf("\n" "" + "SRC=\"/static/calarea_48x.gif\">" "  " "Meeting invitation" "\n" @@ -111,7 +111,7 @@ void cal_process_object(icalcomponent *cal, case ICAL_METHOD_REPLY: wprintf("\n" "" + "SRC=\"/static/calarea_48x.gif\">" "  " "Attendee's reply to your invitation" "\n" @@ -120,7 +120,7 @@ void cal_process_object(icalcomponent *cal, case ICAL_METHOD_PUBLISH: wprintf("\n" "" + "SRC=\"/static/calarea_48x.gif\">" "  " "Published event" "\n" @@ -357,7 +357,7 @@ void respond_to_request(void) { if (buf[0] == '2') { wprintf("
" - "" + "" "" ); if (!strcasecmp(bstr("sc"), "accept")) { @@ -415,7 +415,7 @@ void handle_rsvp(void) { if (buf[0] == '2') { wprintf("
" - "" + "" "" ); if (!strcasecmp(bstr("sc"), "update")) { diff --git a/webcit/iconbar.c b/webcit/iconbar.c index 248f2b680..73fe104cc 100644 --- a/webcit/iconbar.c +++ b/webcit/iconbar.c @@ -112,7 +112,7 @@ void do_iconbar(void) { ); if (ib_displayas != IB_TEXTONLY) { wprintf(""); + "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(""); + "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(""); + "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(""); + "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(""); + "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(""); + "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(""); + "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(""); + "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(""); + "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(""); + "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(""); + "SRC=\"/static/advanpage_32x.gif\">"); } if (ib_displayas != IB_PICONLY) { wprintf("Administration"); @@ -409,7 +409,7 @@ void display_customize_iconbar(void) { "" "" "\" \"" + "SRC=\"/static/summscreen_48x.gif\" ALT=\" \">" "" "Summary
" "Your summary page" @@ -422,7 +422,7 @@ void display_customize_iconbar(void) { "" "
" "\" \"" + "SRC=\"/static/privatemess_48x.gif\" ALT=\" \">" "" "Mail (inbox)
" "A shortcut to your e-mail Inbox." @@ -436,7 +436,7 @@ void display_customize_iconbar(void) { "VALUE=\"yes\" %s>" "
" "\" \"" + "SRC=\"/static/savecontact_48x.gif\" ALT=\" \">" "" "Contacts
" "Your personal address book." @@ -450,7 +450,7 @@ void display_customize_iconbar(void) { "VALUE=\"yes\" %s>" "
" "\" \"" + "SRC=\"/static/storenotes_48x.gif\" ALT=\" \">" "" "Notes
" "Your personal notes." @@ -465,7 +465,7 @@ void display_customize_iconbar(void) { "VALUE=\"yes\" %s>" "
" "\" \"" + "SRC=\"/static/calarea_48x.gif\" ALT=\" \">" "" "Calendar
" "A shortcut to your personal calendar." @@ -478,7 +478,7 @@ void display_customize_iconbar(void) { "" "
" "\" \"" + "SRC=\"/static/taskmanag/48x.gif\" ALT=\" \">" "" "Tasks
" "A shortcut to your personal task list." @@ -492,7 +492,7 @@ void display_customize_iconbar(void) { "" "
" "\" \"" + "SRC=\"/static/chatrooms_48x.gif\" ALT=\" \">" "" "Rooms
" "Clicking this icon displays a list of all accesible " @@ -506,7 +506,7 @@ void display_customize_iconbar(void) { "" "
" "\" \"" + "SRC=\"/static/usermanag_48x.gif\" ALT=\" \">" "" "Who is online?
" "Clicking this icon displays a list of all users " @@ -520,7 +520,7 @@ void display_customize_iconbar(void) { "" "
" "\" \"" + "SRC=\"/static/citadelchat_48x.gif\" ALT=\" \">" "" "Chat
" "Clicking this icon enters real-time chat mode " @@ -535,7 +535,7 @@ void display_customize_iconbar(void) { "VALUE=\"yes\" %s>" "
" "\" \"" + "SRC=\"/static/advanpage_48x.gif\" ALT=\" \">" "" "Advanced options
" "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( "
" "
" - "" + "" " " "Your icon bar has been updated. Please select any of its " "choices to continue." diff --git a/webcit/messages.c b/webcit/messages.c index 76e16cd2b..f6d6a3dcc 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -333,7 +333,7 @@ void display_parsed_vcard(struct vCard *v, int full) { if (pass == 1) { wprintf("
" - "" + "" ""); escputs(displayname); wprintf(""); diff --git a/webcit/notes.c b/webcit/notes.c index 05fcb57b0..c48463228 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -30,7 +30,7 @@ void display_note(long msgnum) { int in_text = 0; int i; - wprintf("\n"); + wprintf("\n"); serv_printf("MSG0 %ld", msgnum); serv_getln(buf, sizeof buf); diff --git a/webcit/roomops.c b/webcit/roomops.c index 00b201b87..93e60b5db 100644 --- a/webcit/roomops.c +++ b/webcit/roomops.c @@ -283,7 +283,7 @@ void embed_newmail_button(void) { if ( (WC->new_mail > WC->remember_new_mail) && (WC->new_mail>0) ) { wprintf( "" - "" "
" "%d new mail
", WC->new_mail); diff --git a/webcit/siteconfig.c b/webcit/siteconfig.c index 319500b4a..5d593235d 100644 --- a/webcit/siteconfig.c +++ b/webcit/siteconfig.c @@ -62,7 +62,7 @@ void display_siteconfig(void) wprintf("
" "" "\" \"" + "SRC=\"/static/advanpage_48x.gif\" ALT=\" \">" "" "" "General
" @@ -73,7 +73,7 @@ void display_siteconfig(void) wprintf("
" "" "\" \"" + "SRC=\"/static/advanpage_48x.gif\" ALT=\" \">" "" "" "Access
" @@ -84,7 +84,7 @@ void display_siteconfig(void) wprintf("
" "" "\" \"" + "SRC=\"/static/advanpage_48x.gif\" ALT=\" \">" "" "" "Network
" @@ -95,7 +95,7 @@ void display_siteconfig(void) wprintf("
" "" "\" \"" + "SRC=\"/static/advanpage_48x.gif\" ALT=\" \">" "" "" "Tuning
" @@ -106,7 +106,7 @@ void display_siteconfig(void) wprintf("
" "" "\" \"" + "SRC=\"/static/advanpage_48x.gif\" ALT=\" \">" "" "" "Directory
" @@ -117,7 +117,7 @@ void display_siteconfig(void) wprintf("
" "" "\" \"" + "SRC=\"/static/advanpage_48x.gif\" ALT=\" \">" "" "" "Auto-purger
" diff --git a/webcit/static/advanced-icon.gif b/webcit/static/advanced-icon.gif deleted file mode 100644 index 7b83f99bc..000000000 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 index 000000000..27b944681 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 index 000000000..9d77e8444 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 index 000000000..7cb82bdc4 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 index 000000000..faa273ae5 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 index c80e520f0..000000000 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 index 000000000..f873f6ab6 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 index 000000000..a70a6a6d4 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 index 000000000..d9af13aca 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 index 000000000..efc4a1b56 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 index 5b7cb345b..000000000 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 index ac6a860c4..000000000 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 index 000000000..43cc62f8c 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 index 000000000..58fb476fd 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 index 07be8e394..000000000 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 index 000000000..07460ffcf 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 index 000000000..5aeaac0c7 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 index 000000000..18e8da952 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 index 000000000..c88da6ff4 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 index 351695048..000000000 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 index 000000000..7ba82d6ea 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 index 000000000..301f8ff43 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 index 000000000..5083b8d8a 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 index 000000000..515e14777 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 index 62dbe5772..000000000 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 index 000000000..94ae5d59c 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 index 000000000..ee4c743ab 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 index 4ed8939c5..000000000 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 index 5fd652119..000000000 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 index d696d671b..000000000 Binary files a/webcit/static/vcard.gif and /dev/null differ diff --git a/webcit/summary.c b/webcit/summary.c index fdec33d96..19ff3a0a4 100644 --- a/webcit/summary.c +++ b/webcit/summary.c @@ -229,7 +229,7 @@ void summary(void) { output_headers(1, 1, 2, 0, 1, 0, 0); wprintf("
\n"); wprintf("" - "
" + "" "" "Summary page for "); escputs(WC->wc_username); diff --git a/webcit/useredit.c b/webcit/useredit.c index 18be202e2..cc3c5bd19 100644 --- a/webcit/useredit.c +++ b/webcit/useredit.c @@ -42,7 +42,7 @@ void select_user_to_edit(char *message, char *preselect) wprintf("" "
" "" - "" + "" "Edit or delete users" "
\n" "\n
\n" diff --git a/webcit/vcard_edit.c b/webcit/vcard_edit.c index bcb79387c..079cbcdda 100644 --- a/webcit/vcard_edit.c +++ b/webcit/vcard_edit.c @@ -189,7 +189,7 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) { wprintf("
\n" "
" "" - "" + "" "Edit contact information" "" "
\n" diff --git a/webcit/who.c b/webcit/who.c index 3b833d10c..6dd225f7c 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -53,7 +53,7 @@ void whobbs(void) wprintf("
\n"); wprintf("
"); - wprintf("\""); + wprintf("\""); wprintf(" Users currently on "); escputs(serv_info.serv_humannode); wprintf("");