]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPac: Facets on results page
authorBill Erickson <berick@esilibrary.com>
Fri, 30 Sep 2011 20:01:22 +0000 (16:01 -0400)
committerDan Scott <dscott@laurentian.ca>
Tue, 4 Oct 2011 01:06:35 +0000 (21:06 -0400)
commitd28ca61d634511a6bf693b8b4e3da1ef18dcd503
tree16a41cd131788b18224cfecf5ef48dead4239184
parent11c3308a4b88c5d6c03b68058fb142c1b650e01b
TPac: Facets on results page

Show search facets along the left side of the results page.  Clicking on
a facet re-runs the current search with the  new facet appeneded.
Selected facets are styled to indicate they are selected.  Clicking on a
selected facet removes that facet from the set of selected facets (i.e.
it backs out the facet).

TODO: update CSS to match default Evergreen skin

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Util.pm
Open-ILS/src/templates/opac/parts/result/facets.tt2 [new file with mode: 0644]
Open-ILS/src/templates/opac/parts/result/table.tt2
Open-ILS/web/css/skin/default/opac/style.css
Open-ILS/web/images/adv_search_minus_btn.png [new file with mode: 0644]
Open-ILS/web/images/adv_search_plus_btn.png [new file with mode: 0644]
Open-ILS/web/images/facet_box_bg.png [new file with mode: 0644]
Open-ILS/web/images/facet_box_bg_bottom.png [new file with mode: 0644]