replaced the old crappy .gif buttons with the new, shiny "Classic" JPEG

buttons
This commit is contained in:
Eric J. Bowersox 2002-01-08 23:53:43 +00:00
parent ae7a4e1c19
commit d42ac45816
105 changed files with 58 additions and 56 deletions

1
doc/buttons/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.xvpics

BIN
doc/buttons/classic.xcf Normal file

Binary file not shown.

View File

@ -36,13 +36,13 @@
<!-- Paths of resources referred to by their URIs in the user interface. -->
<uri-paths>
<!-- Base URL for all images loaded by the server code. -->
<image>/newui/images</image>
<image>/venice/images</image>
<!-- Base URL for all static pages linked to by the engine. -->
<static>/static</static>
<!-- Base URL for all external static pages linked to by the engine. -->
<external-static>/newui/static</external-static>
<external-static>/venice/static</external-static>
<!-- Base URL for JSP pages loaded by the formatter, relative to the context root. -->
<format-jsp>/format</format-jsp>
@ -80,18 +80,18 @@
by the "width" and "height" attributes. The optional "href" attribute is where clicking on
the site logo should link to. -->
<site-logo width="140" height="80" hspace="2" vspace="2" type="absolute"
href="http://venice.sourceforge.net">/newui/images/powered-by-venice.gif</site-logo>
href="http://venice.sourceforge.net">/venice/images/powered-by-venice.gif</site-logo>
<!-- Footer logo scaling expressed as a percentage of full size. -->
<footer-logo-scale>100</footer-logo-scale>
<!-- The site-relative URL to the page icon. This image should be 16x16 pixels, and the type=
attribute specifies the MIME type of the image. -->
<page-icon type="image/png">/newui/images/venice-icon.png</page-icon>
<page-icon type="image/png">/venice/images/venice-icon.png</page-icon>
<!-- The site-relative URL to the "favorites icon" (in Windows .ICO format). May be specified
in addition to, or instead of, page-icon. -->
<favicon>/newui/images/venice-favicon.ico</favicon>
<favicon>/venice/images/venice-favicon.ico</favicon>
</frame>
@ -149,57 +149,58 @@
<!-- Descriptors for the various graphical buttons. -->
<buttons width="80" height="24">
<button id="add" caption="Add" fixup="true">bn_add.gif</button>
<button id="add_to_hotlist" caption="Add To Hotlist" fixup="true">bn_add_to_hotlist.gif</button>
<button id="add_topic" caption="Add Topic" fixup="true">bn_add_topic.gif</button>
<button id="archive_topic" caption="Archive Topic" fixup="true">bn_archive_topic.gif</button>
<button id="cancel" caption="Cancel" fixup="true">bn_cancel.gif</button>
<button id="conf_list" caption="Conference List" fixup="true">bn_conference_list.gif</button>
<button id="configure" caption="Configure" fixup="true">bn_configure.gif</button>
<button id="create" caption="Create" fixup="true">bn_create.gif</button>
<button id="createnew" caption="Create New" fixup="true">bn_create_new.gif</button>
<button id="delete_topic" caption="Delete Topic" fixup="true">bn_delete_topic.gif</button>
<button id="filter_user" caption="Filter User" fixup="true">bn_filter_user.gif</button>
<button id="find" caption="Find" fixup="true">bn_find.gif</button>
<button id="freeze_topic" caption="Freeze Topic" fixup="true">bn_freeze_topic.gif</button>
<button id="go" caption="Go" fixup="true">bn_go.gif</button>
<button id="hide" caption="Hide" fixup="true">bn_hide.gif</button>
<button id="hide_topic" caption="Hide Topic" fixup="true">bn_hide_topic.gif</button>
<button id="invite" caption="Invite" fixup="true">bn_invite.gif</button>
<button id="join_now" caption="Join Now" fixup="true">bn_join_now.gif</button>
<button id="login" caption="Log In" fixup="true">bn_log_in.gif</button>
<button id="manage" caption="Manage" fixup="true">bn_manage.gif</button>
<button id="next" caption="Next" fixup="true">bn_ar_next.gif</button>
<button id="next_topic" caption="Next Topic" fixup="true">bn_next_topic.gif</button>
<button id="next_topic_keep" caption="Next &amp; Keep New" fixup="true">bn_next_keep_new.gif</button>
<button id="no" caption="No" fixup="true">bn_no.gif</button>
<button id="nuke" caption="Nuke" fixup="true">bn_nuke.gif</button>
<button id="ok" caption="OK" fixup="true">bn_ok.gif</button>
<button id="post" caption="Post &amp; Reload" fixup="true">bn_post_reload.gif</button>
<button id="post1" caption="Post" fixup="true">bn_post.gif</button>
<button id="postnext" caption="Post &amp; Go Next" fixup="true">bn_post_go_next.gif</button>
<button id="posttopics" caption="Post &amp; Go Topics" fixup="true">bn_post_go_topics.gif</button>
<button id="preview" caption="Preview" fixup="true">bn_preview.gif</button>
<button id="previous" caption="Previous" fixup="true">bn_ar_previous.gif</button>
<button id="publish" caption="Publish" fixup="true">bn_publish.gif</button>
<button id="read_new" caption="Read New" fixup="true">bn_read_new.gif</button>
<button id="remind" caption="Password Reminder" fixup="true">bn_reminder.gif</button>
<button id="remove" caption="Remove" fixup="true">bn_remove.gif</button>
<button id="scribble" caption="Scribble" fixup="true">bn_scribble.gif</button>
<button id="search" caption="Search" fixup="true">bn_search.gif</button>
<button id="send" caption="Send E-Mail" fixup="true">bn_send_email.gif</button>
<button id="sendagain" caption="Send Again" fixup="true">bn_send_again.gif</button>
<button id="set" caption="Set" fixup="true">bn_set.gif</button>
<button id="show" caption="Show" fixup="true">bn_show.gif</button>
<button id="show_topic" caption="Show Topic" fixup="true">bn_show_topic.gif</button>
<button id="topic_list" caption="Topic List" fixup="true">bn_topic_list.gif</button>
<button id="ua_accept" caption="I Accept" fixup="true">bn_i_accept.gif</button>
<button id="ua_decline" caption="I Decline" fixup="true">bn_i_decline.gif</button>
<button id="unarchive_topic" caption="Unarchive Topic" fixup="true">bn_unarchive_topic.gif</button>
<button id="unfreeze_topic" caption="Unfreeze Topic" fixup="true">bn_unfreeze_topic.gif</button>
<button id="update" caption="Update" fixup="true">bn_update.gif</button>
<button id="upload" caption="Upload" fixup="true">bn_upload.gif</button>
<button id="yes" caption="Yes" fixup="true">bn_yes.gif</button>
<button id="add" caption="Add" fixup="true">classic/add.jpg</button>
<button id="add_to_hotlist" caption="Add To Hotlist" fixup="true">classic/add_to_hotlist.jpg</button>
<button id="add_topic" caption="Add Topic" fixup="true">classic/add_topic.jpg</button>
<button id="archive_topic" caption="Archive Topic" fixup="true">classic/archive_topic.jpg</button>
<button id="cancel" caption="Cancel" fixup="true">classic/cancel.jpg</button>
<button id="conf_list" caption="Conference List" fixup="true">classic/conference_list.jpg</button>
<button id="configure" caption="Configure" fixup="true">classic/configure.jpg</button>
<button id="create" caption="Create" fixup="true">classic/create.jpg</button>
<button id="createnew" caption="Create New" fixup="true">classic/create_new.jpg</button>
<button id="delete_topic" caption="Delete Topic" fixup="true">classic/delete_topic.jpg</button>
<button id="filter_user" caption="Filter User" fixup="true">classic/filter_user.jpg</button>
<button id="find" caption="Find" fixup="true">classic/find.jpg</button>
<button id="freeze_topic" caption="Freeze Topic" fixup="true">classic/freeze_topic.jpg</button>
<button id="go" caption="Go" fixup="true">classic/go.jpg</button>
<button id="hide" caption="Hide" fixup="true">classic/hide.jpg</button>
<button id="hide_topic" caption="Hide Topic" fixup="true">classic/hide_topic.jpg</button>
<button id="invite" caption="Invite" fixup="true">classic/invite.jpg</button>
<button id="join_now" caption="Join Now" fixup="true">classic/join_now.jpg</button>
<button id="login" caption="Log In" fixup="true">classic/login.jpg</button>
<button id="manage" caption="Manage" fixup="true">classic/manage.jpg</button>
<button id="next" caption="Next" fixup="true">classic/arrow_next.jpg</button>
<button id="next_topic" caption="Next Topic" fixup="true">classic/next_topic.jpg</button>
<button id="next_topic_keep" caption="Next &amp; Keep New"
fixup="true">classic/next_keep_new.jpg</button>
<button id="no" caption="No" fixup="true">classic/no.jpg</button>
<button id="nuke" caption="Nuke" fixup="true">classic/nuke.jpg</button>
<button id="ok" caption="OK" fixup="true">classic/ok.jpg</button>
<button id="post" caption="Post &amp; Reload" fixup="true">classic/post_reload.jpg</button>
<button id="post1" caption="Post" fixup="true">classic/post.jpg</button>
<button id="postnext" caption="Post &amp; Go Next" fixup="true">classic/post_go_next.jpg</button>
<button id="posttopics" caption="Post &amp; Go Topics" fixup="true">classic/post_go_topics.jpg</button>
<button id="preview" caption="Preview" fixup="true">classic/preview.jpg</button>
<button id="previous" caption="Previous" fixup="true">classic/arrow_previous.jpg</button>
<button id="publish" caption="Publish" fixup="true">classic/publish.jpg</button>
<button id="read_new" caption="Read New" fixup="true">classic/read_new.jpg</button>
<button id="remind" caption="Password Reminder" fixup="true">classic/reminder.jpg</button>
<button id="remove" caption="Remove" fixup="true">classic/remove.jpg</button>
<button id="scribble" caption="Scribble" fixup="true">classic/scribble.jpg</button>
<button id="search" caption="Search" fixup="true">classic/search.jpg</button>
<button id="send" caption="Send E-Mail" fixup="true">classic/send_email.jpg</button>
<button id="sendagain" caption="Send Again" fixup="true">classic/send_again.jpg</button>
<button id="set" caption="Set" fixup="true">classic/set.jpg</button>
<button id="show" caption="Show" fixup="true">classic/show.jpg</button>
<button id="show_topic" caption="Show Topic" fixup="true">classic/show_topic.jpg</button>
<button id="topic_list" caption="Topic List" fixup="true">classic/topic_list.jpg</button>
<button id="ua_accept" caption="I Accept" fixup="true">classic/user_accept.jpg</button>
<button id="ua_decline" caption="I Decline" fixup="true">classic/user_decline.jpg</button>
<button id="unarchive_topic" caption="Unarchive Topic" fixup="true">classic/unarchive_topic.jpg</button>
<button id="unfreeze_topic" caption="Unfreeze Topic" fixup="true">classic/unfreeze_topic.jpg</button>
<button id="update" caption="Update" fixup="true">classic/update.jpg</button>
<button id="upload" caption="Upload" fixup="true">classic/upload.jpg</button>
<button id="yes" caption="Yes" fixup="true">classic/yes.jpg</button>
<button id="_null_" fixup="true">bn_transparent.gif</button>
</buttons>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 895 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1000 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 954 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 925 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 966 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 921 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1001 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 916 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 969 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 875 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 906 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 969 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 944 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 957 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 909 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 951 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 879 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 910 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 997 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 970 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 939 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 949 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 935 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 889 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 917 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1004 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1015 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 942 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 880 B

BIN
web/images/classic/add.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
web/images/classic/find.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
web/images/classic/go.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
web/images/classic/hide.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
web/images/classic/no.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
web/images/classic/nuke.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
web/images/classic/ok.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
web/images/classic/post.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
web/images/classic/set.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
web/images/classic/show.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Some files were not shown because too many files have changed in this diff Show More