pad_depth = pad_depth * 2;
display_name = loc_grp ? loc_grp.name : korg_unit.name %]
+ [% IF node_value == 1 %]
+ [% display_name = "All PINES Libraries" %]
+ [% END %]
<option value='[% node_value %]' [% selected %] [% disabled %] [% css_class %]>
[% ' ' FOR [0..pad_depth]; display_name | html %]
WRAPPER "kpac/parts/subpage.tt2";
ctx.page_title = l('Search Results') %]
-<h2 class="sub_header2">[% l('Search Results') %]</h2>
+[% IF ctx.bookbag %]
+ <h2 class="sub_header2">[% ctx.bookbag.name | html %]</h2>
+ <div style="font-weight:bold;font-size:1.5em;text-align:center;">[% ctx.bookbag.description | html %]</div>
+[% ELSE %]
+ <h2 class="sub_header2">[% l('Search Results') %]</h2>
+[% END %]
+
[% IF ctx.records.size == 0 %]
<div class="sub_navigation2">
[% INCLUDE 'kpac/parts/paginate.tt2' %]
- </div>
+ </div>
<div id="search_results_parent"> [%
FOR rec IN ctx.records;