Lines 92-100
Link Here
|
92 |
[% IF ( BakerTaylorEnabled && bt_id ) %] |
92 |
[% IF ( BakerTaylorEnabled && bt_id ) %] |
93 |
[% IF BakerTaylorBookstoreURL %] |
93 |
[% IF BakerTaylorBookstoreURL %] |
94 |
[% IF ( OPACURLOpenInNewWindow ) %] |
94 |
[% IF ( OPACURLOpenInNewWindow ) %] |
95 |
<a href="https://[% BakerTaylorBookstoreURL | uri %][% bt_id | uri %]" target="_blank" rel="noreferrer"><img alt="See Baker & Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a> |
95 |
<a href="https://[% BakerTaylorBookstoreURL | url %][% bt_id | url %]" target="_blank" rel="noreferrer"><img alt="See Baker & Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a> |
96 |
[% ELSE %] |
96 |
[% ELSE %] |
97 |
<a href="https://[% BakerTaylorBookstoreURL | uri %][% bt_id | uri %]"><img alt="See Baker & Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a> |
97 |
<a href="https://[% BakerTaylorBookstoreURL | url %][% bt_id | url %]"><img alt="See Baker & Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a> |
98 |
[% END %] |
98 |
[% END %] |
99 |
[% ELSE %] |
99 |
[% ELSE %] |
100 |
<img alt="See Baker & Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /> |
100 |
<img alt="See Baker & Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /> |