From: Terran McCanna Date: Mon, 21 Oct 2013 18:17:35 +0000 (-0400) Subject: Further tweaks to search limits and modifications to book bag links. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e2008679fb26c080923e27b8690b4f038d1046c0;p=evergreen%2Fpines.git Further tweaks to search limits and modifications to book bag links. --- diff --git a/Open-ILS/examples/kpac.xml b/Open-ILS/examples/kpac.xml index ff2c3c4f87..6338462ab5 100644 --- a/Open-ILS/examples/kpac.xml +++ b/Open-ILS/examples/kpac.xml @@ -60,14 +60,14 @@ - https://test.gapines.org/eg/kpac/results?bookbag=153202;page=0;locg=1;depth=0 - https://test.gapines.org/eg/kpac/results?bookbag=153204;page=0;locg=1;depth=0 - https://test.gapines.org/eg/kpac/results?bookbag=153203;page=0;locg=1;depth=0 - https://test.gapines.org/eg/kpac/results?bookbag=153201;page=0;locg=1;depth=0 - https://test.gapines.org/eg/kpac/results?bookbag=153206;page=0;locg=1;depth=0 - https://test.gapines.org/eg/kpac/results?bookbag=154170;page=0;locg=1;depth=0 - https://test.gapines.org/eg/kpac/results?bookbag=153205;page=0;locg=1;depth=0 - https://test.gapines.org/eg/kpac/results?bookbag=154171;page=0;locg=1;depth=0 + https://test.gapines.org/eg/kpac/results?bookbag=153202;locg=1;trail=11 + https://test.gapines.org/eg/kpac/results?bookbag=153204;locg=1;trail=11 + https://test.gapines.org/eg/kpac/results?bookbag=153203;locg=1;trail=11 + https://test.gapines.org/eg/kpac/results?bookbag=153201;locg=1;trail=11 + https://test.gapines.org/eg/kpac/results?bookbag=153206;locg=1;trail=11 + https://test.gapines.org/eg/kpac/results?bookbag=154170;locg=1;trail=11 + https://test.gapines.org/eg/kpac/results?bookbag=153205;locg=1;trail=11 + https://test.gapines.org/eg/kpac/results?bookbag=154171;locg=1;trail=11 diff --git a/Open-ILS/src/templates/kpac/parts/grid.tt2 b/Open-ILS/src/templates/kpac/parts/grid.tt2 index 566a6a3586..195021d7b5 100644 --- a/Open-ILS/src/templates/kpac/parts/grid.tt2 +++ b/Open-ILS/src/templates/kpac/parts/grid.tt2 @@ -32,7 +32,7 @@ MACRO render_kpac_grid(page_id) BLOCK; [% ELSIF cell.type == 'simplesearch'; %] - [% cell.name %] [% ELSIF cell.type == 'link'; %] diff --git a/Open-ILS/src/templates/kpac/parts/searchlimits.tt2 b/Open-ILS/src/templates/kpac/parts/searchlimits.tt2 index c0df2455d7..41121bce94 100644 --- a/Open-ILS/src/templates/kpac/parts/searchlimits.tt2 +++ b/Open-ILS/src/templates/kpac/parts/searchlimits.tt2 @@ -4,7 +4,7 @@ [% newurl = oldurl %] [% IF (matches = oldurl.match('/results?')) %] -

Limit Results By Age Group:

+

Results By Age Group:

-

Limit Results by Library:

+

Showing Results For:

[% PROCESS "kpac/parts/org_selector.tt2" %] diff --git a/Open-ILS/web/kpac/index.html b/Open-ILS/web/kpac/index.html new file mode 100644 index 0000000000..42c6b8f659 --- /dev/null +++ b/Open-ILS/web/kpac/index.html @@ -0,0 +1,14 @@ + + + + + + + KPAC + + +

If you are not redirected automatically, follow the link to the main page.

+ + \ No newline at end of file