Lines 641-647
Link Here
|
641 |
[% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %] |
641 |
[% bt_id = ( SEARCH_RESULT.normalized_upc || SEARCH_RESULT.normalized_isbn ) %] |
642 |
[% IF ( BakerTaylorEnabled && bt_id ) %] |
642 |
[% IF ( BakerTaylorEnabled && bt_id ) %] |
643 |
[% SET BakerTaylorImageURL = "https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=${ Koha.Preference('BakerTaylorUsername') }&Password=${ Koha.Preference('BakerTaylorPassword') }&Options=Y&Return=T&Type=S&Value=$bt_id" %] |
643 |
[% SET BakerTaylorImageURL = "https://contentcafe2.btol.com/ContentCafe/Jacket.aspx?UserID=${ Koha.Preference('BakerTaylorUsername') }&Password=${ Koha.Preference('BakerTaylorPassword') }&Options=Y&Return=T&Type=S&Value=$bt_id" %] |
644 |
<div class="cover-image bakertaylor-coverimg" id="bakertaylor-coverimg"> |
644 |
<div class="cover-image bakertaylor-coverimg" id="bakertaylor-coverimg-[% SEARCH_RESULT.biblionumber | html %]"> |
645 |
[% IF BakerTaylorBookstoreURL %] |
645 |
[% IF BakerTaylorBookstoreURL %] |
646 |
<a href="https://[% Koha.Preference( BakerTaylorBookstoreURL ) | url %][% bt_id | url %]"> |
646 |
<a href="https://[% Koha.Preference( BakerTaylorBookstoreURL ) | url %][% bt_id | url %]"> |
647 |
<img alt="See Baker & Taylor" src=" [% BakerTaylorImageURL | url %]" /> |
647 |
<img alt="See Baker & Taylor" src=" [% BakerTaylorImageURL | url %]" /> |
648 |
- |
|
|