Bug 22672: Change <i> to <em> and <b> to <strong> in templates, includes, xslt
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-results.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% SET TagsShowEnabled = ( ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsShowOnList ) %]
5 [% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'TagsEnabled' ) == 1 ) && TagsInputOnList ) %]
6 [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
7 [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %]
8
9 [% IF firstPage %]
10      [% SET OverDriveEnabled = Koha.Preference('OverDriveLibraryID') && Koha.Preference('OverDriveClientKey') && Koha.Preference('OverDriveClientSecret') %]
11      [% SET RecordedBooksEnabled = Koha.Preference('RecordedBooksLibraryID') && Koha.Preference('RecordedBooksClientSecret') %]
12 [% END %]
13
14 [% INCLUDE 'doc-head-open.inc' %]
15 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo;
16 [% IF ( searchdesc ) %]
17     [% IF ( ms_value ) %]
18         Results of search for '[% ms_value | html %]'
19     [% ELSE %]
20         Search results
21     [% END %]
22 [% ELSE %]
23     You did not specify any search criteria.
24 [% END %]</title>
25 [% INCLUDE 'doc-head-close.inc' %]
26
27 <link rel="alternate" type="application/rss+xml" title="[% LibraryName | html %] Search RSS feed" href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;count=[% countrss |uri %]&amp;sort_by=acqdate_dsc&amp;format=rss" />
28 </head>
29 [% BLOCK cssinclude %][% END %]
30 [% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %]
31 [% INCLUDE 'masthead.inc' %]
32
33     <div class="main">
34         <ul class="breadcrumb">
35             <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
36                 [% IF ( searchdesc ) %]
37                     [% IF ( ReturnPath ) %]
38                         <li>
39                             <a href="[% ReturnPath | url %]">Advanced search</a> <span class="divider">&rsaquo;</span>
40                         </li>
41                     [% END %]
42                     <li>
43                         [% IF ( ms_value ) %]
44                             <a href="#" title="You searched [% IF ( query_desc ) %] for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %]">Results of search for '[% ms_value | html %]'</a>
45                         [% ELSE %]
46                             <a href="#" title="You searched [% IF ( query_desc ) %] for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %]">Search results</a>
47                         [% END %]
48                     </li>
49                 [% ELSE %]
50                     <li>
51                         <a href="#">You did not specify any search criteria</a>
52                     </li>
53                 [% END %]
54         </ul>
55
56         [% UNLESS ( total ) %]
57             <div class="container-fluid">
58                 <div class="row-fluid">
59                     <div class="span12">
60                         <h2 id="numresults">No results found!</h2>
61                         <p>
62                             [% IF ( searchdesc ) %]
63                                 No results found for that in [% LibraryName | html %] catalog.
64                                 <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;format=rss" aria-label="Subscribe to this search" class="btn btn-link rsssearchlink noprint">
65                                     <i class="fa fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this search"></i>
66                                 </a>
67                             [% ELSE %]
68                                 You did not specify any search criteria.
69                             [% END %]
70                         </p>
71                         [% IF ( ReturnPath ) %]
72                            <div class="returntosearch">
73                                 <p><a href="[% ReturnPath | url %]">Return to the last advanced search</a></p>
74                             </div>
75                         [% END %]
76                         [% IF ( OPACNoResultsFound ) %]
77                             <div id="noresultsfound">
78                                 [% OPACNoResultsFound | $raw %]
79                             </div>
80                         [% END %]
81                     </div> <!-- / .span12 -->
82                 </div> <!-- / .row-fluid -->
83             </div> <!-- / .container-fluid -->
84         [% END # / UNLESS searchdesc %]
85
86         <div class="container-fluid">
87             <div class="row-fluid">
88                 [% IF ( opacfacets && total ) %]
89                     <div class="span2">
90                         <div id="facetcontainer">
91                             <!-- FACETS START -->
92                             [% INCLUDE 'opac-facets.inc' %]
93                             <!-- FACETS END -->
94                         </div>
95                     </div>
96                 [% END %]
97
98                 [% IF ( total ) %]
99                    [% IF ( opacfacets ) %]
100                    <div class="span10 maincontent">
101                    [% ELSE %]
102                    <div class="span12 maincontent">
103                    [% END %]
104                 [% ELSE %]
105                    [% IF ( opacfacets ) %]
106                    <div class="span10">
107                    [% ELSE %]
108                    <div class="span12">
109                    [% END %]
110                 [% END %]
111
112                 [% IF ( searchdesc ) %]
113                     [% IF ( total ) %]
114                         <h2 id="numresults">
115                             Your search returned [% total | html %] results.
116                             <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;format=rss" class="btn btn-link rsssearchlink noprint" aria-label="Subscribe to this search">
117                                 <i class="fa fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this search"></i>
118                             </a>
119                         </h2>
120                         [% IF ( related ) %]
121                         <p>(related searches:[% FOREACH relate IN related %] [% relate.related_search | html %][% END %]).</p>
122                         [% END %]
123                     [% END # / IF total %]
124                 [% END # / IF searchdesc %]
125
126                 <div id="userresults">
127                     [% IF ( DidYouMean ) %]
128                         <div id="didyoumean">Not what you expected? Check for <a href="/cgi-bin/koha/svc/suggestion?render=standalone&amp;q=[% querystring | uri %]">suggestions</a></div>
129                     [% END %]
130
131                     [% IF ( koha_spsuggest ) %]
132                         Did you mean:
133                         <ul style="list-style: none;">
134                             [% FOREACH SPELL_SUGGES IN SPELL_SUGGEST %]
135                             <li>
136                                 <a href="/cgi-bin/koha/opac-search.pl?q=[% SPELL_SUGGES.spsuggestion | uri %]">[% SPELL_SUGGES.spsuggestion | html %]</a>
137                             </li>
138                             [% END %]
139                         </ul>
140                     [% END # / IF koha_spsuggest%]
141                     [% IF ( total ) %]
142                         [% IF ( ReturnPath ) %]
143                             <div class="returntosearch">
144                                 <p><a href="[% ReturnPath | url %]">Return to the last advanced search</a></p>
145                             </div>
146                         [% END %]
147                     [% END %]
148                     [% IF ( query_error ) %]
149                         <div class="dialog alert">
150                             <h4>Error:</h4>
151                             [% query_error | html %]
152                         </div>
153                     [% END %]
154
155                     <!-- Search Results Table -->
156                     [% IF ( total ) %]
157
158                         <div class="searchresults">
159                             <form action="/cgi-bin/koha/opac-search.pl" method="get" name="bookbag_form" id="bookbag_form" class="checkboxed">
160                                 [% IF ( searchdesc ) %]
161                                     [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
162                                         <input type="hidden" name="[% QUERY_INPUT.input_name | html %]" value="[% QUERY_INPUT.input_value | html %]"/>
163                                     [% END %]
164                                     [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
165                                         <input type="hidden" name="[% LIMIT_INPUT.input_name | html %]" value="[% LIMIT_INPUT.input_value | html %]"/>
166                                     [% END %]
167                                 [% END # IF /searchdesc %]
168
169                                 <div id="floating">
170                                     <div id="toolbar" class="toolbar clearfix">
171                                         <div id="top-pages" class="pull-left">[% INCLUDE 'page-numbers.inc' %]</div>
172                                         [% UNLESS tag %]
173                                             <div class="sort_by pull-right">
174                                                 <select id="sort_by" class="resort" name="sort_by"> [% INCLUDE 'resort_form.inc' %] </select>
175
176                                                 [% IF Koha.Preference('OPACnumSearchResultsDropdown') %]
177                                                     <label for="results_per_page">Results per page: </label>
178                                                     <select id="results_per_page" name="count">
179                                                         [% IF Koha.Preference('OPACnumSearchResults') %]
180                                                             [% IF results_per_page == Koha.Preference('OPACnumSearchResults') %]
181                                                                 <option value="[% Koha.Preference('OPACnumSearchResults') | html %]" selected="selected">Library default: [% Koha.Preference('OPACnumSearchResults') | html %]</option>
182                                                             [% ELSE %]
183                                                                 <option value="[% Koha.Preference('OPACnumSearchResults') | html %]">Library default: [% Koha.Preference('OPACnumSearchResults') | html %]</option>
184                                                             [% END %]
185                                                         [% END %]
186                                                         [% IF results_per_page == '20' %]<option value="20" selected="selected">20</option>[% ELSE %]<option value="20">20</option>[% END %]
187                                                         [% IF results_per_page == '40' %]<option value="40" selected="selected">40</option>[% ELSE %]<option value="40">40</option>[% END %]
188                                                         [% IF results_per_page == '60' %]<option value="60" selected="selected">60</option>[% ELSE %]<option value="60">60</option>[% END %]
189                                                         [% IF results_per_page == '80' %]<option value="80" selected="selected">80</option>[% ELSE %]<option value="80">80</option>[% END %]
190                                                         [% IF results_per_page == '100' %]<option value="100" selected="selected">100</option>[% ELSE %]<option value="100">100</option>[% END %]
191                                                     </select>
192                                                 [% END %]
193
194                                                 <input type="submit" class="btn btn-sm clearfix" id="sortsubmit" value="Go" />
195                                             </div>
196                                         [% END %]
197                                     </div> <!-- / #toolbar -->
198
199                                     <div id="selections-toolbar" class="toolbar noprint">
200                                         [% IF ( OpacHighlightedWords ) %]
201                                             <div class="highlight_controls noprint">
202                                                 <a href="#" class="btn btn-link highlight_toggle" id="highlight_toggle_off"><i class="fa fa-fw fa-pencil" aria-hidden="true"></i> Unhighlight</a>
203                                                 <a href="#" class="btn btn-link highlight_toggle" id="highlight_toggle_on"><i class="fa fa-fw fa-pencil" aria-hidden="true"></i> Highlight</a>
204                                             </div>
205                                             <span class="sep">|</span>
206                                         [% END %]
207                                         <!-- checkall, clearall are now needed for placehold -->
208                                         <span class="checkall"></span>
209                                         <span class="clearall"></span> <span class="sep">|</span>
210
211                                             <span class="links">
212                                                 [% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %]
213                                                     <span class="addto"></span>
214                                                 [% END %]
215                                                 <span id="placehold"></span>
216
217                                                 [% IF ( TagsInputEnabled && loggedinusername ) %]
218                                                     <span id="tagsel_span">
219                                                         <button id="tagsel_tag" class="btn btn-link disabled" type="submit" style="display:none"><i class="fa fa-fw fa-tag" aria-hidden="true"></i> Tag</button>
220                                                     </span>
221                                                     <div id="tagsel_form" style="display:none">
222                                                         <label for="tagsel_new">New tag:</label>
223                                                         <input type="text" name="tagsel_new" id="tagsel_new" maxlength="100" />
224                                                         <input id="tagsel_button" name="tagsel_button" class="tagsel_button btn btn-small" title="Add" type="submit" value="Add" />
225                                                         <a href="#" id="tagsel_cancel">(done)</a>
226                                                     </div>
227                                                     <div id="tagsel_status" class="tagsel_tatus" style="display:none;">
228                                                         Tag status here.
229                                                     </div>
230                                                 [% END %]
231                                             </span> <!-- / .links -->
232                                     </div> <!-- / #selections-toolbar -->
233                                 </div> <!-- /#floating -->
234
235                                 <!-- TABLE RESULTS START -->
236                                 <table class="table table-striped">
237
238                                     <!-- Actual Search Results -->
239                                     [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
240                                         <tr>
241                                             [% # Cell 1: Checkbox %]
242                                             <td class="select selectcol">
243                                                 [% IF Koha.Preference( 'opacbookbag' ) == 1 %]
244                                                     <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label>
245                                                 [% ELSE %]
246                                                     [% IF Koha.Preference( 'virtualshelves' ) == 1 %]
247                                                         <input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label>
248                                                     [% ELSE %]
249                                                         [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
250                                                             [% UNLESS ( SEARCH_RESULT.norequests ) %]
251                                                                 [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]<input type="checkbox" class="cb" id="bib[% SEARCH_RESULT.biblionumber | html %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber | html %]" /> <label for="bib[% SEARCH_RESULT.biblionumber | html %]"></label>
252                                                                 [% END %]
253                                                             [% END %]
254                                                         [% END # IF RequestOnOpac %]
255                                                     [% END # IF virtualshelves %]
256                                                 [% END # IF opacbookbag%]
257                                             </td>
258                                             [% # Cell 2: Show result number if OpacHiddenItems is empty %]
259                                             <td class="select selectcol">
260                                                 [% UNLESS suppress_result_number %]
261                                                     [% SEARCH_RESULT.result_number | html %].
262                                                 [% END %]
263                                             </td>
264
265                                             [% IF ( !item_level_itypes && !Koha.Preference('OpacNoItemTypeImages') ) %]
266                                                 [% # Cell 3: Show item type image %]
267                                                 <td class="itypecol">
268                                                     [% IF ( SEARCH_RESULT.imageurl ) %]
269                                                         <img src="[% SEARCH_RESULT.imageurl | html %]" title="[% SEARCH_RESULT.description | html %]" alt="[% SEARCH_RESULT.description | html %]" />
270                                                     [% END %]
271                                                     [% IF ( SEARCH_RESULT.score_avg ) %]
272                                                         <img src="[% themelang | html %]/../images/bonus.png" title="bonus" style="max-height: 35px;"/>
273                                                     [% END %]
274                                                 </td>
275                                             [% END %]
276
277                                             [% # Cell 4: Search result details and controls %]
278                                             <td class="bibliocol">
279                                                 <div class="coverimages itemtype_[% SEARCH_RESULT.itemtype | html %]">
280                                                     <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">
281                                                         [% IF ( SEARCH_RESULT.title ) %]
282                                                             [% img_title = SEARCH_RESULT.title %]
283                                                         [% ELSE %]
284                                                             [% img_title = SEARCH_RESULT.biblionumber %]
285                                                         [% END %]
286                                                         [% IF ( OPACLocalCoverImages ) %]
287                                                             <span title="[% img_title | html %]" class="[% SEARCH_RESULT.biblionumber | html %]" id="local-thumbnail[% loop.count | html %]"></span>
288                                                         [% END %]
289
290                                                         [% IF ( AdlibrisEnabled && SEARCH_RESULT.normalized_isbn ) %]
291                                                             <span title="[% img_title | html %]" id="adlibris-thumbnail[% loop.count | html %]">
292                                                                 <img src="[% AdlibrisURL | html %]?isbn=[% SEARCH_RESULT.normalized_isbn | html %]"
293                                                                      alt="Adlibris thumbnail for ISBN: [% SEARCH_RESULT.normalized_isbn | html %]" class="adlibris-cover" />
294                                                             </span>
295                                                         [% END %]
296                                                         [% IF ( OPACAmazonCoverImages ) %]
297                                                             [% IF ( SEARCH_RESULT.normalized_isbn ) %]
298                                                                     <span title="[% img_title | html %]" id="amazon-thumbnail[% loop.count | html %]"><img src="https://images-na.ssl-images-amazon.com/images/P/[% SEARCH_RESULT.normalized_isbn | html %].01.TZZZZZZZ.jpg" alt="" class="item-thumbnail" /></span>
299                                                             [% ELSE %]
300                                                                 <span class="no-image">No cover image available</span>
301                                                             [% END %]
302                                                         [% END %]
303
304                                                         [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %]
305                                                             [% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %]
306                                                                     <span title="[% img_title | html %]" id="syndetics-thumbnail[% loop.count | html %]"><img src="https://secure.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn | html %]/SC.GIF&amp;client=[% SyndeticsClientCode | html %]&amp;type=xw10&amp;upc=[% SEARCH_RESULT.normalized_upc | html %]&amp;oclc=[% SEARCH_RESULT.normalized_oclc | html %]" alt="" class="item-thumbnail" /></span>
307                                                             [% ELSE %]
308                                                                 <span class="no-image">No cover image available</span>
309                                                             [% END %]
310                                                         [% END %]
311
312                                                         [% IF ( GoogleJackets ) %]
313                                                             [% IF ( SEARCH_RESULT.normalized_isbn ) %]
314                                                                 <span title="[% img_title | html %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="gbs-thumbnail[% loop.count | html %]"></span>
315                                                             [% ELSE %]
316                                                                 <span class="no-image">No cover image available</span>
317                                                             [% END %]
318                                                         [% END %]
319
320                                                         [% IF ( Koha.Preference('OpacCoce') && Koha.Preference('CoceProviders') ) %]
321                                                           [% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn | html %]
322                                                           [% IF ( coce_id ) %]
323                                                             <span title="[% img_title | html %]" class="[% coce_id | html %]" id="coce-thumbnail[% loop.count | html %]"></span>
324                                                           [% ELSE %]
325                                                             <span class="no-image">No cover image available</span>
326                                                           [% END %]
327                                                         [% END %]
328
329                                                         [% IF OpenLibraryCovers %]
330                                                             [% IF SEARCH_RESULT.normalized_isbn %]
331                                                                 <span title="[% img_title | html %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="openlibrary-thumbnail[% loop.count | html %]"></span>
332                                                             [% ELSE %]
333                                                                 <span class="no-image">No cover image available</span>
334                                                             [% END %]
335                                                         [% END %]
336
337                                                         [% IF ( BakerTaylorEnabled && !BakerTaylorBookstoreURL ) %]
338                                                             [% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %]
339                                                             [% IF ( bt_id ) %]
340                                                                 <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" />
341                                                             [% ELSE %]
342                                                                 <span class="no-image">No cover image available</span>
343                                                             [% END %]
344                                                         [% END %]
345                                                     </a>
346
347                                                     [% IF ( BakerTaylorEnabled && BakerTaylorBookstoreURL ) %]
348                                                         [% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %]
349                                                         [% IF ( bt_id ) %]
350                                                             <a href="https://[% BakerTaylorBookstoreURL | url %][% bt_id | url %]">
351                                                                 <img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" />
352                                                             </a>
353                                                         [% ELSE %]
354                                                             <span class="no-image">No cover image available</span>
355                                                         [% END %]
356                                                     [% END %]
357
358                                                     [% IF Koha.Preference('OPACCustomCoverImages') AND Koha.Preference('CustomCoverImagesURL') %]
359                                                          [% IF ( OPACURLOpenInNewWindow ) %]
360                                                             <a class="custom_cover_image" href="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]" target="_blank" rel="noreferrer"><img alt="Cover image" src="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]" /></a>
361                                                         [% ELSE %]
362                                                             <a class="custom_cover_image" href="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]"><img alt="Cover image" src="[% SEARCH_RESULT.biblio_object.custom_cover_image_url | url %]" /></a>
363                                                         [% END %]
364                                                     [% END %]
365
366                                                 </div>
367                                                 [% IF ( COinSinOPACResults && SEARCH_RESULT.coins ) %]
368                                                     <!-- COinS / Openurl -->
369                                                     <span class="Z3988" title="[% SEARCH_RESULT.coins | html %]"></span>
370                                                 [% END %]
371                                                 <div id="title_summary_[% SEARCH_RESULT.biblionumber | html %]" class="title_summary">
372                                                 [% IF ( OPACXSLTResultsDisplay ) %]
373                                                     [% SEARCH_RESULT.XSLTResultsRecord | $raw %]
374                                                 [% ELSE %]
375                                                     [% IF ( BiblioDefaultViewmarc ) %]
376                                                         <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | url %]" title="View details for this title">
377                                                     [% ELSE %]
378                                                         [% IF ( BiblioDefaultViewisbd ) %]
379                                                             <a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | url %]" title="View details for this title">
380                                                         [% ELSE %]
381                                                             <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | url %]" title="View details for this title">
382                                                         [% END %]
383                                                     [% END %]
384
385                                                     [% INCLUDE 'biblio-title.inc' biblio=SEARCH_RESULT %]
386
387                                                     [% IF ( SEARCH_RESULT.author ) %]
388                                                         by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% SEARCH_RESULT.author | url %]" title="Search for works by this author" class="author">[% SEARCH_RESULT.author | html %]</a>
389                                                     [% ELSE %]
390                                                         &nbsp;
391                                                     [% END %]
392
393                                                     <span class="results_summary publisher">
394                                                         <span class="label">Publication:</span>
395                                                             [% IF ( SEARCH_RESULT.place ) %][% SEARCH_RESULT.place | html %] [% END %]
396                                                             [% IF ( SEARCH_RESULT.publishercode ) %][% SEARCH_RESULT.publishercode | html %][% END %]
397                                                             [% IF ( SEARCH_RESULT.publicationyear ) %]
398                                                                 [% SEARCH_RESULT.publicationyear | html %]
399                                                             [% ELSE %]
400                                                                 [% IF ( SEARCH_RESULT.copyrightdate ) %]
401                                                                     [% SEARCH_RESULT.copyrightdate | html %]
402                                                                 [% END %]
403                                                             [% END %]
404                                                             [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages | html %][% END %]
405                                                             [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes | html %][% END %]
406                                                             [% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size | html %][% END %]
407                                                             [% IF ( SEARCH_RESULT.timestamp ) %] <em>(modified on [% SEARCH_RESULT.timestamp | html %])</em>[% END %]
408                                                     </span>
409
410                                                     [% IF ( SEARCH_RESULT.summary ) %]
411                                                         <span class="result_summary">
412                                                             [% SEARCH_RESULT.summary | html %]
413                                                         </span>
414                                                     [% END %]
415
416                                                     [% IF ( SEARCH_RESULT.copyrightdate ) %]
417                                                         <span class="results_summary date">
418                                                             <span class="label">Date:</span>
419                                                             [% SEARCH_RESULT.copyrightdate | html %]
420                                                         </span>
421                                                     [% END %]
422
423                                                     <span class="results_summary">
424                                                         <span class="label">Availability:</span>
425                                                             [% IF ( SEARCH_RESULT.available_items_loop.size() ) %]
426                                                                 <span class="available"><strong>Items available:</strong>
427                                                                     [% FOREACH available_items_loo IN SEARCH_RESULT.available_items_loop %]
428                                                                         [% IF available_items_loo.this_branch %]
429                                                                             <span class="highlight-row-results">
430                                                                         [% ELSE %]
431                                                                             <span>
432                                                                         [% END %]
433
434                                                                         [% IF ( singleBranchMode ) %]
435                                                                             <span class="shelvingloc">[% available_items_loo.location | html %]</span>
436                                                                         [% ELSE %]
437                                                                             [% available_items_loo.branchname | html %]
438                                                                         [% END %]
439
440                                                                         [% IF ( OPACItemsResultsDisplay ) %]
441                                                                             [% UNLESS ( singleBranchMode ) %]<span class="shelvingloc">[% available_items_loo.location | html %]</span>[% END %]
442                                                                             [% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/opac-search.pl?q=callnum:%22[% available_items_loo.itemcallnumber | url %]%22">[% available_items_loo.itemcallnumber | html %]</a>][% END %]
443                                                                         [% END %]
444                                                                         ([% available_items_loo.count | html %]),
445                                                                         </span>
446                                                                     [% END # / FOREACH available_items_loo %]
447                                                                 </span>
448                                                             [% ELSE %]
449                                                                 [% IF ( SEARCH_RESULT.ALTERNATEHOLDINGS ) %]
450                                                                     [% FOREACH ALTERNATEHOLDING IN SEARCH_RESULT.ALTERNATEHOLDINGS %]
451                                                                         &nbsp;<span id="alternateholdings">[% ALTERNATEHOLDING.holding | html %]</span>,
452                                                                     [% END %]
453                                                                 [% ELSE %]
454                                                                     <span class="unavailable">No items available:</span>
455                                                                 [% END %]
456                                                             [% END # / IF SEARCH_RESULT.available_items_loop.size %]
457
458                                                             <span class="unavailable">
459                                                                 [% IF ( SEARCH_RESULT.onloancount ) %] Checked out ([% SEARCH_RESULT.onloancount | html %]), [% END %]
460                                                                 [% IF ( SEARCH_RESULT.withdrawncount ) %] Withdrawn ([% SEARCH_RESULT.withdrawncount | html %]), [% END %]
461                                                                 [% UNLESS ( SEARCH_RESULT.hidelostitems ) %][% IF ( SEARCH_RESULT.itemlostcount ) %] Lost ([% SEARCH_RESULT.itemlostcount | html %]),[% END %][% END %]
462                                                                 [% IF ( SEARCH_RESULT.damagedcount ) %] Damaged ([% SEARCH_RESULT.damagedcount | html %]),[% END %]
463                                                                 [% IF ( SEARCH_RESULT.orderedcount ) %] On order ([% SEARCH_RESULT.orderedcount | html %]),[% END %]
464                                                                 [% IF ( SEARCH_RESULT.onholdcount ) %] On hold ([% SEARCH_RESULT.onholdcount | html %]),[% END %]
465                                                                 [% IF ( SEARCH_RESULT.intransitcount ) %] In transit ([% SEARCH_RESULT.intransitcount | html %]),[% END %]
466                                                             </span>
467                                                     </span> <!-- / .results_summary -->
468                                                 [% END # / IF OPACXSLTResultsDisplay %]
469
470                                                 [% IF ( SEARCH_RESULT.score_avg ) %]
471                                                     <div class="results_summary">
472                                                         [% FOREACH i  IN [ 1 2 3 4 5  ] %]
473                                                             [% IF ( SEARCH_RESULT.score_int >= i ) %]
474                                                                 <div class="star-rating rater-[% i | html %] star star-rating-applied star-rating-readonly star-rating-on"><a title="[% i | html %]">[% i | html %]</a></div>
475                                                             [% ELSE   %]
476                                                                 <div class="star-rating rater-[% i | html %] star star-rating-applied star-rating-readonly"><a title="[% i | html %]">[% i | html %]</a></div>
477                                                             [% END %]
478                                                         [% END %]
479                                                         <span id="babeltheque-rating_total_[% SEARCH_RESULT.biblionumber | html %]">&nbsp;&nbsp; [% SEARCH_RESULT.score_avg | html %] / 5 (on [% SEARCH_RESULT.num_scores | html %] rates)</span>
480
481                                                         [% IF ( SEARCH_RESULT.num_critics ) %]
482                                                             <span class="social_data">[% SEARCH_RESULT.num_critics | html %] Internet user critics</span>
483                                                         [% END %]
484                                                         [% IF ( SEARCH_RESULT.num_critics_pro ) %]
485                                                             <span class="social_data">[% SEARCH_RESULT.num_critics_pro | html %] Professional critics</span>
486                                                         [% END %]
487                                                         [% IF ( SEARCH_RESULT.num_videos ) %]
488                                                             <span class="social_data">[% SEARCH_RESULT.num_videos | html %] Video extracts</span>
489                                                         [% END %]
490                                                         [% IF ( SEARCH_RESULT.num_quotations ) %]
491                                                             <span class="social_data">[% SEARCH_RESULT.num_quotations | html %] Quotations</span>
492                                                         [% END %]
493                                                     </div> <!-- / .results_summary -->
494                                                 [% END # / IF SEARCH_RESULT.score_avg %]
495
496                                                 [% IF ( LibraryThingForLibrariesID ) %]
497                                                     <div class="ltfl_reviews"></div>
498                                                 [% END %]
499
500                                                 [% IF ( TagsShowEnabled && SEARCH_RESULT.TagLoop.size ) %]
501                                                     <div class="results_summary tags">
502                                                         <span class="label">Tags:</span>
503                                                         <ul>
504                                                             [% FOREACH TagLoo IN SEARCH_RESULT.TagLoop %]
505                                                                 <li>
506                                                                     <a href="/cgi-bin/koha/opac-search.pl?tag=[% TagLoo.term | url %]&amp;q=[% TagLoo.term |url %]">[% TagLoo.term | html %]</a>
507                                                                     <span class="weight">([% TagLoo.weight_total | html %])</span>
508                                                                 </li>
509                                                             [% END %]
510                                                         </ul>
511                                                     </div>
512                                                 [% END %]
513
514                                                 [% IF Koha.Preference('virtualshelves') AND SEARCH_RESULT.shelves.count %]
515                                                     <div class="results_summary shelves">
516                                                         <span class="label">Lists:</span>
517                                                         <ul>
518                                                             [% FOREACH shelf IN SEARCH_RESULT.shelves %]
519                                                                 <li>
520                                                                     <a href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% shelf.shelfnumber | uri %]">[% shelf.shelfname | html %]</a>
521                                                                     [%~ UNLESS loop.last %], [% ELSE %].[% END ~%]
522                                                                 </li>
523                                                             [% END %]
524                                                         </ul>
525                                                     </div>
526                                                 [% END %]
527
528                                                 [% IF ( SEARCH_RESULT.searchhighlightblob ) %]
529                                                     <span class="results_summary">
530                                                         <span class="label">Match:</span>
531                                                         [% SEARCH_RESULT.searchhighlightblob | html %]
532                                                     </span>
533                                                 [% END %]
534
535                                                 [% IF ( OpacStarRatings == 'all' ) %]
536                                                     <div class="results_summary ratings">
537                                                         [% SET rating_avg = SEARCH_RESULT.ratings.get_avg_rating() %]
538                                                         [% rating_avg_int = BLOCK %][% rating_avg | format("%.0f") %][% END %]
539                                                         <div class="br-wrapper br-theme-fontawesome-stars">
540                                                             <div class="br-widget br-readonly">
541                                                                 [% FOREACH i IN [ 1 2 3 4 5  ] %]
542                                                                     [% IF rating_avg_int == i %]
543                                                                         <a href="#" class="br-selected br-current"></a>
544                                                                     [% ELSIF rating_avg_int > i %]
545                                                                         <a href="#" class="br-selected"></a>
546                                                                     [% ELSE %]
547                                                                         <a href="#"></a>
548                                                                     [% END %]
549                                                                 [% END %]
550                                                             </div>
551                                                         </div>
552
553                                                         [% IF SEARCH_RESULT.ratings.count > 0  %]
554                                                             <span id="rating_total_[% SEARCH_RESULT.biblionumber | html %]">&nbsp;&nbsp;([% SEARCH_RESULT.ratings.count | html %] votes)</span>
555                                                         [% ELSE %]
556                                                             <br />
557                                                         [% END %]
558                                                     </div> <!-- / .results_summary -->
559                                                 [% END # / IF OpacStarRatings %]
560
561                                                     [% INCLUDE 'title-actions-menu.inc' items=SEARCH_RESULT %]
562
563                                                 </div>
564                                                 [% INCLUDE "openlibrary-readapi.inc" bib = SEARCH_RESULT %]
565
566                                             </td>
567                                         </tr>
568                                     [% END # / FOREACH SEARCH_RESULT %]
569                                 </table>
570                             </form> <!-- / #bookbag_form -->
571
572                             <form id="hold_form" name="hold_form" method="get" action="/cgi-bin/koha/opac-reserve.pl">
573                                 <!-- The value will be set by holdBiblioNums() in basket.js -->
574                                 <input id="hold_form_biblios" type="hidden" name="biblionumbers" value=""/>
575                             </form>
576                         </div> <!-- / .searchresults -->
577
578                         <div id="bottom-pages">[% INCLUDE 'page-numbers.inc' %]</div>
579
580                     [% END # / IF total %]
581
582                     [%# Display "Not finding what you're looking for" for suggestion or ILL %]
583                     [% IF Koha.Preference( 'suggestion' ) == 1 && ( Koha.Preference( 'AnonSuggestions' ) == 1 || loggedinusername ) || ( Koha.Preference( 'ILLModule' ) == 1 && loggedinusername ) %]
584                         <div class="suggestion">
585                             Not finding what you're looking for?
586                             <ul>
587                                 [% IF Koha.Preference( 'suggestion' ) == 1 %]
588                                     [% IF Koha.Preference( 'AnonSuggestions' ) == 1 %]
589                                         <li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add">purchase suggestion</a></li>
590                                     [% ELSIF loggedinusername %]
591                                         <li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add">purchase suggestion</a></li>
592                                     [% END %]
593                                 [% END %]
594                                 [% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %]
595                                     <li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li>
596                                 [% END %]
597                             </ul>
598                         </div>
599                     [% END %]
600                     </div> <!-- / #userresults -->
601                 </div> <!-- /.span10/12 -->
602             </div> <!-- / .row-fluid -->
603         </div> <!-- / .container-fluid -->
604     </div><!-- / .main -->
605
606 [% INCLUDE 'opac-bottom.inc' %]
607 [% BLOCK jsinclude %]
608 [% IF ( LibraryThingForLibrariesID ) %]
609     <script src="https://ltfl.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID | html %]&amp;systype=koha"></script>
610 [% END %]
611 [% IF ( OverDriveEnabled ) %][% Asset.js("js/overdrive.js") | $raw %][% END %]
612 [% IF ( RecordedBooksEnabled ) %][% Asset.js("js/recordedbooks.js") | $raw %][% END %]
613 [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
614 [% Asset.js("js/authtoresults.js") | $raw %]
615 [% Asset.js("lib/hc-sticky.js") | $raw %]
616 [% IF ( OpacHighlightedWords ) %][% Asset.js("lib/jquery/plugins/jquery.highlight-3.js") | $raw %]
617 [% END %]<script>
618 [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'RequestOnOpac' ) == 1 ) %]
619 function holdMultiple() {
620     var checkedBiblioNums = ""; // Separated by "/"
621     var checkedCount = 0;
622     if(document.bookbag_form.biblionumber.length > 0) {
623         for (var i=0; i < document.bookbag_form.biblionumber.length; i++) {
624             if (document.bookbag_form.biblionumber[i].checked) {
625                 checkedBiblioNums += (document.bookbag_form.biblionumber[i].value + "/");
626                 checkedCount++;
627             }
628         }
629     }
630
631     if (checkedCount > 0) {
632         holdBiblioNums(checkedBiblioNums);
633     } else {
634         alert(MSG_NO_RECORD_SELECTED);
635     }
636 }
637
638 function holdBiblioNums(numList) {
639     // numList: biblio numbers separated by "/"
640     $("#hold_form_biblios").attr("value", numList);
641     $("#hold_form").submit();
642 }[% END %]
643
644 [% IF ( TagsInputEnabled && loggedinusername ) %]
645 function tagSelected() {
646     var checkedBoxes = $(".searchresults :checkbox:checked");
647     if ($(checkedBoxes).size() == 0) {
648         alert(MSG_NO_RECORD_SELECTED);
649     } else {
650         $("#tagsel_tag").hide();
651         $(".resort").hide();
652         $("#tagsel_form").show();
653     }
654 }
655
656 function tagCanceled() {
657     $("#tagsel_form").hide();
658     $("#tagsel_tag").show();
659     $(".resort").show();
660     $("#tagsel_new").val("");
661     $("#tagsel_status, .tagstatus").empty().hide();
662 }
663
664 function tagAdded() {
665     var checkedBoxes = $(".searchresults :checkbox:checked");
666     if ($(checkedBoxes).size() == 0) {
667         alert(MSG_NO_RECORD_SELECTED);
668         return false;
669     }
670
671     var tag = $("#tagsel_new").val();
672     if (!tag || (tag == "")) {
673         alert(MSG_NO_TAG_SPECIFIED);
674         return false;
675     }
676
677     var bibs = [];
678     for (var i = 0; i < $(checkedBoxes).size(); i++) {
679         var box = $(checkedBoxes).get(i);
680         bibs[i] = $(box).val();
681     }
682
683     KOHA.Tags.add_multitags_button(bibs, tag);
684     return false;
685 }[% END %]
686
687
688 function enableCheckboxActions(){
689     // Enable/disable controls if checkboxes are checked
690     var checkedBoxes = $(".checkboxed input:checkbox:checked");
691     var controls = $("#selections-toolbar .links a, #selections-toolbar .links input, #selections-toolbar .links select, #selections-toolbar .links label, #selections-toolbar .links button");
692     if ($(checkedBoxes).size()) {
693       $("#selections").html(_("With selected titles: "));
694       $(controls).removeClass("disabled");
695     } else {
696       $("#selections").html(_("Select titles to: "));
697       $(controls).addClass("disabled");
698     }
699 }
700
701 [% IF ( OpacHighlightedWords ) %]
702 var q_array = new Array();  // holds search terms if available
703
704 function highlightOff() {
705     $("td").removeHighlight();
706     $(".highlight_toggle").toggle();
707 }
708 function highlightOn() {
709     var x;
710     for (x in q_array) {
711         q_array[x] = q_array[x].replace(/\w*:([\w])/, "$1");
712         q_array[x] = q_array[x].toLowerCase();
713         var myStopwords = "[% Koha.Preference('NotHighlightedWords') | html %]".toLowerCase().split('|');
714         if ( (q_array[x].length > 0) && ($.inArray(q_array[x], myStopwords) == -1) ) {
715             $(".title").highlight(q_array[x]);
716             $(".author").highlight(q_array[x]);
717             $(".results_summary").highlight(q_array[x]);
718         }
719     }
720     $(".highlight_toggle").toggle();
721 }
722 [% END %]
723 $(document).ready(function(){
724
725     $(".moretoggle").click(function(e){
726         e.preventDefault();
727         $(this).siblings(".collapsible-facet").toggle();
728         $(this).siblings(".moretoggle").toggle();
729         $(this).toggle();
730     });
731
732     [% IF ( OpacHighlightedWords ) %]
733         $('a.title').each(function() {
734             $(this).attr("href", $(this).attr("href") + "&query_desc=[% query_desc | uri %]");
735         });
736     [% END %]
737
738     $(".cb").click(function(){
739       enableCheckboxActions();
740     });
741     enableCheckboxActions();
742
743     $(".br-readonly a").on("click", function(e){
744         e.preventDefault();
745     });
746
747     var param1 = "";
748     [% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) || loggedinusername ) %]
749     param1 += "<span id=\"selections\">"+_("Select titles to: ")+"</span>";
750     [% END %]
751
752 [% IF Koha.Preference( 'opacbookbag' ) == 1 OR Koha.Preference('virtualshelves') %]
753     param1 += "<select class=\"disabled\" name=\"addto\" id=\"addto\"><option>"+_("Add to...")+"</option>";
754
755     [% IF Koha.Preference( 'opacbookbag' ) == 1 %]
756         param1 += "<option value=\"addtocart\">"+_("Cart")+"<\/option>";
757     [% END %]
758     [% IF Koha.Preference('virtualshelves') %]
759         [% IF loggedinusername AND add_to_some_private_shelves.count %]
760             param1 += "<optgroup label=\""+_("Your lists:")+"\">";
761             [% SET number_of_private_shelves = 0 %]
762             [% FOREACH s IN add_to_some_private_shelves %]
763                 [% IF shelfnumber != s.shelfnumber %]
764                     param1 += "<option id=\"s[% s.shelfnumber | html %]\" value=\"addtolist\">[% s.shelfname | html %]<\/option>";
765                     [% SET number_of_private_shelves = number_of_private_shelves + 1 %]
766                     [% IF number_of_private_shelves == 10 %][% LAST %][% END %]
767                 [% END %]
768             [% END %]
769             param1 += "<\/optgroup>";
770         [% END %]
771         [% IF add_to_some_public_shelves.count %]
772             param1 += "<optgroup label=\""+_("Public lists:")+"\">";
773             [% SET number_of_public_shelves = 0 %]
774             [% FOREACH s IN add_to_some_public_shelves %]
775                 [% IF shelfnumber != s.shelfnumber %]
776                     param1 += "<option id=\"s[% s.shelfnumber | html %]\" value=\"addtolist\">[% s.shelfname | html %]<\/option>";
777                     [% SET number_of_public_shelves = number_of_public_shelves + 1 %]
778                     [% IF number_of_public_shelves == 10 %][% LAST %][% END %]
779                 [% END %]
780             [% END %]
781             param1 += "<\/optgroup>";
782         [% END %]
783         [% IF ( add_to_some_private_shelves and add_to_some_private_shelves.count > 10 ) or ( add_to_some_public_shelves and add_to_some_public_shelves.count > 10 ) %]
784             param1 += "<option value=\"morelists\">[ "+_("More lists")+" ]<\/option>";
785         [% END %]
786         param1 +="<option value=\"newlist\">"+_("[ New list ]")+"<\/option>"
787     [% END %]
788     param1 += "<\/select> <input type=\"submit\" class=\"btn btn-small\" value=\""+_("Save")+"\" />";
789 [% END %]
790
791     $('.resort').change(function() {
792         $('#bookbag_form').submit();
793     });
794
795     $('#results_per_page').change(function() {
796         $('#bookbag_form').submit();
797     });
798
799     $("span.clearall").html("<a id=\"CheckNone\" href=\"#\">"+_("Clear all")+"<\/a>");
800     $("span.checkall").html("<a id=\"CheckAll\" href=\"#\">"+_("Select all")+"<\/a>");
801
802 [% IF Koha.Preference( 'opacbookbag' ) == 1 %]
803     $("span.addto").html(param1);
804 [% ELSE %]
805     [% IF ( ( Koha.Preference( 'virtualshelves' ) == 1 ) && loggedinusername ) %]
806         $("span.addto").html(param1);
807     [% END %]
808 [% END %]
809
810 [% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %]
811     [% IF Koha.Preference( 'virtualshelves' ) == 1 %]
812         $("#addto").on("change",function(){
813             cartList();
814         });
815         $(".addto").find("input:submit").click(function(){
816             cartList();
817             return false;
818         });
819     [% ELSE %]
820         $("#addto").on("click",function(){
821             cartList();
822             return false;
823         });
824     [% END %]
825 [% END %]
826
827     function cartList(){
828         addtoOption = $("#addto").find("option:selected");
829         addtoval = addtoOption.val();
830         if(addtoval == "addtolist"){
831             var shelfnumber = addtoOption.attr("id").replace("s","");
832             if (vShelfAdd()) {
833                 Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?selectedshelf='+shelfnumber+'&' + vShelfAdd());
834             }
835             return false;
836         } else if(addtoval == "newlist"){
837             [% IF ( loggedinusername ) %]if (vShelfAdd()) {
838                 Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?newshelf=1&' + vShelfAdd());
839             }[% ELSE %]
840                 alert(_("You must be logged in to create or add to lists"));
841             [% END %]
842             return false;
843         } else if(addtoval == "morelists"){
844             [% IF ( loggedinusername ) %]
845                 if (vShelfAdd()) {
846                     Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?' + vShelfAdd());
847                 }
848             [% ELSE %]
849                 alert(_("You must be logged in to create or add to lists"));
850             [% END %]
851             return false;
852         }
853         if(addtoval == "addtocart" || $("#addto").attr("class") == "addtocart"){
854             addMultiple();
855             return false;
856          }
857     }
858     $("#CheckAll").click(function(){
859         $("#bookbag_form").checkCheckboxes();
860         enableCheckboxActions();
861         return false;
862     });
863     $("#CheckNone").click(function(){
864         $("#bookbag_form").unCheckCheckboxes();
865         enableCheckboxActions();
866         return false;
867     });
868
869 [% IF ( ( Koha.Preference( 'RequestOnOpac' ) == 1 ) && ( Koha.Preference( 'opacuserlogin' ) == 1 ) && DisplayMultiPlaceHold ) %]
870     $("#placehold").html("<button class=\"btn btn-link hold disabled\" type=\"submit\"><i class=\"fa fa-fw fa-bookmark\" aria-hidden=\"true\"></i>" + _("Place hold") + "</button>");
871     $("#placehold").find("button.hold").click(function(){
872         holdMultiple();
873         return false;
874     });
875 [% END %]
876
877 [% IF ( query_desc ) %]
878     var query_desc = "[% query_desc |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') | html %]";
879     var querystring = "[% querystring |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') | html %]";
880     [% IF ( OpacHighlightedWords ) %]
881         q_array = query_desc.split(" ");
882         // ensure that we don't have "" at the end of the array, which can
883         // break the highlighter
884         while (q_array.length > 0 && q_array[q_array.length-1] == "") {
885             q_array = q_array.splice(0,-1);
886         }
887         highlightOn();
888         $("#highlight_toggle_on" ).hide().click(function() {highlightOn() ;});
889         $("#highlight_toggle_off").show().click(function() {highlightOff();});
890     [% END %]
891     [% IF ( OverDriveEnabled ) %]
892         var $overdrive_results = $( '<div id="overdrive-results">' + MSG_SEARCHING.format('OverDrive') + ' <img class="throbber" src="[% interface | html %]/lib/jquery/plugins/themes/classic/throbber.gif" /></div>' );
893         $( '#numresults' ) .append( ' ' )
894             .append( $overdrive_results );
895         KOHA.OverDrive.Search( "[% Koha.Preference('OverDriveLibraryID') | html %]", querystring, 1, 0, function( data ) {
896             if ( data.error ) {
897                 $overdrive_results.html( MSG_ERROR_SEARCHING_COLLECTION.format('OverDrive') );
898                 return;
899             }
900
901             if ( data.totalItems ) {
902                 $overdrive_results.html( '<a href="/cgi-bin/koha/opac-overdrive-search.pl?q=' + escape( querystring ) + '">' + MSG_RESULTS_FOUND_IN_COLLECTION.format(data.totalItems, 'OverDrive') + '</a>' );
903             } else {
904                 $overdrive_results.remove();
905             }
906         } );
907     [% END %]
908     [% IF ( RecordedBooksEnabled ) %]
909         var $recordedbooks_results = $( '<div id="recordedbooks-results">' + MSG_SEARCHING.format('RecordedBooks') + ' <img class="throbber" src="[% interface | html %]/lib/jquery/plugins/themes/classic/throbber.gif" /></div>' );
910         $( '#numresults' ) .append( ' ' )
911             .append( $recordedbooks_results );
912         KOHA.RecordedBooks.search( querystring, [% OPACnumSearchResults || "null" | html %], null, function( data ) {
913             if ( data.error ) {
914                 $recordedbooks_results.html( MSG_ERROR_SEARCHING_COLLECTION.format('RecordedBooks')  + ': ' + data.error);
915                 return;
916             }
917
918             // data.total can be either 42 or "60+"
919             if ( typeof(data.total) === 'string' && data.total.charAt(0) > 0 || typeof(data.total) === 'number' && data.total > 0 ) {
920                 $recordedbooks_results.html( '<a href="/cgi-bin/koha/opac-recordedbooks-search.pl?q=' + escape( querystring ) + '">' + MSG_RESULTS_FOUND_IN_COLLECTION.format(data.total, 'RecordedBooks') + '</a>' );
921             } else {
922                 $recordedbooks_results.remove();
923             }
924         } );
925     [% END %]
926     [% IF ( OpenLibrarySearch ) %]
927         var $openlibrary_results = $( '<div id="openlibrary-results">' + MSG_SEARCHING.format('OpenLibrary' ) + ' <img class="throbber" src="[% interface | html %]/lib/jquery/plugins/themes/classic/throbber.gif" /></div>' );
928         $( '#numresults' ) .append( ' ' )
929             .append( $openlibrary_results );
930         KOHA.OpenLibrary.search( querystring, null, function( data ) {
931             if ( data.error ) {
932                 $openlibrary_results.html( MSG_ERROR_SEARCHING_COLLECTION.format('OpenLibrary') );
933                 return;
934             }
935
936             if ( data.numFound > 0 ) {
937                 $openlibrary_results.html( '<a href="' + KOHA.OpenLibrary.searchUrl(querystring) + '" target="openlibrary">'  + MSG_RESULTS_FOUND_IN_COLLECTION.format(data.numFound, 'OpenLibrary') + '</a>' );
938             } else {
939                 $openlibrary_results.remove();
940             }
941         } );
942     [% END %]
943 [% END %]
944
945 [% IF ( TagsInputEnabled && loggedinusername ) %]
946     $("#tagsel_tag").show().click(function(){
947         tagSelected();
948         return false;
949     });
950     $("#tagsel_cancel").click(function(){
951         tagCanceled();
952         return false;
953     });
954     $("#tagsel_button").click(function(){
955         tagAdded();
956         return false;
957     });
958
959     $(".tag_add").click(function(){
960         var thisid = $(this).attr("id");
961         thisid = thisid.replace("tag_add","");
962         $(this).addClass("hidden");
963         $("#tagform"+thisid).show();
964         $("#newtag"+thisid).focus();
965         $("#newtag"+thisid+"_status").empty().hide();
966         return false;
967     });
968     $(".cancel_tag_add").click(function(){
969         var thisid = $(this).attr("id");
970         thisid = thisid.replace("cancel","");
971         $("#tagform"+thisid).hide();
972         $("#tag_add"+thisid).removeClass("hidden");
973         $("#newtag"+thisid).val("");
974         $("#newtag"+thisid+"_status").empty().hide();
975         return false;
976     });
977     $(".tagbutton").click(function(){
978         var thisid = $(this).attr("title");
979         var tag = $("#newtag"+thisid).val();
980         if (!tag || (tag == "")) {
981             alert(MSG_NO_TAG_SPECIFIED);
982             return false;
983         }
984         KOHA.Tags.add_tag_button(thisid, tag);
985         return false;
986     });
987 [% END %]
988
989 [% IF OpenLibraryCovers %]KOHA.OpenLibrary.GetCoverFromIsbn();[% END %]
990 [% IF OPACLocalCoverImages %]KOHA.LocalCover.GetCoverFromBibnumber(false);[% END %]
991 [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
992 [% IF ( Koha.Preference('OpacCoce') && Koha.Preference('CoceProviders') ) %]
993     KOHA.coce.getURL('[% Koha.Preference('CoceHost') | html %]', '[% Koha.Preference('CoceProviders') | html %]');
994 [% END %]
995
996 [% IF ( DidYouMean ) %]
997     $("#didyoumean").load("/cgi-bin/koha/svc/suggestion?render=stub&q=[% querystring |uri %]",
998         function() {
999             $(this).addClass("dym-loaded");
1000         });
1001 [% END %]
1002
1003 $("input.newtag").on('keydown', function(e){
1004     if (e.keyCode == 13) { e.preventDefault(); }
1005 });
1006
1007     Sticky = $("#floating");
1008     Sticky.hcSticky({
1009         stickTo: ".searchresults",
1010         stickyClass: "floating"
1011     });
1012
1013 });
1014 </script>
1015 [% END %]