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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-3 / +5 lines)
Lines 240-246 Link Here
240
                    [% IF ( SyndeticsCovers ) %]
240
                    [% IF ( SyndeticsCovers ) %]
241
                        [% IF ( content_identifier_exists ) %]
241
                        [% IF ( content_identifier_exists ) %]
242
                        <div class="cover-image" id="syndetics-bookcoverimg">
242
                        <div class="cover-image" id="syndetics-bookcoverimg">
243
                            <a title="Syndetics cover image">
243
                            <a href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn | html %]/[% Koha.Preference('SyndeticsCoverImageSize') | html %].GIF&amp;client=[% Koha.Preference('SyndeticsClientCode') | html %]&amp;type=xw10&amp;upc=[% normalized_upc | html %]&amp;oclc=[% normalized_oclc | html %]" title="Syndetics cover image">
244
                                <img src="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn | html %]/[% Koha.Preference('SyndeticsCoverImageSize') | html %].GIF&amp;client=[% Koha.Preference('SyndeticsClientCode') | html %]&amp;type=xw10&amp;upc=[% normalized_upc | html %]&amp;oclc=[% normalized_oclc | html %]" alt="" class="thumbnail" />
244
                                <img src="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn | html %]/[% Koha.Preference('SyndeticsCoverImageSize') | html %].GIF&amp;client=[% Koha.Preference('SyndeticsClientCode') | html %]&amp;type=xw10&amp;upc=[% normalized_upc | html %]&amp;oclc=[% normalized_oclc | html %]" alt="" class="thumbnail" />
245
                            </a>
245
                            </a>
246
                            <div class="hint">Image from Syndetics</div>
246
                            <div class="hint">Image from Syndetics</div>
Lines 1089-1095 Note that permanent location is a code, and location may be an authval. Link Here
1089
                                } else {
1089
                                } else {
1090
                                    lightbox_descriptions.push("Custom cover image");
1090
                                    lightbox_descriptions.push("Custom cover image");
1091
                                }
1091
                                }
1092
                            } else if( div.attr("id") == "coce-coverimg" ){
1092
                            } else if ( div.attr("id") == "syndetics-bookcoverimg" ){
1093
                                    lightbox_descriptions.push(_("Syndetics cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1094
                            }
1095
                            else if( div.attr("id") == "coce-coverimg" ){
1093
                                // Identify which service's image is being loaded by Coce
1096
                                // Identify which service's image is being loaded by Coce
1094
                                var coce_description;
1097
                                var coce_description;
1095
                                if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1098
                                if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1096
- 

Return to bug 21225