]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/parts/result/lowhits.tt2
Tpac: show staff saved searches on no-results page
[working/Evergreen.git] / Open-ILS / src / templates / opac / parts / result / lowhits.tt2
1 <div>
2     <div id="zero_search_hits">
3         <div class="zero_search_hits_saved">
4             [% INCLUDE "opac/parts/staff_saved_searches.tt2" %]
5         </div>
6         <div class="zero_search_hits_main">
7             <p>[% l('Sorry, no entries were found for') %]
8                 [% IF is_advanced OR is_special; l('your search'); ELSE %]
9                 <q>[% CGI.param('query') | html %]</q>
10                 [% END %]
11             </p>
12         </div>
13         <div style="float:right;width:353px;background:#ccc;padding:10px;margin-top:7px;">
14             [% INCLUDE "opac/parts/result/lowhits_purchase.tt2" %]
15             <p>
16                 <strong>Keyword Search Tips</strong><br />
17                 Try changing to <strong>Advanced Search</strong>.
18             </p>
19             <p>
20                 <strong>Adjacency</strong><br />
21                 Multiple words are not searched together as a phrase. They will
22                 be found in various parts of the record. To search for a phrase, enclose your
23                 search terms in quotation marks.<br />
24                 (example:  <strong>&quot;garcia marquez&quot;</strong>)
25             </p>
26             <p>
27                 <strong>Truncation</strong><br />
28                 Words may be right-hand truncated using an asterisk. Use a single asterisk *
29                 to truncate any number of characters.<br />
30                 (example: <strong>environment* agency</strong>)
31             </p>
32             <p>
33                 <strong>Anchored Searching</strong><br />
34                 You may use ^ and $ to indicate "phrase begins with" and
35                 "phrase ends with," respectively, within a search phrase
36                 enclosed in quotation marks.<br />
37                 (examples: <strong>"^harry"</strong> for phrases that begin with
38                 the term <em>harry</em>.
39                 <strong>"stone$"</strong> for phrases that end in <em>stone</em>.)
40             </p>
41         </div>
42     </div>
43 </div>