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 %]/LC.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 1100-1106 Note that permanent location is a code, and location may be an authval. Link Here
1100
                                } else {
1100
                                } else {
1101
                                    lightbox_descriptions.push("Custom cover image");
1101
                                    lightbox_descriptions.push("Custom cover image");
1102
                                }
1102
                                }
1103
                            } else if( div.attr("id") == "coce-coverimg" ){
1103
                            } else if ( div.attr("id") == "syndetics-bookcoverimg" ){
1104
                                    lightbox_descriptions.push(_("Syndetics cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1105
                            }
1106
                            else if( div.attr("id") == "coce-coverimg" ){
1104
                                // Identify which service's image is being loaded by Coce
1107
                                // Identify which service's image is being loaded by Coce
1105
                                var coce_description;
1108
                                var coce_description;
1106
                                if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1109
                                if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1107
- 

Return to bug 21225