Lines 22-27
Link Here
|
22 |
[% CoceProviders = Koha.Preference('CoceProviders') %] |
22 |
[% CoceProviders = Koha.Preference('CoceProviders') %] |
23 |
[% CoceHost = Koha.Preference('CoceHost') %] |
23 |
[% CoceHost = Koha.Preference('CoceHost') %] |
24 |
[% SyndeticsCovers = Koha.Preference('SyndeticsEnabled') && Koha.Preference('SyndeticsCoverImages') %] |
24 |
[% SyndeticsCovers = Koha.Preference('SyndeticsEnabled') && Koha.Preference('SyndeticsCoverImages') %] |
|
|
25 |
[% SyndeticsCoverImageSize = Koha.Preference('SyndeticsCoverImageSize') %] |
25 |
|
26 |
|
26 |
[% WRAPPER 'sub-header.inc' %] |
27 |
[% WRAPPER 'sub-header.inc' %] |
27 |
[% WRAPPER breadcrumbs %] |
28 |
[% WRAPPER breadcrumbs %] |
Lines 486-492
Link Here
|
486 |
[% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %] |
487 |
[% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %] |
487 |
<div id="syndetics-bookcoverimg-[% SEARCH_RESULT.biblionumber | html %]" class="cover-image syndetics-bookcoverimg"> |
488 |
<div id="syndetics-bookcoverimg-[% SEARCH_RESULT.biblionumber | html %]" class="cover-image syndetics-bookcoverimg"> |
488 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]"> |
489 |
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber | uri %]"> |
489 |
<img src="https://secure.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn | html %]/SC.GIF&client=[% Koha.Preference('SyndeticsClientCode') | html %]&type=xw10&upc=[% SEARCH_RESULT.normalized_upc | html %]&oclc=[% SEARCH_RESULT.normalized_oclc | html %]" alt="Cover from Syndetics" /> |
490 |
<img src="https://secure.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn | html %]/[% SyndeticsCoverImageSize | uri %].GIF&client=[% Koha.Preference('SyndeticsClientCode') | html %]&type=xw10&upc=[% SEARCH_RESULT.normalized_upc | html %]&oclc=[% SEARCH_RESULT.normalized_oclc | html %]" alt="Cover from Syndetics" /> |
490 |
</a> |
491 |
</a> |
491 |
<div class="hint">Syndetics cover image</div> |
492 |
<div class="hint">Syndetics cover image</div> |
492 |
</div> |
493 |
</div> |