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