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') %]
10 [% SET OverDriveEnabled = Koha.Preference('OverDriveClientKey') && Koha.Preference('OverDriveClientSecret') %]
11 [% SET RecordedBooksEnabled = Koha.Preference('RecordedBooksLibraryID') && Koha.Preference('RecordedBooksClientSecret') %]
14 [% INCLUDE 'doc-head-open.inc' %]
15 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog ›
16 [% IF ( searchdesc ) %]
17 Results of search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %]
19 You did not specify any search criteria.
21 [% INCLUDE 'doc-head-close.inc' %]
22 [% IF ( OpacStarRatings == 'all' || Koha.Preference('Babeltheque') ) %]
23 [% BLOCK cssinclude %]
24 [% Asset.css("css/jquery.rating.css") | $raw %]
28 <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 %]&count=[% countrss |uri %]&sort_by=acqdate_dsc&format=rss2" />
31 [% INCLUDE 'bodytag.inc' bodyid='results' bodyclass='scrollto' %]
32 [% INCLUDE 'masthead.inc' %]
35 <ul class="breadcrumb">
36 <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li>
38 [% IF ( searchdesc ) %]
39 <a href="#">Results of search [% IF ( query_desc ) %]for '[% query_desc | html %]'[% END %][% IF ( limit_desc ) %] with limit(s): '[% limit_desc | html %]'[% END %]</a>
41 <a href="#">You did not specify any search criteria</a>
46 [% UNLESS ( total ) %]
47 <div class="container-fluid maincontent">
48 <div class="row-fluid">
50 <strong>No results found!</strong>
52 [% IF ( searchdesc ) %]
53 No results found for that in [% LibraryName | html %] catalog. <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&format=rss2" class="rsssearchlink noprint"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" border="0" class="rsssearchicon"/></a>
55 You did not specify any search criteria.
58 [% IF ( ReturnPath ) %]
59 <div class="returntosearch">
60 <p><a href="[% ReturnPath | url %]">Return to the last advanced search</a></p>
63 [% IF ( OPACNoResultsFound ) %]
64 <div id="noresultsfound">
65 [% OPACNoResultsFound | $raw %]
68 </div> <!-- / .span12 -->
69 </div> <!-- / .row-fluid -->
70 </div> <!-- / .container-fluid -->
71 [% END # / UNLESS searchdesc %]
73 <div id="maincontent" class="container-fluid">
74 <div class="row-fluid">
75 [% IF ( opacfacets && total ) %]
77 <div id="facetcontainer">
79 [% INCLUDE 'opac-facets.inc' %]
85 [% IF ( opacfacets && total ) %]<div class="span10 maincontent">[% ELSE %]<div class="span12 maincontent">[% END %]
87 [% IF ( searchdesc ) %]
89 [% IF ( total ) %]<strong>Your search returned [% total | html %] results.</strong>
92 [% FOREACH relate IN related %]
93 [% relate.related_search | html %]
97 <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&count=[% countrss | uri %]&sort_by=acqdate_dsc&format=rss2" class="rsssearchlink noprint"><img src="[% interface | html %]/[% theme | html %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a>
98 [% END # / IF total %]
100 [% END # / IF searchdesc %]
102 <div id="userresults">
103 [% IF ( DidYouMean ) %]
104 <div id="didyoumean">Not what you expected? Check for <a href="/cgi-bin/koha/svc/suggestion?render=standalone&q=[% querystring |uri %]">suggestions</a></div>
107 <div id="top-pages">[% INCLUDE 'page-numbers.inc' %]</div>
109 [% IF ( koha_spsuggest ) %]
111 <ul style="list-style: none;">
112 [% FOREACH SPELL_SUGGES IN SPELL_SUGGEST %]
114 <a href="/cgi-bin/koha/opac-search.pl?q=[% SPELL_SUGGES.spsuggestion | uri %]">[% SPELL_SUGGES.spsuggestion | html %]</a>
118 [% END # / IF koha_spsuggest%]
120 [% IF ( ReturnPath ) %]
121 <div class="returntosearch">
122 <p><a href="[% ReturnPath | url %]">Return to the last advanced search</a></p>
126 [% IF ( query_error ) %]
127 <div class="dialog alert">
129 [% query_error | html %]
133 <!-- Search Results Table -->
136 <div class="searchresults">
137 <form action="/cgi-bin/koha/opac-search.pl" method="get" name="bookbag_form" id="bookbag_form" class="checkboxed">
138 [% IF ( searchdesc ) %]
139 [% FOREACH QUERY_INPUT IN QUERY_INPUTS %]
140 <input type="hidden" name="[% QUERY_INPUT.input_name | html %]" value="[% QUERY_INPUT.input_value | html %]"/>
142 [% FOREACH LIMIT_INPUT IN LIMIT_INPUTS %]
143 <input type="hidden" name="[% LIMIT_INPUT.input_name | html %]" value="[% LIMIT_INPUT.input_value | html %]"/>
145 [% END # IF /searchdesc %]
147 <div id="toolbar" class="toolbar clearfix">
148 [% IF ( OpacHighlightedWords ) %]
149 <div class="highlight_controls noprint">
150 <a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a>
151 <a href="#" class="highlight_toggle" id="highlight_toggle_on">Highlight</a>
155 <div class="sort_by pull-right">
156 <select id="sort_by" class="resort" name="sort_by"> [% INCLUDE 'resort_form.inc' %] </select>
157 <input type="submit" class="btn btn-small clearfix" id="sortsubmit" value="Go" />
160 </div> <!-- / #toolbar -->
162 <div id="selections-toolbar" class="toolbar noprint">
163 <!-- checkall, clearall are now needed for placehold -->
164 <span class="checkall"></span>
165 <span class="clearall"></span> <span class="sep">|</span>
168 [% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %]
169 <span class="addto"></span>
171 <span id="placehold"><!-- input class="submit" type="submit" value="Place Hold"/ --></span>
173 [% IF ( TagsInputEnabled && loggedinusername ) %]
174 <span id="tagsel_span">
175 <input id="tagsel_tag" class="disabled" type="submit" value="Tag"/>
177 <span id="tagsel_form" style="display:none">
178 <label for="tagsel_new">New tag:</label>
179 <input type="text" name="tagsel_new" id="tagsel_new" maxlength="100" />
180 <input id="tagsel_button" name="tagsel_button" class="tagsel_button btn btn-small" title="Add" type="submit" value="Add" />
181 <a href="#" id="tagsel_cancel">(done)</a>
183 <span id="tagsel_status" class="tagsel_tatus" style="display:none;">
187 </span> <!-- / .links -->
188 </div> <!-- / #selections-toolbar -->
190 <!-- TABLE RESULTS START -->
191 <table class="table table-striped">
193 <!-- Actual Search Results -->
194 [% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %]
196 [% # Cell 1: Checkbox %]
197 <td class="select selectcol">
198 [% IF Koha.Preference( 'opacbookbag' ) == 1 %]
199 <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>
201 [% IF Koha.Preference( 'virtualshelves' ) == 1 %]
202 <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>
204 [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
205 [% UNLESS ( SEARCH_RESULT.norequests ) %]
206 [% 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>
209 [% END # IF RequestOnOpac %]
210 [% END # IF virtualshelves %]
211 [% END # IF opacbookbag%]
213 [% # Cell 2: Show result number if OpacHiddenItems is empty %]
214 <td class="select selectcol">
215 [% UNLESS suppress_result_number %]
216 [% SEARCH_RESULT.result_number | html %].
220 [% IF ( !item_level_itypes && !noItemTypeImages ) %]
221 [% # Cell 3: Show item type image %]
222 <td class="itypecol">
223 [% IF ( SEARCH_RESULT.imageurl ) %]
224 <img src="[% SEARCH_RESULT.imageurl | html %]" title="[% SEARCH_RESULT.description | html %]" alt="[% SEARCH_RESULT.description | html %]" />
226 [% IF ( SEARCH_RESULT.score_avg ) %]
227 <img src="[% themelang | html %]/../images/bonus.png" title="bonus" style="max-height: 35px;"/>
232 [% # Cell 4: Search result details and controls %]
233 <td class="bibliocol">
234 <div class="coverimages itemtype_[% SEARCH_RESULT.itemtype | html %]">
235 <a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]">
236 [% IF ( OPACLocalCoverImages ) %]
237 <span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber | html %]" id="local-thumbnail[% loop.count | html %]"></span>
240 [% IF ( AdlibrisEnabled && SEARCH_RESULT.normalized_isbn ) %]
241 <span title="[% SEARCH_RESULT.biblionumber | html %]" id="adlibris-thumbnail[% loop.count | html %]">
242 <img src="[% AdlibrisURL | html %]?isbn=[% SEARCH_RESULT.normalized_isbn | html %]"
243 alt="Adlibris thumbnail for ISBN: [% SEARCH_RESULT.normalized_isbn | html %]" class="adlibris-cover" />
246 [% IF ( OPACAmazonCoverImages ) %]
247 [% IF ( SEARCH_RESULT.normalized_isbn ) %]
248 <span title="[% SEARCH_RESULT.biblionumber | 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>
250 <span class="no-image">No cover image available</span>
254 [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %]
255 [% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %]
256 <span title="[% SEARCH_RESULT.biblionumber | html %]" id="syndetics-thumbnail[% loop.count | html %]"><img src="https://secure.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn | html %]/SC.GIF&client=[% SyndeticsClientCode | html %]&type=xw10&upc=[% SEARCH_RESULT.normalized_upc | html %]&oclc=[% SEARCH_RESULT.normalized_oclc | html %]" alt="" class="item-thumbnail" /></span>
258 <span class="no-image">No cover image available</span>
262 [% IF ( GoogleJackets ) %]
263 [% IF ( SEARCH_RESULT.normalized_isbn ) %]
264 <span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="gbs-thumbnail[% loop.count | html %]"></span>
266 <span class="no-image">No cover image available</span>
270 [% IF ( Koha.Preference('Coce') && Koha.Preference('CoceProviders') ) %]
271 [% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn %]
273 <span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% coce_id | html %]" id="coce-thumbnail[% loop.count | html %]"></span>
275 <span class="no-image">No cover image available</span>
279 [% IF OpenLibraryCovers %]
280 [% IF SEARCH_RESULT.normalized_isbn %]
281 <span title="[% SEARCH_RESULT.biblionumber | html %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="openlibrary-thumbnail[% loop.count | html %]"></span>
283 <span class="no-image">No cover image available</span>
287 [% IF ( BakerTaylorEnabled && !BakerTaylorBookstoreURL ) %]
288 [% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %]
290 <img alt="See Baker & Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" />
292 <span class="no-image">No cover image available</span>
297 [% IF ( BakerTaylorEnabled && BakerTaylorBookstoreURL ) %]
298 [% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %]
300 <a href="https://[% BakerTaylorBookstoreURL | uri %][% bt_id | uri %]">
301 <img alt="See Baker & Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" />
304 <span class="no-image">No cover image available</span>
308 [% IF ( IDreamBooksResults && SEARCH_RESULT.normalized_isbn ) %]
309 <div class="idbresult" style="display: none;">
310 [% IF ( IDreamBooksReviews ) %]
311 <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]#idb_critic_reviews">
313 <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]">
315 [% SEARCH_RESULT.normalized_isbn | html %]</a>
319 [% IF ( COinSinOPACResults && SEARCH_RESULT.coins ) %]
320 <!-- COinS / Openurl -->
321 <span class="Z3988" title="[% SEARCH_RESULT.coins | html %]"></span>
324 [% IF ( OPACXSLTResultsDisplay ) %]
325 [% SEARCH_RESULT.XSLTResultsRecord | $raw %]
327 [% IF ( BiblioDefaultViewmarc ) %]
328 <a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
330 [% IF ( BiblioDefaultViewisbd ) %]
331 <a class="title" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
333 <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
337 [% IF ( SEARCH_RESULT.title ) %]
338 [% SEARCH_RESULT.title | html %]
343 [% FOREACH subtitl IN SEARCH_RESULT.subtitle %]
344 , [% subtitl.subfield | html %]
347 [% IF ( SEARCH_RESULT.author ) %]
348 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>
353 <span class="results_summary publisher">
354 <span class="label">Publication:</span>
355 [% IF ( SEARCH_RESULT.place ) %][% SEARCH_RESULT.place | html %] [% END %]
356 [% IF ( SEARCH_RESULT.publishercode ) %][% SEARCH_RESULT.publishercode | html %][% END %]
357 [% IF ( SEARCH_RESULT.publicationyear ) %]
358 [% SEARCH_RESULT.publicationyear | html %]
360 [% IF ( SEARCH_RESULT.copyrightdate ) %]
361 [% SEARCH_RESULT.copyrightdate | html %]
364 [% IF ( SEARCH_RESULT.pages ) %]. [% SEARCH_RESULT.pages | html %][% END %]
365 [% IF ( SEARCH_RESULT.notes ) %], [% SEARCH_RESULT.notes | html %][% END %]
366 [% IF ( SEARCH_RESULT.size ) %] [% SEARCH_RESULT.size | html %][% END %]
367 [% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp | html %])</i>[% END %]
370 [% IF ( SEARCH_RESULT.summary ) %]
371 <span class="result_summary">
372 [% SEARCH_RESULT.summary | html %]
376 [% IF ( SEARCH_RESULT.copyrightdate ) %]
377 <span class="results_summary date">
378 <span class="label">Date:</span>
379 [% SEARCH_RESULT.copyrightdate | html %]
383 <span class="results_summary">
384 <span class="label">Availability:</span>
385 [% IF ( SEARCH_RESULT.available_items_loop.size() ) %]
386 <span class="available"><strong>Items available:</strong>
387 [% FOREACH available_items_loo IN SEARCH_RESULT.available_items_loop %]
388 [% IF available_items_loo.this_branch %]
389 <span class="highlight-row-results">
394 [% IF ( singleBranchMode ) %]
395 <span class="shelvingloc">[% available_items_loo.location | html %]</span>
397 [% available_items_loo.branchname | html %]
400 [% IF ( OPACItemsResultsDisplay ) %]
401 [% UNLESS ( singleBranchMode ) %]<span class="shelvingloc">[% available_items_loo.location | html %]</span>[% END %]
402 [% 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 %]
404 ([% available_items_loo.count | html %]),
406 [% END # / FOREACH available_items_loo %]
409 [% IF ( SEARCH_RESULT.ALTERNATEHOLDINGS ) %]
410 [% FOREACH ALTERNATEHOLDING IN SEARCH_RESULT.ALTERNATEHOLDINGS %]
411 <span id="alternateholdings">[% ALTERNATEHOLDING.holding | html %]</span>,
414 <span class="unavailable">No items available:</span>
416 [% END # / IF SEARCH_RESULT.available_items_loop.size %]
418 <span class="unavailable">
419 [% IF ( SEARCH_RESULT.onloancount ) %] Checked out ([% SEARCH_RESULT.onloancount | html %]), [% END %]
420 [% IF ( SEARCH_RESULT.withdrawncount ) %] Withdrawn ([% SEARCH_RESULT.withdrawncount | html %]), [% END %]
421 [% UNLESS ( SEARCH_RESULT.hidelostitems ) %][% IF ( SEARCH_RESULT.itemlostcount ) %] Lost ([% SEARCH_RESULT.itemlostcount | html %]),[% END %][% END %]
422 [% IF ( SEARCH_RESULT.damagedcount ) %] Damaged ([% SEARCH_RESULT.damagedcount | html %]),[% END %]
423 [% IF ( SEARCH_RESULT.orderedcount ) %] On order ([% SEARCH_RESULT.orderedcount | html %]),[% END %]
424 [% IF ( SEARCH_RESULT.onholdcount ) %] On hold ([% SEARCH_RESULT.onholdcount | html %]),[% END %]
425 [% IF ( SEARCH_RESULT.intransitcount ) %] In transit ([% SEARCH_RESULT.intransitcount | html %]),[% END %]
427 </span> <!-- / .results_summary -->
428 [% END # / IF OPACXSLTResultsDisplay %]
430 [% IF ( SEARCH_RESULT.score_avg ) %]
431 <div class="results_summary">
432 [% FOREACH i IN [ 1 2 3 4 5 ] %]
433 [% IF ( SEARCH_RESULT.score_int >= i ) %]
434 <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>
436 <div class="star-rating rater-[% i | html %] star star-rating-applied star-rating-readonly"><a title="[% i | html %]">[% i | html %]</a></div>
439 <span id="babeltheque-rating_total_[% SEARCH_RESULT.biblionumber | html %]"> [% SEARCH_RESULT.score_avg | html %] / 5 (on [% SEARCH_RESULT.num_scores | html %] rates)</span>
441 [% IF ( SEARCH_RESULT.num_critics ) %]
442 <span class="social_data">[% SEARCH_RESULT.num_critics | html %] Internet user critics</span>
444 [% IF ( SEARCH_RESULT.num_critics_pro ) %]
445 <span class="social_data">[% SEARCH_RESULT.num_critics_pro | html %] Professional critics</span>
447 [% IF ( SEARCH_RESULT.num_videos ) %]
448 <span class="social_data">[% SEARCH_RESULT.num_videos | html %] Video extracts</span>
450 [% IF ( SEARCH_RESULT.num_quotations ) %]
451 <span class="social_data">[% SEARCH_RESULT.num_quotations | html %] Quotations</span>
453 </div> <!-- / .results_summary -->
454 [% END # / IF SEARCH_RESULT.score_avg %]
456 [% IF ( LibraryThingForLibrariesID ) %]
457 <div class="ltfl_reviews"></div>
460 [% IF ( TagsShowEnabled && SEARCH_RESULT.TagLoop.size ) %]
461 <div class="results_summary tags">
462 <span class="label">Tags:</span>
464 [% FOREACH TagLoo IN SEARCH_RESULT.TagLoop %]
466 <a href="/cgi-bin/koha/opac-search.pl?tag=[% TagLoo.term |url %]&q=[% TagLoo.term |url %]">[% TagLoo.term | html %]</a>
467 <span class="weight">([% TagLoo.weight_total | html %])</span>
474 [% IF Koha.Preference('virtualshelves') AND SEARCH_RESULT.shelves.count %]
475 <div class="results_summary shelves">
476 <span class="label">Lists:</span>
478 [% FOREACH shelf IN SEARCH_RESULT.shelves %]
480 <a href="/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=[% shelf.shelfnumber | uri %]">[% shelf.shelfname | html %]</a>
481 [%~ UNLESS loop.last %], [% ELSE %].[% END ~%]
488 [% IF ( SEARCH_RESULT.searchhighlightblob ) %]
489 <span class="results_summary">
490 <span class="label">Match:</span>
491 [% SEARCH_RESULT.searchhighlightblob | html %]
495 [% IF ( OpacStarRatings == 'all' ) %]
496 <div class="results_summary ratings">
497 [% SET rating_avg = SEARCH_RESULT.ratings.get_avg_rating() %]
498 [% rating_avg_int = BLOCK %][% rating_avg | format("%.0f") %][% END %]
499 [% FOREACH i IN [ 1 2 3 4 5 ] %]
500 [% IF rating_avg_int == i %]
501 <input class="star" type="radio" name="rating-[% SEARCH_RESULT.biblionumber | html %]" value="[% i | html %]" checked="checked" disabled="disabled" />
503 <input class="star" type="radio" name="rating-[% SEARCH_RESULT.biblionumber | html %]" value="[% i | html %]" disabled="disabled" />
507 [% IF SEARCH_RESULT.ratings.count > 0 %]
508 <span id="rating_total_[% SEARCH_RESULT.biblionumber | html %]"> ([% SEARCH_RESULT.ratings.count | html %] votes)</span>
512 </div> <!-- / .results_summary -->
513 [% END # / IF OpacStarRatings %]
515 <div class="actions-menu noprint">
516 [% IF Koha.Preference( 'RequestOnOpac' ) == 1 %]
517 [% UNLESS ( SEARCH_RESULT.norequests ) %]
518 [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) %]
519 <span class="actions"><a class="hold" href="/cgi-bin/koha/opac-reserve.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]">Place hold</a></span><!-- add back when available 0 holds in queue-->
520 [% END # / IF opacuserlogin && holdable %]
521 [% END # UNLESS SEARCH_RESULT.norequests %]
522 [% END # IF RequestOnOpac %]
524 [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) %]
525 [% IF SEARCH_RESULT.artreqpossible %]
526 <span class="actions"><a class="article_request" href="/cgi-bin/koha/opac-request-article.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]">Request article</a></span>
530 [% IF ( TagsInputEnabled ) %]
531 [% IF ( loggedinusername ) %]
532 <span class="actions"><a class="tag_add" id="tag_add[% SEARCH_RESULT.biblionumber | html %]" href="#">Add tag</a></span>
533 <div id="tagform[% SEARCH_RESULT.biblionumber | html %]" class="tag_results_input" style="display:none;">
534 <label for="newtag[% SEARCH_RESULT.biblionumber | html %]">New tag(s), separated by a comma:</label>
535 <input type="text" name="newtag[% SEARCH_RESULT.biblionumber | html %]" id="newtag[% SEARCH_RESULT.biblionumber | html %]" class="newtag" maxlength="100" />
536 <input name="tagbutton" class="btn btn-small tagbutton" title="[% SEARCH_RESULT.biblionumber | html %]" type="submit" value="Add" />
537 <a class="cancel_tag_add" id="cancel[% SEARCH_RESULT.biblionumber | html %]" href="#">(done)</a>
539 <span id="newtag[% SEARCH_RESULT.biblionumber | html %]_status" class="tagstatus" style="display:none;">
542 [% ELSIF ( loop.first ) %]
543 <span class="actions"><span id="login4tags">Log in to add tags.</span></span>
544 [% END # IF loggedinusername %]
545 [% END # if TagsInputEnabled %]
547 [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && loggedinusername && ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %]
548 <span class="actions"><a class="addtoshelf" href="/cgi-bin/koha/opac-addbybiblionumber.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]" onclick="Dopop('opac-addbybiblionumber.pl?biblionumber=[% SEARCH_RESULT.biblionumber | html %]'); return false;">Save to lists</a></span>
551 [% IF Koha.Preference( 'opacbookbag' ) == 1 %]
552 [% IF ( SEARCH_RESULT.incart ) %]
553 <span class="actions"><a data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]" class="addtocart cart[% SEARCH_RESULT.biblionumber | html %]" href="#">In your cart</a> <a data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]" class="cartRemove cartR[% SEARCH_RESULT.biblionumber | html %]" href="#">(remove)</a></span>
555 <span class="actions"><a data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]" class="addtocart cart[% SEARCH_RESULT.biblionumber | html %]" href="#">Add to your cart</a> <a style="display:none;" data-biblionumber="[% SEARCH_RESULT.biblionumber | html %]" class="cartRemove cartR[% SEARCH_RESULT.biblionumber | html %]" href="#">(remove)</a></span>
557 [% END # / IF opacbookbag %]
560 [% INCLUDE "openlibrary-readapi.inc" bib = SEARCH_RESULT %]
564 [% END # / FOREACH SEARCH_RESULT %]
566 </form> <!-- / #bookbag_form -->
568 <form id="hold_form" name="hold_form" method="get" action="/cgi-bin/koha/opac-reserve.pl">
569 <!-- The value will be set by holdBiblioNums() in basket.js -->
570 <input id="hold_form_biblios" type="hidden" name="biblionumbers" value=""/>
572 </div> <!-- / .searchresults -->
574 <div id="bottom-pages">[% INCLUDE 'page-numbers.inc' %]</div>
576 [% END # / IF total %]
578 [% IF Koha.Preference( 'suggestion' ) == 1 && ( Koha.Preference( 'AnonSuggestions' ) == 1 || loggedinusername || Koha.Preference( 'ILLModule' ) == 1 ) %]
579 <div class="suggestion">
580 Not finding what you're looking for?
582 [% IF Koha.Preference( 'AnonSuggestions' ) == 1 %]
583 <li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add">purchase suggestion</a></li>
585 [% IF ( loggedinusername ) %]
586 <li>Make a <a href="/cgi-bin/koha/opac-suggestions.pl?op=add">purchase suggestion</a></li>
589 [% IF Koha.Preference( 'ILLModule' ) == 1 && loggedinusername %]
590 <li>Make an <a href="/cgi-bin/koha/opac-illrequests.pl?op=create">Interlibrary loan request</a></li>
595 </div> <!-- / #userresults -->
596 </div> <!-- /.span10/12 -->
597 </div> <!-- / .row-fluid -->
598 </div> <!-- / .container-fluid -->
599 </div><!-- / .main -->
601 [% INCLUDE 'opac-bottom.inc' %]
602 [% BLOCK jsinclude %]
603 [% IF ( LibraryThingForLibrariesID ) %]
604 <script src="https://ltfl.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID | html %]&systype=koha"></script>
606 [% IF ( OpacStarRatings == 'all' || Koha.Preference('Babeltheque') ) %][% Asset.js("lib/jquery/plugins/jquery.rating.js") | $raw %][% END %]
607 [% IF ( OverDriveEnabled ) %][% Asset.js("js/overdrive.js") | $raw %][% END %]
608 [% IF ( RecordedBooksEnabled ) %][% Asset.js("js/recordedbooks.js") | $raw %][% END %]
609 [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
610 [% Asset.js("js/authtoresults.js") | $raw %]
611 [% IF ( OpacHighlightedWords ) %][% Asset.js("lib/jquery/plugins/jquery.highlight-3.js") | $raw %]
614 [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'RequestOnOpac' ) == 1 ) %]
615 function holdMultiple() {
616 var checkedBiblioNums = ""; // Separated by "/"
617 var checkedCount = 0;
618 if(document.bookbag_form.biblionumber.length > 0) {
619 for (var i=0; i < document.bookbag_form.biblionumber.length; i++) {
620 if (document.bookbag_form.biblionumber[i].checked) {
621 checkedBiblioNums += (document.bookbag_form.biblionumber[i].value + "/");
627 if (checkedCount > 0) {
628 holdBiblioNums(checkedBiblioNums);
630 alert(MSG_NO_RECORD_SELECTED);
634 function holdBiblioNums(numList) {
635 // numList: biblio numbers separated by "/"
636 $("#hold_form_biblios").attr("value", numList);
637 $("#hold_form").submit();
640 [% IF ( TagsInputEnabled && loggedinusername ) %]
641 function tagSelected() {
642 var checkedBoxes = $(".searchresults :checkbox:checked");
643 if ($(checkedBoxes).size() == 0) {
644 alert(MSG_NO_RECORD_SELECTED);
646 $("#tagsel_tag").hide();
648 $("#tagsel_form").show();
652 function tagCanceled() {
653 $("#tagsel_form").hide();
654 $("#tagsel_tag").show();
656 $("#tagsel_new").val("");
657 $("#tagsel_status, .tagstatus").empty().hide();
660 function tagAdded() {
661 var checkedBoxes = $(".searchresults :checkbox:checked");
662 if ($(checkedBoxes).size() == 0) {
663 alert(MSG_NO_RECORD_SELECTED);
667 var tag = $("#tagsel_new").val();
668 if (!tag || (tag == "")) {
669 alert(MSG_NO_TAG_SPECIFIED);
674 for (var i = 0; i < $(checkedBoxes).size(); i++) {
675 var box = $(checkedBoxes).get(i);
676 bibs[i] = $(box).val();
679 KOHA.Tags.add_multitags_button(bibs, tag);
684 function enableCheckboxActions(){
685 // Enable/disable controls if checkboxes are checked
686 var checkedBoxes = $(".checkboxed input:checkbox:checked");
687 var controls = $("#selections-toolbar .links a, #selections-toolbar .links input, #selections-toolbar .links select, , #selections-toolbar .links label")
688 if ($(checkedBoxes).size()) {
689 $("#selections").html(_("With selected titles: "));
690 $(controls).removeClass("disabled");
692 $("#selections").html(_("Select titles to: "));
693 $(controls).addClass("disabled");
697 [% IF ( OpacHighlightedWords ) %]
698 var q_array = new Array(); // holds search terms if available
700 function highlightOff() {
701 $("td").removeHighlight();
702 $(".highlight_toggle").toggle();
704 function highlightOn() {
707 q_array[x] = q_array[x].replace(/\w*:([\w])/, "$1");
708 q_array[x] = q_array[x].toLowerCase();
709 var myStopwords = "[% Koha.Preference('NotHighlightedWords') | html %]".toLowerCase().split('|');
710 if ( (q_array[x].length > 0) && ($.inArray(q_array[x], myStopwords) == -1) ) {
711 $(".title").highlight(q_array[x]);
712 $(".author").highlight(q_array[x]);
713 $(".results_summary").highlight(q_array[x]);
716 $(".highlight_toggle").toggle();
719 $(document).ready(function(){
720 [% IF ( OpacHighlightedWords ) %]
721 $('a.title').each(function() {
722 $(this).attr("href", $(this).attr("href") + "&query_desc=[% query_desc | uri %]");
726 $(".cb").click(function(){
727 enableCheckboxActions();
729 enableCheckboxActions();
731 [% IF ( IDreamBooksResults ) %]
732 $('.idbresult').each(function() {
733 var isbn = $(this).children('a').text().replace(/\s*/,'');
736 if ($.browser.msie && parseInt($.browser.version, 10) >= 8 && window.XDomainRequest) {
737 // Use Microsoft XDR for IE version 8 or above
738 var xdr = new XDomainRequest();
739 xdr.open("get", "https://idreambooks.com/newbooks/api.json?q="+encodeURIComponent(isbn)+"&key=8bf66516232d1b72f3e47df939653e1e");
740 xdr.onload = function() {
741 json = 'json = '+xdr.responseText; // the string now looks like.. json = { ... };
742 eval(json); // json is now a regular JSON object
743 if(json.total_results > 0 && json.book.rating > 0){
744 $(element).children('a').html("<img src='"+json.book.to_read_or_not_small+"' alt='"+json.book.title+_(" by ")+json.book.author+"' title='"+_("Rating based on reviews of ")+json.book.title+"'>"+json.book.rating+"%");
752 $.getJSON("https://idreambooks.com/newbooks/api.json?q="+encodeURIComponent(isbn)+"&key=8bf66516232d1b72f3e47df939653e1e", function(json){
753 if(json.total_results > 0 && json.book.rating > 0){
754 $(element).children('a').html("<img src='"+json.book.to_read_or_not_small+"' alt='"+json.book.title+_(" by ")+json.book.author+"' title='"+_("Rating based on reviews of ")+json.book.title+"'>"+json.book.rating+"%");
765 [% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) || loggedinusername ) %]
766 param1 += "<span id=\"selections\">"+_("Select titles to: ")+"</span>";
769 [% IF Koha.Preference( 'opacbookbag' ) == 1 OR Koha.Preference('virtualshelves') %]
770 param1 += "<select class=\"disabled\" name=\"addto\" id=\"addto\"><option>"+_("Add to...")+"</option>";
772 [% IF Koha.Preference( 'opacbookbag' ) == 1 %]
773 param1 += "<option value=\"addtocart\">"+_("Cart")+"<\/option>";
775 [% IF Koha.Preference('virtualshelves') %]
776 [% IF loggedinusername AND add_to_some_private_shelves.count %]
777 param1 += "<optgroup label=\""+_("Your lists:")+"\">";
778 [% SET number_of_private_shelves = 0 %]
779 [% FOREACH s IN add_to_some_private_shelves %]
780 [% IF shelfnumber != s.shelfnumber %]
781 param1 += "<option id=\"s[% s.shelfnumber | html %]\" value=\"addtolist\">[% s.shelfname | html %]<\/option>";
782 [% SET number_of_private_shelves = number_of_private_shelves + 1 %]
783 [% IF number_of_private_shelves == 10 %][% LAST %][% END %]
786 param1 += "<\/optgroup>";
788 [% IF add_to_some_public_shelves.count %]
789 param1 += "<optgroup label=\""+_("Public lists:")+"\">";
790 [% SET number_of_public_shelves = 0 %]
791 [% FOREACH s IN add_to_some_public_shelves %]
792 [% IF shelfnumber != s.shelfnumber %]
793 param1 += "<option id=\"s[% s.shelfnumber | html %]\" value=\"addtolist\">[% s.shelfname | html %]<\/option>";
794 [% SET number_of_public_shelves = number_of_public_shelves + 1 %]
795 [% IF number_of_public_shelves == 10 %][% LAST %][% END %]
798 param1 += "<\/optgroup>";
800 [% 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 ) %]
801 param1 += "<option value=\"morelists\">[ "+_("More lists")+" ]<\/option>";
803 param1 +="<option value=\"newlist\">"+_("[ New list ]")+"<\/option>"
805 param1 += "<\/select> <input type=\"submit\" class=\"btn btn-small\" value=\""+_("Save")+"\" />";
808 $('#sortsubmit').hide();
809 $('.resort').change(function() {
810 $('#bookbag_form').submit();
812 $("span.clearall").html("<a id=\"CheckNone\" href=\"#\">"+_("Clear all")+"<\/a>");
813 $("span.checkall").html("<a id=\"CheckAll\" href=\"#\">"+_("Select all")+"<\/a>");
815 [% IF Koha.Preference( 'opacbookbag' ) == 1 %]
816 $("span.addto").html(param1);
818 [% IF ( ( Koha.Preference( 'virtualshelves' ) == 1 ) && loggedinusername ) %]
819 $("span.addto").html(param1);
823 [% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) ) %]
824 [% IF Koha.Preference( 'virtualshelves' ) == 1 %]
825 $("#addto").on("change",function(){
828 $(".addto").find("input:submit").click(function(){
833 $("#addto").on("click",function(){
841 addtoOption = $("#addto").find("option:selected");
842 addtoval = addtoOption.val();
843 if(addtoval == "addtolist"){
844 var shelfnumber = addtoOption.attr("id").replace("s","");
846 Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?selectedshelf='+shelfnumber+'&' + vShelfAdd());
849 } else if(addtoval == "newlist"){
850 [% IF ( loggedinusername ) %]if (vShelfAdd()) {
851 Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?newshelf=1&' + vShelfAdd());
853 alert(_("You must be logged in to create or add to lists"));
856 } else if(addtoval == "morelists"){
857 [% IF ( loggedinusername ) %]
859 Dopop('/cgi-bin/koha/opac-addbybiblionumber.pl?' + vShelfAdd());
862 alert(_("You must be logged in to create or add to lists"));
866 if(addtoval == "addtocart" || $("#addto").attr("class") == "addtocart"){
871 $("#CheckAll").click(function(){
872 $("#bookbag_form").checkCheckboxes();
873 enableCheckboxActions();
876 $("#CheckNone").click(function(){
877 $("#bookbag_form").unCheckCheckboxes();
878 enableCheckboxActions();
882 [% IF ( ( Koha.Preference( 'RequestOnOpac' ) == 1 ) && ( Koha.Preference( 'opacuserlogin' ) == 1 ) && DisplayMultiPlaceHold ) %]
883 $("#placehold").html("<input class=\"hold disabled\" type=\"submit\" value=\""+_("Place hold")+"\"/>");
884 $("#placehold").find("input:submit").click(function(){
890 [% IF ( query_desc ) %]
891 var query_desc = "[% query_desc |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') | html %]";
892 var querystring = "[% querystring |replace("'", "\'") |replace('\n', '\\n') |replace('\r', '\\r') | html %]";
893 [% IF ( OpacHighlightedWords ) %]
894 q_array = query_desc.split(" ");
895 // ensure that we don't have "" at the end of the array, which can
896 // break the highlighter
897 while (q_array.length > 0 && q_array[q_array.length-1] == "") {
898 q_array = q_array.splice(0,-1);
901 $("#highlight_toggle_on" ).hide().click(function() {highlightOn() ;});
902 $("#highlight_toggle_off").show().click(function() {highlightOff();});
904 [% IF ( OverDriveEnabled ) %]
905 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>' );
906 $( '#numresults' ) .append( ' ' )
907 .append( $overdrive_results );
908 KOHA.OverDrive.Search( "[% Koha.Preference('OverDriveLibraryID') | html %]", querystring, 1, 0, function( data ) {
910 $overdrive_results.html( MSG_ERROR_SEARCHING_COLLECTION.format('OverDrive') );
914 if ( data.totalItems ) {
915 $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>' );
917 $overdrive_results.remove();
921 [% IF ( RecordedBooksEnabled ) %]
922 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>' );
923 $( '#numresults' ) .append( ' ' )
924 .append( $recordedbooks_results );
925 KOHA.RecordedBooks.search( querystring, [% OPACnumSearchResults || "null" | html %], null, function( data ) {
927 $recordedbooks_results.html( MSG_ERROR_SEARCHING_COLLECTION.format('RecordedBooks') + ': ' + data.error);
931 // data.total can be either 42 or "60+"
932 if ( typeof(data.total) === 'string' && data.total.charAt(0) > 0 || typeof(data.total) === 'number' && data.total > 0 ) {
933 $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>' );
935 $recordedbooks_results.remove();
939 [% IF ( OpenLibrarySearch ) %]
940 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>' );
941 $( '#numresults' ) .append( ' ' )
942 .append( $openlibrary_results );
943 KOHA.OpenLibrary.search( querystring, null, function( data ) {
945 $openlibrary_results.html( MSG_ERROR_SEARCHING_COLLECTION.format('OpenLibrary') );
949 if ( data.numFound > 0 ) {
950 $openlibrary_results.html( '<a href="' + KOHA.OpenLibrary.searchUrl(querystring) + '" target="openlibrary">' + MSG_RESULTS_FOUND_IN_COLLECTION.format(data.numFound, 'OpenLibrary') + '</a>' );
952 $openlibrary_results.remove();
958 [% IF ( TagsInputEnabled && loggedinusername ) %]
959 $("#tagsel_tag").click(function(){
963 $("#tagsel_cancel").click(function(){
967 $("#tagsel_button").click(function(){
972 $(".tag_add").click(function(){
973 var thisid = $(this).attr("id");
974 thisid = thisid.replace("tag_add","");
975 $(this).addClass("hidden");
976 $("#tagform"+thisid).show();
977 $("#newtag"+thisid).focus();
978 $("#newtag"+thisid+"_status").empty().hide();
981 $(".cancel_tag_add").click(function(){
982 var thisid = $(this).attr("id");
983 thisid = thisid.replace("cancel","");
984 $("#tagform"+thisid).hide();
985 $("#tag_add"+thisid).removeClass("hidden");
986 $("#newtag"+thisid).val("");
987 $("#newtag"+thisid+"_status").empty().hide();
990 $(".tagbutton").click(function(){
991 var thisid = $(this).attr("title");
992 var tag = $("#newtag"+thisid).val();
993 if (!tag || (tag == "")) {
994 alert(MSG_NO_TAG_SPECIFIED);
997 KOHA.Tags.add_tag_button(thisid, tag);
1002 [% IF OpenLibraryCovers %]KOHA.OpenLibrary.GetCoverFromIsbn();[% END %]
1003 [% IF OPACLocalCoverImages %]KOHA.LocalCover.GetCoverFromBibnumber(false);[% END %]
1004 [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
1005 [% IF ( Koha.Preference('Coce') && Koha.Preference('CoceProviders') ) %]
1006 KOHA.coce.getURL('[% Koha.Preference('CoceHost') | html %]', '[% Koha.Preference('CoceProviders') | html %]');
1009 [% IF ( DidYouMean ) %]
1010 $("#didyoumean").load("/cgi-bin/koha/svc/suggestion?render=stub&q=[% querystring |uri %]",
1012 $(this).addClass("dym-loaded");
1016 $("input.newtag").on('keydown', function(e){
1017 if (e.keyCode == 13) { e.preventDefault(); }