View | Details | Raw Unified | Return to bug 39582
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/cover-images.inc (-4 / +3 lines)
Lines 31-43 Link Here
31
        [% END %]
31
        [% END %]
32
32
33
        [% IF ( SyndeticsCoverImages ) %]
33
        [% IF ( SyndeticsCoverImages ) %]
34
            [% IF ( SEARCH_RESULT.normalized_isbn ) %]
34
            [% IF ( SEARCH_RESULT.normalized_isbn || SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_oclc ) %]
35
                <div class="cover-image syndetics-coverimg">
35
                <div class="cover-image syndetics-coverimg">
36
                    <a
36
                    <a
37
                        href="https://secure.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn | uri %]/[% SyndeticsCoverImageSize | uri %].GIF&amp;client=[% SyndeticsClientCode | uri %]&amp;type=xw10&amp;upc=[% normalized_upc | uri %]&amp;oclc=[% normalized_oclc | uri %]"
37
                        href="https://secure.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn | uri %]/[% SyndeticsCoverImageSize | uri %].GIF&amp;client=[% SyndeticsClientCode | uri %]&amp;type=xw10&amp;upc=[% SEARCH_RESULT.normalized_upc | uri %]&amp;oclc=[% SEARCH_RESULT.normalized_oclc | uri %]"
38
                    >
38
                    >
39
                        <img
39
                        <img
40
                            src="https://secure.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn | uri %]/[% SyndeticsCoverImageSize | uri %].GIF&amp;client=[% SyndeticsClientCode | uri %]&amp;type=xw10&amp;upc=[% normalized_upc | uri %]&amp;oclc=[% normalized_oclc | uri %]"
40
                            src="https://secure.syndetics.com/index.aspx?isbn=[% SEARCH_RESULT.normalized_isbn | uri %]/[% SyndeticsCoverImageSize | uri %].GIF&amp;client=[% SyndeticsClientCode | uri %]&amp;type=xw10&amp;upc=[% SEARCH_RESULT.normalized_upc | uri %]&amp;oclc=[% SEARCH_RESULT.normalized_oclc | uri %]"
41
                            id="syndetics-thumbnail-[% SEARCH_RESULT.biblionumber | html %]"
41
                            id="syndetics-thumbnail-[% SEARCH_RESULT.biblionumber | html %]"
42
                            alt="Syndetics cover image"
42
                            alt="Syndetics cover image"
43
                        />
43
                        />
44
- 

Return to bug 39582