<div class="facet_box_wrapper">
+ [% IF !CGI.url_param('metarecord') %]
<div style="border-right:1px solid #eee;width:15em;margin-bottom:10px;">
<div class="header_middle">
- [% l('Narrow Your Search') %]</div>
+ [% l('Narrow Your Search') %]
+ </div>
<i>Tip: Click on the links below to narrow down your search results. To remove a search limit you've selected, click on the link again.</i>
</div>
+ [% END %]
[%
long_facets = CGI.param('long_facet') || [];
[% INCLUDE "opac/parts/searchbar.tt2" took_care_of_form=1 %]
<div class="header_middle" style="background-color:#fff;padding:20px 0px 10px 10px;margin:0px;font-size:2em;">[% l('Search Results') %]</div>
<h3 class="sr-only">[% l('Additional search filters and navigation') %]</h3>
- <div class="almost-content-wrapper">
+ <div class="almost-content-wrapper" style="background-color:#ccc;border-top:1px solid #666;border-bottom:1px solid #999;">
[%# hide the header bar when displaying metarecord constituents
instead of skipping it altogether to allow the search form
variables to propagate %]
mr_attrs.title) | html %]
</div>
[% IF CGI.param('query') %]
- <div>
- <a href="[% mkurl(ctx.opac_root _ '/results', {}, ['metarecord']); %]" rel="nofollow" vocab="">
+ <div class="results_header_bar" style="padding-top:13px;">
+ <a href="[% mkurl(ctx.opac_root _ '/results', {}, ['metarecord']); %]" rel="nofollow" vocab="" style="text-decoration:none;font-weight:bold;">
[% l('◄ Return to Grouped Search Results') %]
</a>
</div>