Lines 250-256
Link Here
|
250 |
|
250 |
|
251 |
[% IF ( GoogleJackets ) %] |
251 |
[% IF ( GoogleJackets ) %] |
252 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
252 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
253 |
<span style="block" title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.normalized_isbn %]" id="gbs-thumbnail[% loop.count %]"></span> |
253 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.normalized_isbn %]" id="gbs-thumbnail[% loop.count %]"></span> |
254 |
[% ELSE %] |
254 |
[% ELSE %] |
255 |
<span class="no-image">No cover image available</span> |
255 |
<span class="no-image">No cover image available</span> |
256 |
[% END %] |
256 |
[% END %] |
Lines 259-265
Link Here
|
259 |
[% IF ( Koha.Preference('Coce') && Koha.Preference('CoceProviders') ) %] |
259 |
[% IF ( Koha.Preference('Coce') && Koha.Preference('CoceProviders') ) %] |
260 |
[% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn %] |
260 |
[% coce_id = SEARCH_RESULT.normalized_ean || SEARCH_RESULT.normalized_isbn %] |
261 |
[% IF ( coce_id ) %] |
261 |
[% IF ( coce_id ) %] |
262 |
<span style="block" title="[% SEARCH_RESULT.biblionumber |url %]" class="[% coce_id %]" id="coce-thumbnail[% loop.count %]"></span> |
262 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% coce_id %]" id="coce-thumbnail[% loop.count %]"></span> |
263 |
[% ELSE %] |
263 |
[% ELSE %] |
264 |
<span class="no-image">No cover image available</span> |
264 |
<span class="no-image">No cover image available</span> |
265 |
[% END %] |
265 |
[% END %] |
Lines 267-273
Link Here
|
267 |
|
267 |
|
268 |
[% IF OpenLibraryCovers %] |
268 |
[% IF OpenLibraryCovers %] |
269 |
[% IF SEARCH_RESULT.normalized_isbn %] |
269 |
[% IF SEARCH_RESULT.normalized_isbn %] |
270 |
<span style="block" title="[% SEARCH_RESULT.biblionumber %]" class="[% SEARCH_RESULT.normalized_isbn %]" id="openlibrary-thumbnail[% loop.count %]"></span> |
270 |
<span title="[% SEARCH_RESULT.biblionumber %]" class="[% SEARCH_RESULT.normalized_isbn %]" id="openlibrary-thumbnail[% loop.count %]"></span> |
271 |
[% ELSE %] |
271 |
[% ELSE %] |
272 |
<span class="no-image">No cover image available</span> |
272 |
<span class="no-image">No cover image available</span> |
273 |
[% END %] |
273 |
[% END %] |