From: Terran McCanna Date: Thu, 17 Oct 2013 20:51:38 +0000 (-0400) Subject: Modifications to quick search functions and stylesheet. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3f495fca9534fc702cb31290ba5c43edbffe7aaf;p=evergreen%2Fpines.git Modifications to quick search functions and stylesheet. --- diff --git a/Open-ILS/examples/kpac.xml b/Open-ILS/examples/kpac.xml index 8135ab85bd..ff2c3c4f87 100644 --- a/Open-ILS/examples/kpac.xml +++ b/Open-ILS/examples/kpac.xml @@ -9,21 +9,36 @@ + + + - - kw:halloween - - kw:dinosaur - kw:princess + + + + keyword:halloween + + keyword:dinosaur + keyword:princess 10 12 11 @@ -33,35 +48,36 @@ + - kw:car || kw:truck || kw:automobile - kw:airplane - kw:train - kw:tractor || kw:construction - kw:boat || kw:ship - kw:tank || kw:submarine || kw:aircraft carrier + (keyword:car || keyword:truck || keyword: automobile) + keyword:airplane + (keyword:train || keyword:locomotive) + (keyword:tractor || keyword:construction) + (keyword:boat || keyword:ship) + (keyword:tank || keyword:submarine || keyword:aircraft carrier) - https://gapines.org/eg/kpac/results?bookbag=153202;page=0;locg=1;depth=0 - https://gapines.org/eg/kpac/results?bookbag=153204;page=0;locg=1;depth=0 - https://gapines.org/eg/kpac/results?bookbag=153203;page=0;locg=1;depth=0 - https://gapines.org/eg/kpac/results?bookbag=153201;page=0;locg=1;depth=0 - https://gapines.org/eg/kpac/results?bookbag=153206;page=0;locg=1;depth=0 - https://gapines.org/eg/kpac/results?bookbag=154170;page=0;locg=1;depth=0 - https://gapines.org/eg/kpac/results?bookbag=153205;page=0;locg=1;depth=0 - https://gapines.org/eg/kpac/results?bookbag=154171;page=0;locg=1;depth=0 + 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 - ? - ? - ? - ? - ? - ? + (keyword:abc || keyword:alphabet) + (keyword:number || keyword:123 || keyword:counting) + keyword:colors + (keyword:shapes || keyword:circle || keyword:square || keyword:triangle) + keyword:telling time + (keyword:seasons || keyword:winter || keyword:spring || keyword:summer || keyword:fall) diff --git a/Open-ILS/src/templates/kpac/parts/grid.tt2 b/Open-ILS/src/templates/kpac/parts/grid.tt2 index bec7750586..803ead5b42 100644 --- a/Open-ILS/src/templates/kpac/parts/grid.tt2 +++ b/Open-ILS/src/templates/kpac/parts/grid.tt2 @@ -30,7 +30,7 @@ MACRO render_kpac_grid(page_id) BLOCK; [% cell.name %] - [% ELSIF cell.type == 'search'; %] + [% ELSIF cell.type == 'simplesearch'; %] - + [% END %] diff --git a/Open-ILS/web/css/skin/default/kpac/style.css b/Open-ILS/web/css/skin/default/kpac/style.css index e67cbe3e86..2375cdbf4c 100755 --- a/Open-ILS/web/css/skin/default/kpac/style.css +++ b/Open-ILS/web/css/skin/default/kpac/style.css @@ -78,7 +78,7 @@ input[type=text], input[type=password], textarea { .main_center { width:956px; margin:auto; - padding-bottom:20px; + padding-bottom:0px; padding-top:17px; } @@ -337,9 +337,11 @@ input[type=text], input[type=password], textarea { } .footer_wrapper { - position:absolute; + /* position:absolute; bottom:-50; - width:100%; + width:100%; */ + width: 936px; + margin:auto; height:60px; background:#000; font-size:13px; @@ -1069,17 +1071,21 @@ div.hr { .deweytenstitle { font-weight:bold; font-size:x-large; - background-color:#0098f9; - color:#fff; + color:#000; + background-color:#ddd; margin:0px; + border-top:3px solid #000; } .deweytensdescription { font-weight:bold; font-size:large; - background-color:#0098f9; - color:#fff; + color:#000; + background-color:#ddd; margin:0px; height:50px; } +.branchpicker select { + width:215px; +} \ No newline at end of file