Lines 250-268
Link Here
|
250 |
<td class="bibliocol"> |
250 |
<td class="bibliocol"> |
251 |
<div class="coverimages itemtype_[% SEARCH_RESULT.itemtype | html %]"> |
251 |
<div class="coverimages itemtype_[% SEARCH_RESULT.itemtype | html %]"> |
252 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]"> |
252 |
<a class="p1" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]"> |
|
|
253 |
[% IF ( SEARCH_RESULT.title ) %] |
254 |
[% img_title = SEARCH_RESULT.title | html %] |
255 |
[% ELSE %] |
256 |
[% img_title = SEARCH_RESULT.biblionumber |url %] |
257 |
[% END %] |
253 |
[% IF ( OPACLocalCoverImages ) %] |
258 |
[% IF ( OPACLocalCoverImages ) %] |
254 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber | html %]" id="local-thumbnail[% loop.count | html %]"></span> |
259 |
<span title="[% img_title %]" class="[% SEARCH_RESULT.biblionumber | html %]" id="local-thumbnail[% loop.count | html %]"></span> |
255 |
[% END %] |
260 |
[% END %] |
256 |
|
261 |
|
257 |
[% IF ( AdlibrisEnabled && SEARCH_RESULT.normalized_isbn ) %] |
262 |
[% IF ( AdlibrisEnabled && SEARCH_RESULT.normalized_isbn ) %] |
258 |
<span title="[% SEARCH_RESULT.biblionumber | html %]" id="adlibris-thumbnail[% loop.count | html %]"> |
263 |
<span title="[% img_title %]" id="adlibris-thumbnail[% loop.count | html %]"> |
259 |
<img src="[% AdlibrisURL | html %]?isbn=[% SEARCH_RESULT.normalized_isbn | html %]" |
264 |
<img src="[% AdlibrisURL | html %]?isbn=[% SEARCH_RESULT.normalized_isbn | html %]" |
260 |
alt="Adlibris thumbnail for ISBN: [% SEARCH_RESULT.normalized_isbn | html %]" class="adlibris-cover" /> |
265 |
alt="Adlibris thumbnail for ISBN: [% SEARCH_RESULT.normalized_isbn | html %]" class="adlibris-cover" /> |
261 |
</span> |
266 |
</span> |
262 |
[% END %] |
267 |
[% END %] |
263 |
[% IF ( OPACAmazonCoverImages ) %] |
268 |
[% IF ( OPACAmazonCoverImages ) %] |
264 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
269 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
265 |
<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> |
270 |
<span title="[% img_title %]" 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> |
266 |
[% ELSE %] |
271 |
[% ELSE %] |
267 |
<span class="no-image">No cover image available</span> |
272 |
<span class="no-image">No cover image available</span> |
268 |
[% END %] |
273 |
[% END %] |
Lines 270-276
Link Here
|
270 |
|
275 |
|
271 |
[% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] |
276 |
[% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %] |
272 |
[% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %] |
277 |
[% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %] |
273 |
<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> |
278 |
<span title="[% img_title %]" 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> |
274 |
[% ELSE %] |
279 |
[% ELSE %] |
275 |
<span class="no-image">No cover image available</span> |
280 |
<span class="no-image">No cover image available</span> |
276 |
[% END %] |
281 |
[% END %] |
Lines 278-284
Link Here
|
278 |
|
283 |
|
279 |
[% IF ( GoogleJackets ) %] |
284 |
[% IF ( GoogleJackets ) %] |
280 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
285 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
281 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="gbs-thumbnail[% loop.count | html %]"></span> |
286 |
<span title="[% img_title %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="gbs-thumbnail[% loop.count | html %]"></span> |
282 |
[% ELSE %] |
287 |
[% ELSE %] |
283 |
<span class="no-image">No cover image available</span> |
288 |
<span class="no-image">No cover image available</span> |
284 |
[% END %] |
289 |
[% END %] |
Lines 287-293
Link Here
|
287 |
[% IF ( Koha.Preference('OpacCoce') && Koha.Preference('CoceProviders') ) %] |
292 |
[% IF ( Koha.Preference('OpacCoce') && Koha.Preference('CoceProviders') ) %] |
288 |
[% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn | html %] |
293 |
[% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn | html %] |
289 |
[% IF ( coce_id ) %] |
294 |
[% IF ( coce_id ) %] |
290 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% coce_id | html %]" id="coce-thumbnail[% loop.count | html %]"></span> |
295 |
<span title="[% img_title %]" class="[% coce_id | html %]" id="coce-thumbnail[% loop.count | html %]"></span> |
291 |
[% ELSE %] |
296 |
[% ELSE %] |
292 |
<span class="no-image">No cover image available</span> |
297 |
<span class="no-image">No cover image available</span> |
293 |
[% END %] |
298 |
[% END %] |
Lines 295-301
Link Here
|
295 |
|
300 |
|
296 |
[% IF OpenLibraryCovers %] |
301 |
[% IF OpenLibraryCovers %] |
297 |
[% IF SEARCH_RESULT.normalized_isbn %] |
302 |
[% IF SEARCH_RESULT.normalized_isbn %] |
298 |
<span title="[% SEARCH_RESULT.biblionumber | html %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="openlibrary-thumbnail[% loop.count | html %]"></span> |
303 |
<span title="[% img_title %]" class="[% SEARCH_RESULT.normalized_isbn | html %]" id="openlibrary-thumbnail[% loop.count | html %]"></span> |
299 |
[% ELSE %] |
304 |
[% ELSE %] |
300 |
<span class="no-image">No cover image available</span> |
305 |
<span class="no-image">No cover image available</span> |
301 |
[% END %] |
306 |
[% END %] |