Lines 58-64
Link Here
|
58 |
<div title="[% item.biblionumber |url %]" class="[% coce_id %]" id="coce-thumbnail-preview-[% coce_id %]"></div> |
58 |
<div title="[% item.biblionumber |url %]" class="[% coce_id %]" id="coce-thumbnail-preview-[% coce_id %]"></div> |
59 |
[% END %] |
59 |
[% END %] |
60 |
[% IF ( BakerTaylorEnabled ) %] |
60 |
[% IF ( BakerTaylorEnabled ) %] |
61 |
[% bt_id = ( item.browser_normalized_upc || item.browser_normalized_upc ) %] |
61 |
[% bt_id = ( item.browser_normalized_upc || item.browser_normalized_isbn ) %] |
62 |
[% IF ( bt_id ) %] |
62 |
[% IF ( bt_id ) %] |
63 |
<img alt="See Baker & Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" /> |
63 |
<img alt="See Baker & Taylor" src="[% BakerTaylorImageURL |html %][% bt_id %]" /> |
64 |
[% ELSE %] |
64 |
[% ELSE %] |
65 |
- |
|
|