]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/result/lowhits.tt2
Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin...
[Evergreen.git] / Open-ILS / web / templates / default / opac / parts / result / lowhits.tt2
1 <div id='result_low_hits'>
2     <div id="zero_search_hits">
3         <div>
4             <p>[% l('Sorry, no entries were found for') %]
5                 [% IF is_advanced; l('your search'); ELSE %]
6                 <q>[% CGI.param('query') | html %]</q>
7                 [% END %]
8                 <br />
9                 <span id="zero_hits_label1" class="hide_me">Did you mean
10                     <strong><a id="spell_check_link" href="javascript:;"></a></strong>?</span>
11             </p>
12             <table cellpadding="0" cellspacing="0" border="0">
13                 <tr>
14                     <td valign="top" style="padding-right:10px;">
15                         <span id="zero_hits_label2" class="hide_me">Other Possibilities:</span>
16                     </td>
17                     <td id="zero_hits_suggestions"></td>
18                 </tr>
19             </table>
20         </div>
21         <div style="float:right;width:353px;background:#ccc;padding:10px;margin-top:7px;">
22             <p>
23                 <strong>Still not finding what you are looking for?</strong><br />
24                 Request that KCLS purchase the material you are looking for by making a
25                 <a href="javascript:;">Purchase Request</a><br />
26                 <strong>Note:</strong> You must be logged in to make a Purchase Request<br />
27             </p>
28             <p>
29                 <strong>Keyword Search Tips</strong><br />
30                 Change to <strong>Advanced Keyword Search.</strong>
31             </p>
32             <p>
33                 <strong>Adjacency</strong><br />
34                 Multiple words are not searched together as a phrase. They will
35                 be found in various parts of the record. To search for a phrase, enclose your
36                 search terms in quotation marks.<br />
37                 (example:  <strong>&quot;garcia marquez&quot;</strong>)
38             </p>
39             <p>
40                 <strong>Truncation</strong><br />
41                 Words may be right-hand truncated using an asterisk. Use a single asterisk *
42                 to truncate from 1-5 characters. Use a double asterisk ** for open-ended truncation.<br />
43                 (example: <strong>environment* agency</strong>)
44             </p>
45             <p>
46                 <strong>Wildcards</strong><br />
47                 You may use a question mark to replace a single character anywhere within a word.<br />
48                 example: <strong>wom?</strong>)
49             </p>
50         </div>
51     </div>
52     <div class="hide_me">
53         <div style='text-align: center; padding-bottom: 8px;' class="hide_me">
54             <div id='result_low_hits_msg' class='hide_me'>[% l("Few hits were returned for your search.") %]</div>
55             <div id='result_zero_hits_msg' class='hide_me'>[% l("Zero hits were returned for your search.") %]</div>
56         </div>
57
58         <!-- spell checker -->
59         <div id='did_you_mean' class='lowhits_div hide_me'>
60             <span>[% l("Maybe you meant:") %] </span>
61             <!-- <a class='classic_link' id='spell_check_link'> </a> -->
62         </div>
63
64         <div id='low_hits_remove_format' class='lowhits_div hide_me'>
65             <span>[% l("You will find more hits when searching all item formats:") %] </span>
66             <a id='low_hits_remove_format_link' class='classic_link'>[% l("Search again with all formats?") %]</a>
67         </div>
68
69         <div id='low_hits_cross_ref' class='lowhits_div hide_me'>
70             <span>[% l("You may also like to try these related searches:") %]</span>
71             <div style='padding: 5px;'>
72                 <a id='low_hits_xref_link' class='classic_link' style='padding-right: 5px;'> </a>
73             </div>
74         </div>
75
76         <div id='low_hits_expand_range' class='lowhits_div hide_me'>
77             <span>[% l("You may also wish to expand your search range to:") %] </span>
78             <a id='low_hits_expand_link' class='classic_link' style='padding-right: 5px;'> </a>
79         </div>
80
81         <div id='low_hits_search_type' class='lowhits_div hide_me'>
82             <span>[% l("You can try searching the same terms by:") %]</span>
83             <a id='low_hits_title_search' class='hide_me classic_link' 
84                 style='padding-right: 5px;'>[% l("title") %]</a>
85             <a id='low_hits_author_search' class='hide_me classic_link' 
86                 style='padding-right: 5px;'>[% l("author") %]</a>
87             <a id='low_hits_subject_search' class='hide_me classic_link' 
88                 style='padding-right: 5px;'>[% l("subject") %]</a>
89             <a id='low_hits_series_search' class='hide_me classic_link' 
90                     style='padding-right: 5px;'>[% l("series") %]</a>
91             <a id='low_hits_keyword_search' class='hide_me classic_link' 
92                 style='padding-right: 5px;'>[% l("keyword") %]</a>
93         </div>
94     </div>
95 </div>