Lines 4-11
Link Here
|
4 |
|
4 |
|
5 |
[% IF ( using_https ) %] |
5 |
[% IF ( using_https ) %] |
6 |
[% SET protocol = "https://" %] |
6 |
[% SET protocol = "https://" %] |
|
|
7 |
[% SET root_syndetics = "secure" %] |
7 |
[% ELSE %] |
8 |
[% ELSE %] |
8 |
[% SET protocol = "http://" %] |
9 |
[% SET protocol = "http://" %] |
|
|
10 |
[% SET root_syndetics = "www" %] |
9 |
[% END %] |
11 |
[% END %] |
10 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %] |
12 |
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Details for: [% title |html %][% FOREACH subtitl IN subtitle %], [% subtitl.subfield |html %][% END %] |
11 |
[% INCLUDE 'doc-head-close.inc' %] |
13 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 344-353
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
344 |
[% IF ( OPACLocalCoverImages ) %]<div style="block" title="[% biblionumber |url %]" class="[% biblionumber %]" id="local-thumbnail-preview"></div>[% END %] |
346 |
[% IF ( OPACLocalCoverImages ) %]<div style="block" title="[% biblionumber |url %]" class="[% biblionumber %]" id="local-thumbnail-preview"></div>[% END %] |
345 |
[% IF ( OPACAmazonCoverImages ) %][% IF ( OPACurlOpenInNewWindow ) %]<a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link" target="_blank"><img border="0" src="http://images.amazon.com/images/P/[% normalized_isbn %].01.MZZZZZZZ.jpg" alt="Cover image" /></a>[% ELSE %]<a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img border="0" src="http://images.amazon.com/images/P/[% normalized_isbn %].01.MZZZZZZZ.jpg" alt="Cover image" /></a>[% END %][% END %] |
347 |
[% IF ( OPACAmazonCoverImages ) %][% IF ( OPACurlOpenInNewWindow ) %]<a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link" target="_blank"><img border="0" src="http://images.amazon.com/images/P/[% normalized_isbn %].01.MZZZZZZZ.jpg" alt="Cover image" /></a>[% ELSE %]<a href="http://www.amazon[% AmazonTld %]/gp/reader/[% normalized_isbn %]/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img border="0" src="http://images.amazon.com/images/P/[% normalized_isbn %].01.MZZZZZZZ.jpg" alt="Cover image" /></a>[% END %][% END %] |
346 |
|
348 |
|
347 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( content_identifier_exists ) %][% IF ( using_https ) %] |
349 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( content_identifier_exists ) %] |
348 |
<img src="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/[% SyndeticsCoverImageSize %].GIF&client=[% SyndeticsClientCode %]&type=xw10&upc=[% normalized_upc %]&oclc=[% normalized_oclc %]" alt="" class="thumbnail" /> |
350 |
<img src="[% protocol %][% root_syndetics %].syndetics.com/index.aspx?isbn=[% normalized_isbn %]/[% SyndeticsCoverImageSize %].GIF&client=[% SyndeticsClientCode %]&type=xw10&upc=[% normalized_upc %]&oclc=[% normalized_oclc %]" alt="" class="thumbnail" /> |
349 |
[% ELSE %] |
|
|
350 |
<img src="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/[% SyndeticsCoverImageSize %].GIF&client=[% SyndeticsClientCode %]&type=xw10&upc=[% normalized_upc %]&oclc=[% normalized_oclc %]" alt="" class="thumbnail" />[% END %] |
351 |
|
351 |
|
352 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
352 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
353 |
|
353 |
|
Lines 557-595
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
557 |
|
557 |
|
558 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsSeries ) %][% IF ( SyndeticsSERIES1Exists ) %] |
558 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsSeries ) %][% IF ( SyndeticsSERIES1Exists ) %] |
559 |
<span class="results_summary"> |
559 |
<span class="results_summary"> |
560 |
<span class="label">Series information:</span> |
560 |
<span class="label">Series information:</span> |
561 |
|
561 |
<a target="_blank" href="[% protocol %][% root_syndetics %].syndetics.com/ffseries.aspx?isbn=[% normalized_isbn %]&type=series&num=1&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
562 |
[% IF ( using_https ) %]<a target="_blank" href="https://secure.syndetics.com/ffseries.aspx?isbn=[% normalized_isbn %]&type=series&num=1&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
|
|
563 |
[% ELSE %] |
564 |
<a target="_blank" href="http://www.syndetics.com/ffseries.aspx?isbn=[% normalized_isbn %]&type=series&num=1&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
565 |
[% END %] |
566 |
</span> |
562 |
</span> |
567 |
[% END %][% END %] |
563 |
[% END %][% END %] |
568 |
[% IF ( SyndeticsAVPROFILEExists ) %] |
564 |
[% IF ( SyndeticsAVPROFILEExists ) %] |
569 |
<span class="results_summary"> |
565 |
<span class="results_summary"> |
570 |
<span class="label">Audiovisual profile:</span> |
566 |
<span class="label">Audiovisual profile:</span> |
571 |
[% IF ( using_https ) %]<a target="_blank" href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/avprofile.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
567 |
<a target="_blank" href="[% protocol %][% root_syndetics %].syndetics.com/index.aspx?isbn=[% normalized_isbn %]/avprofile.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
572 |
[% ELSE %] |
|
|
573 |
<a target="_blank" href="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/avprofile.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
574 |
[% END %] |
575 |
</span> |
568 |
</span> |
576 |
[% END %] |
569 |
[% END %] |
577 |
[% IF ( SyndeticsFICTIONExists ) %] |
570 |
[% IF ( SyndeticsFICTIONExists ) %] |
578 |
<span class="results_summary"> |
571 |
<span class="results_summary"> |
579 |
<span class="label">Fiction notes:</span> |
572 |
<span class="label">Fiction notes:</span> |
580 |
[% IF ( using_https ) %]<a target="_blank" href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/fiction.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
573 |
<a target="_blank" href="[% protocol %][% root_syndetics %].syndetics.com/index.aspx?isbn=[% normalized_isbn %]/fiction.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
581 |
[% ELSE %] |
|
|
582 |
<a target="_blank" href="http://www.syndetics.com/index.aspx?isbn=[% normalized_isbn %]/fiction.html&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]&type=xw10">Click to open in new window</a> |
583 |
[% END %] |
584 |
</span> |
574 |
</span> |
585 |
[% END %] |
575 |
[% END %] |
586 |
[% IF ( SyndeticsAwards ) %][% IF ( SyndeticsAWARDS1Exists ) %] |
576 |
[% IF ( SyndeticsAwards ) %][% IF ( SyndeticsAWARDS1Exists ) %] |
587 |
<span class="results_summary"> |
577 |
<span class="results_summary"> |
588 |
<span class="label">Awards:</span> |
578 |
<span class="label">Awards:</span> |
589 |
[% IF ( using_https ) %] |
579 |
<a target="_blank" href="[% protocol %][% root_syndetics %].syndetics.com/ffawards.aspx?isbn=[% normalized_isbn %]&type=awards&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
590 |
<a target="_blank" href="https://secure.syndetics.com/ffawards.aspx?isbn=[% normalized_isbn %]&type=awards&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
|
|
591 |
[% ELSE %]<a target="_blank" href="http://www.syndetics.com/ffawards.aspx?isbn=[% normalized_isbn %]&type=awards&client=[% SyndeticsClientCode %][% IF ( normalized_upc ) %]&upc=[% normalized_upc %][% END %][% IF ( normalized_oclc ) %]&oclc=[% normalized_oclc %][% END %]">Click to open in new window</a> |
592 |
[% END %] |
593 |
</span> |
580 |
</span> |
594 |
[% END %][% END %][% END %] |
581 |
[% END %][% END %][% END %] |
595 |
|
582 |
|
Lines 677-689
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
677 |
[% IF ( SyndeticsReviews ) %][% IF ( SYNDETICS_REVIEWS ) %] |
664 |
[% IF ( SyndeticsReviews ) %][% IF ( SYNDETICS_REVIEWS ) %] |
678 |
<li id="tab_reviews"> <a href="#reviews">Reviews</a></li> |
665 |
<li id="tab_reviews"> <a href="#reviews">Reviews</a></li> |
679 |
<li id="tab_LTFLreviews"> |
666 |
<li id="tab_LTFLreviews"> |
680 |
[% IF ( using_https ) %] |
667 |
<script src="[% protocol %]www.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
681 |
<script src="https://www.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
668 |
<noscript>This page contains enriched content visible when JavaScript is enabled or by clicking <a href="[% protocol %]www.librarything.com/forlibraries/noscript.php?id=99-274208589&accessibility=1">here</a>.</noscript> |
682 |
<noscript>This page contains enriched content visible when JavaScript is enabled or by clicking <a href="https://www.librarything.com/forlibraries/noscript.php?id=99-274208589&accessibility=1">here</a>.</noscript> |
|
|
683 |
[% ELSE %] |
684 |
<script src="http://www.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
685 |
<noscript>This page contains enriched content visible when JavaScript is enabled or by clicking <a href="http://www.librarything.com/forlibraries/noscript.php?id=99-274208589&accessibility=1">here</a>.</noscript> |
686 |
[% END %] |
687 |
</li> |
669 |
</li> |
688 |
[% END %][% END %] |
670 |
[% END %][% END %] |
689 |
[% IF ( SyndeticsAuthorNotes ) %][% IF ( SYNDETICS_ANOTES ) %] |
671 |
[% IF ( SyndeticsAuthorNotes ) %][% IF ( SYNDETICS_ANOTES ) %] |
Lines 1048-1056
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1048 |
[% IF ( OPACAmazonCoverImages ) %]<img src="http://images.amazon.com/images/P/[% XISBN.normalized_isbn %].01._AA75_PU_PU-5_.jpg" alt="" />[% END %] |
1030 |
[% IF ( OPACAmazonCoverImages ) %]<img src="http://images.amazon.com/images/P/[% XISBN.normalized_isbn %].01._AA75_PU_PU-5_.jpg" alt="" />[% END %] |
1049 |
|
1031 |
|
1050 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( XISBN.content_identifier_exists ) %] |
1032 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( XISBN.content_identifier_exists ) %] |
1051 |
[% IF ( using_https ) %] |
1033 |
<img border="0" src="[% protocol %][% root_syndetics %].syndetics.com/index.aspx?isbn=[% XISBN.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( XISBN.browser_normalized_upc ) %]&upc=[% XISBN.browser_normalized_upc %][% END %][% IF ( XISBN.browser_normalized_oclc ) %]&oclc=[% XISBN.browser_normalized_oclc %][% END %]&type=xw10" alt="" /> |
1052 |
<img border="0" src="https://secure.syndetics.com/index.aspx?isbn=[% XISBN.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( XISBN.browser_normalized_upc ) %]&upc=[% XISBN.browser_normalized_upc %][% END %][% IF ( XISBN.browser_normalized_oclc ) %]&oclc=[% XISBN.browser_normalized_oclc %][% END %]&type=xw10" alt="" /> |
|
|
1053 |
[% ELSE %]<img border="0" src="http://www.syndetics.com/index.aspx?isbn=[% XISBN.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( XISBN.browser_normalized_upc ) %]&upc=[% XISBN.browser_normalized_upc %][% END %][% IF ( XISBN.browser_normalized_oclc ) %]&oclc=[% XISBN.browser_normalized_oclc %][% END %]&type=xw10" alt="" />[% END %] |
1054 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
1034 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
1055 |
|
1035 |
|
1056 |
</td> |
1036 |
</td> |
Lines 1170-1186
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1170 |
</div> |
1150 |
</div> |
1171 |
</div> |
1151 |
</div> |
1172 |
</div> |
1152 |
</div> |
1173 |
[% IF ( LibraryThingForLibrariesID ) %] |
1153 |
[% IF ( LibraryThingForLibrariesID ) %] |
1174 |
[% IF ( using_https ) %] |
1154 |
<script src="[% protocol %]ltfl.librarything.com/forlibraries/widget.js?systype=koha&id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
1175 |
<script src="https://ltfl.librarything.com/forlibraries/widget.js?systype=koha&id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
1155 |
<noscript>This page contains enriched content visible when JavaScript is enabled or by clicking |
1176 |
<noscript>This page contains enriched content visible when JavaScript is enabled or by clicking |
1156 |
<a href="[% protocol %]www.librarything.com/forlibraries/noscript.php?id=[% LibraryThingForLibrariesID %]&accessibility=1">here</a>.</noscript> |
1177 |
<a href="https://www.librarything.com/forlibraries/noscript.php?id=[% LibraryThingForLibrariesID %]&accessibility=1">here</a>.</noscript> |
|
|
1178 |
[% ELSE %] |
1179 |
<script src="http://ltfl.librarything.com/forlibraries/widget.js?systype=koha&id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
1180 |
<noscript>This page contains enriched content visible when JavaScript is enabled or by clicking |
1181 |
<a href="http://www.librarything.com/forlibraries/noscript.php?id= |
1182 |
[% LibraryThingForLibrariesID %]&accessibility=1">here</a>.</noscript> |
1183 |
[% END %] |
1184 |
[% END %] |
1157 |
[% END %] |
1185 |
[% IF ( NovelistSelectProfile ) %] |
1158 |
[% IF ( NovelistSelectProfile ) %] |
1186 |
<script type="text/javascript" src="http://imageserver.ebscohost.com/novelistselect/ns2init.js"></script> |
1159 |
<script type="text/javascript" src="http://imageserver.ebscohost.com/novelistselect/ns2init.js"></script> |
Lines 1285-1295
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1285 |
[% IF ( SyndeticsEnabled ) %] |
1258 |
[% IF ( SyndeticsEnabled ) %] |
1286 |
[% IF ( SyndeticsCoverImages ) %] |
1259 |
[% IF ( SyndeticsCoverImages ) %] |
1287 |
[% IF ( content_identifier_exists ) %] |
1260 |
[% IF ( content_identifier_exists ) %] |
1288 |
[% IF ( using_https ) %] |
1261 |
<img border="0" src="[% protocol %][% root_syndetics %].syndetics.com/index.aspx?isbn=[% PREVIOUS_SHELF_BROWS.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( PREVIOUS_SHELF_BROWS.browser_normalized_upc ) %]&upc=[% PREVIOUS_SHELF_BROWS.browser_normalized_upc %][% END %][% IF ( PREVIOUS_SHELF_BROWS.browser_normalized_oclc ) %]&oclc=[% PREVIOUS_SHELF_BROWS.browser_normalized_oclc %][% END %]&type=xw10" alt="" /> |
1289 |
<img border="0" src="https://secure.syndetics.com/index.aspx?isbn=[% PREVIOUS_SHELF_BROWS.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( PREVIOUS_SHELF_BROWS.browser_normalized_upc ) %]&upc=[% PREVIOUS_SHELF_BROWS.browser_normalized_upc %][% END %][% IF ( PREVIOUS_SHELF_BROWS.browser_normalized_oclc ) %]&oclc=[% PREVIOUS_SHELF_BROWS.browser_normalized_oclc %][% END %]&type=xw10" alt="" /> |
|
|
1290 |
[% ELSE %] |
1291 |
<img border="0" src="http://www.syndetics.com/index.aspx?isbn=[% PREVIOUS_SHELF_BROWS.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( PREVIOUS_SHELF_BROWS.browser_normalized_upc ) %]&upc=[% PREVIOUS_SHELF_BROWS.browser_normalized_upc %][% END %][% IF ( PREVIOUS_SHELF_BROWS.browser_normalized_oclc ) %]&oclc=[% PREVIOUS_SHELF_BROWS.browser_normalized_oclc %][% END %]&type=xw10" alt="" /> |
1292 |
[% END %] |
1293 |
[% ELSE %] |
1262 |
[% ELSE %] |
1294 |
<span class="no-image">No cover image available</span> |
1263 |
<span class="no-image">No cover image available</span> |
1295 |
[% END %] |
1264 |
[% END %] |
Lines 1327-1337
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1327 |
[% IF ( SyndeticsEnabled ) %] |
1296 |
[% IF ( SyndeticsEnabled ) %] |
1328 |
[% IF ( SyndeticsCoverImages ) %] |
1297 |
[% IF ( SyndeticsCoverImages ) %] |
1329 |
[% IF ( content_identifier_exists ) %] |
1298 |
[% IF ( content_identifier_exists ) %] |
1330 |
[% IF ( using_https ) %] |
1299 |
<img border="0" src="[% protocol %][% root_syndetics %].syndetics.com/index.aspx?isbn=[% NEXT_SHELF_BROWS.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( NEXT_SHELF_BROWS.browser_normalized_upc ) %]&upc=[% NEXT_SHELF_BROWS.browser_normalized_upc %][% END %][% IF ( NEXT_SHELF_BROWS.browser_normalized_oclc ) %]&oclc=[% NEXT_SHELF_BROWS.browser_normalized_oclc %][% END %]&type=xw10" alt="" /> |
1331 |
<img border="0" src="https://secure.syndetics.com/index.aspx?isbn=[% NEXT_SHELF_BROWS.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( NEXT_SHELF_BROWS.browser_normalized_upc ) %]&upc=[% NEXT_SHELF_BROWS.browser_normalized_upc %][% END %][% IF ( NEXT_SHELF_BROWS.browser_normalized_oclc ) %]&oclc=[% NEXT_SHELF_BROWS.browser_normalized_oclc %][% END %]&type=xw10" alt="" /> |
|
|
1332 |
[% ELSE %] |
1333 |
<img border="0" src="http://www.syndetics.com/index.aspx?isbn=[% NEXT_SHELF_BROWS.browser_normalized_isbn %]/SC.GIF&client=[% SyndeticsClientCode %][% IF ( NEXT_SHELF_BROWS.browser_normalized_upc ) %]&upc=[% NEXT_SHELF_BROWS.browser_normalized_upc %][% END %][% IF ( NEXT_SHELF_BROWS.browser_normalized_oclc ) %]&oclc=[% NEXT_SHELF_BROWS.browser_normalized_oclc %][% END %]&type=xw10" alt="" /> |
1334 |
[% END %] |
1335 |
[% ELSE %] |
1300 |
[% ELSE %] |
1336 |
<span class="no-image">No cover image available</span> |
1301 |
<span class="no-image">No cover image available</span> |
1337 |
[% END %] |
1302 |
[% END %] |
1338 |
- |
|
|