|
Lines 227-232
Link Here
|
| 227 |
[% IF ( OPACLocalCoverImages ) %] |
227 |
[% IF ( OPACLocalCoverImages ) %] |
| 228 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber %]" id="local-thumbnail[% loop.count %]"></span> |
228 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber %]" id="local-thumbnail[% loop.count %]"></span> |
| 229 |
[% END %] |
229 |
[% END %] |
|
|
230 |
[% IF ( BDSOpacEnable ) %] |
| 231 |
<span title="[% SEARCH_RESULT.biblionumber |url %]" class="[% SEARCH_RESULT.biblionumber %]" id="bds-thumbnail[% loop.count %]"></span> |
| 232 |
<img src="http://www.bibdsl.co.uk/xmla/image-service.asp?ISBN=[% SEARCH_RESULT.normalized_isbn %]&SIZE=s&DBM=[% (DBMCode) %]" /> |
| 233 |
[% END %] |
| 230 |
[% IF ( OPACAmazonCoverImages ) %] |
234 |
[% IF ( OPACAmazonCoverImages ) %] |
| 231 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
235 |
[% IF ( SEARCH_RESULT.normalized_isbn ) %] |
| 232 |
<span title="[% SEARCH_RESULT.biblionumber %]" id="amazon-thumbnail[% loop.count %]"><img src="https://images-na.ssl-images-amazon.com/images/P/[% SEARCH_RESULT.normalized_isbn %].01.TZZZZZZZ.jpg" alt="" class="item-thumbnail" /></span> |
236 |
<span title="[% SEARCH_RESULT.biblionumber %]" id="amazon-thumbnail[% loop.count %]"><img src="https://images-na.ssl-images-amazon.com/images/P/[% SEARCH_RESULT.normalized_isbn %].01.TZZZZZZZ.jpg" alt="" class="item-thumbnail" /></span> |