Lines 269-287
Link Here
|
269 |
<td class="bibliocol"> |
269 |
<td class="bibliocol"> |
270 |
<div class="coverimages itemtype_[% SEARCH_RESULT.itemtype | html %]"> |
270 |
<div class="coverimages itemtype_[% SEARCH_RESULT.itemtype | html %]"> |
271 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]"> |
271 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]"> |
|
|
272 |
[% IF ( SEARCH_RESULT.title ) %] |
273 |
[% img_title = SEARCH_RESULT.title %] |
274 |
[% ELSE %] |
275 |
[% img_title = SEARCH_RESULT.biblionumber %] |
276 |
[% END %] |
272 |
[% IF ( OPACLocalCoverImages ) %] |
277 |
[% IF ( OPACLocalCoverImages ) %] |
273 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber | html %]" id="local-thumbnail[% loop.count | html %]"></span> |
278 |
<span title="[% img_title | html %]" class="[% SEARCH_RESULT.biblionumber | html %]" id="local-thumbnail[% loop.count | html %]"></span> |
274 |
[% END %] |
279 |
[% END %] |
275 |
|
280 |
|
276 |
[% IF ( AdlibrisEnabled && SEARCH_RESULT.normalized_isbn ) %] |
281 |
[% IF ( AdlibrisEnabled && SEARCH_RESULT.normalized_isbn ) %] |
277 |
<span title="[% SEARCH_RESULT.biblionumber | html %]" id="adlibris-thumbnail[% loop.count | html %]"> |
282 |
<span title="[% img_title | html %]" id="adlibris-thumbnail[% loop.count | html %]"> |
278 |
<img src="[% AdlibrisURL | html %]?isbn=[% SEARCH_RESULT.normalized_isbn | html %]" |
283 |
<img src="[% AdlibrisURL | html %]?isbn=[% SEARCH_RESULT.normalized_isbn | html %]" |
279 |
alt="Adlibris thumbnail for ISBN: [% SEARCH_RESULT.normalized_isbn | html %]" class="adlibris-cover" /> |
284 |
alt="Adlibris thumbnail for ISBN: [% SEARCH_RESULT.normalized_isbn | html %]" class="adlibris-cover" /> |
280 |
</span> |
285 |
</span> |
281 |
[% END %] |
286 |
[% END %] |
282 |
[% IF ( OPACAmazonCoverImages ) %] |
287 |
[% IF ( OPACAmazonCoverImages ) %] |
283 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
288 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
284 |
<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> |
289 |
<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> |
285 |
[% ELSE %] |
290 |
[% ELSE %] |
286 |
<span class="no-image">No cover image available</span> |
291 |
<span class="no-image">No cover image available</span> |
287 |
[% END %] |
292 |
[% END %] |
Lines 289-295
Link Here
|
289 |
|
294 |
|
290 |
[% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] |
295 |
[% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] |
291 |
[% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %] |
296 |
[% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %] |
292 |
<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> |
297 |
<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&client=[% SyndeticsClientCode | html %]&type=xw10&upc=[% SEARCH_RESULT.normalized_upc | html %]&oclc=[% SEARCH_RESULT.normalized_oclc | html %]" alt="" class="item-thumbnail" /></span> |
293 |
[% ELSE %] |
298 |
[% ELSE %] |
294 |
<span class="no-image">No cover image available</span> |
299 |
<span class="no-image">No cover image available</span> |
295 |
[% END %] |
300 |
[% END %] |
Lines 297-303
Link Here
|
297 |
|
302 |
|
298 |
[% IF ( GoogleJackets ) %] |
303 |
[% IF ( GoogleJackets ) %] |
299 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
304 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
300 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="gbs-thumbnail[% loop.count | html %]"></span> |
305 |
<span title="[% img_title | html %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="gbs-thumbnail[% loop.count | html %]"></span> |
301 |
[% ELSE %] |
306 |
[% ELSE %] |
302 |
<span class="no-image">No cover image available</span> |
307 |
<span class="no-image">No cover image available</span> |
303 |
[% END %] |
308 |
[% END %] |
Lines 306-312
Link Here
|
306 |
[% IF ( Koha.Preference('OpacCoce') && Koha.Preference('CoceProviders') ) %] |
311 |
[% IF ( Koha.Preference('OpacCoce') && Koha.Preference('CoceProviders') ) %] |
307 |
[% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn | html %] |
312 |
[% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn | html %] |
308 |
[% IF ( coce_id ) %] |
313 |
[% IF ( coce_id ) %] |
309 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% coce_id | html %]" id="coce-thumbnail[% loop.count | html %]"></span> |
314 |
<span title="[% img_title | html %]" class="[% coce_id | html %]" id="coce-thumbnail[% loop.count | html %]"></span> |
310 |
[% ELSE %] |
315 |
[% ELSE %] |
311 |
<span class="no-image">No cover image available</span> |
316 |
<span class="no-image">No cover image available</span> |
312 |
[% END %] |
317 |
[% END %] |
Lines 314-320
Link Here
|
314 |
|
319 |
|
315 |
[% IF OpenLibraryCovers %] |
320 |
[% IF OpenLibraryCovers %] |
316 |
[% IF SEARCH_RESULT.normalized_isbn %] |
321 |
[% IF SEARCH_RESULT.normalized_isbn %] |
317 |
<span title="[% SEARCH_RESULT.biblionumber | html %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="openlibrary-thumbnail[% loop.count | html %]"></span> |
322 |
<span title="[% img_title | html %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="openlibrary-thumbnail[% loop.count | html %]"></span> |
318 |
[% ELSE %] |
323 |
[% ELSE %] |
319 |
<span class="no-image">No cover image available</span> |
324 |
<span class="no-image">No cover image available</span> |
320 |
[% END %] |
325 |
[% END %] |