Lines 18-25
Link Here
|
18 |
|
18 |
|
19 |
[% IF ( using_https ) %] |
19 |
[% IF ( using_https ) %] |
20 |
[% SET protocol = "https://" %] |
20 |
[% SET protocol = "https://" %] |
|
|
21 |
[% SET root_syndetics = "secure" %] |
21 |
[% ELSE %] |
22 |
[% ELSE %] |
22 |
[% SET protocol = "http://" %] |
23 |
[% SET protocol = "http://" %] |
|
|
24 |
[% SET root_syndetics = "www" %] |
23 |
[% END %] |
25 |
[% END %] |
24 |
[% 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 %] |
26 |
[% 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 %] |
25 |
[% INCLUDE 'doc-head-close.inc' %] |
27 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 520-529
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
520 |
[% IF ( OPACLocalCoverImages ) %]<div style="block" title="[% biblionumber |url %]" class="[% biblionumber %]" id="local-thumbnail-preview"></div>[% END %] |
522 |
[% IF ( OPACLocalCoverImages ) %]<div style="block" title="[% biblionumber |url %]" class="[% biblionumber %]" id="local-thumbnail-preview"></div>[% END %] |
521 |
[% 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 %] |
523 |
[% 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 %] |
522 |
|
524 |
|
523 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( content_identifier_exists ) %][% IF ( using_https ) %] |
525 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( content_identifier_exists ) %] |
524 |
<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" /> |
526 |
<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" /> |
525 |
[% ELSE %] |
|
|
526 |
<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 %] |
527 |
|
527 |
|
528 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
528 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
529 |
|
529 |
|
Lines 820-858
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
820 |
|
820 |
|
821 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsSeries ) %][% IF ( SyndeticsSERIES1Exists ) %] |
821 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsSeries ) %][% IF ( SyndeticsSERIES1Exists ) %] |
822 |
<span class="results_summary"> |
822 |
<span class="results_summary"> |
823 |
<span class="label">Series information:</span> |
823 |
<span class="label">Series information:</span> |
824 |
|
824 |
<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> |
825 |
[% 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> |
|
|
826 |
[% ELSE %] |
827 |
<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> |
828 |
[% END %] |
829 |
</span> |
825 |
</span> |
830 |
[% END %][% END %] |
826 |
[% END %][% END %] |
831 |
[% IF ( SyndeticsAVPROFILEExists ) %] |
827 |
[% IF ( SyndeticsAVPROFILEExists ) %] |
832 |
<span class="results_summary"> |
828 |
<span class="results_summary"> |
833 |
<span class="label">Audiovisual profile:</span> |
829 |
<span class="label">Audiovisual profile:</span> |
834 |
[% 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> |
830 |
<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> |
835 |
[% ELSE %] |
|
|
836 |
<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> |
837 |
[% END %] |
838 |
</span> |
831 |
</span> |
839 |
[% END %] |
832 |
[% END %] |
840 |
[% IF ( SyndeticsFICTIONExists ) %] |
833 |
[% IF ( SyndeticsFICTIONExists ) %] |
841 |
<span class="results_summary"> |
834 |
<span class="results_summary"> |
842 |
<span class="label">Fiction notes:</span> |
835 |
<span class="label">Fiction notes:</span> |
843 |
[% 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> |
836 |
<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> |
844 |
[% ELSE %] |
|
|
845 |
<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> |
846 |
[% END %] |
847 |
</span> |
837 |
</span> |
848 |
[% END %] |
838 |
[% END %] |
849 |
[% IF ( SyndeticsAwards ) %][% IF ( SyndeticsAWARDS1Exists ) %] |
839 |
[% IF ( SyndeticsAwards ) %][% IF ( SyndeticsAWARDS1Exists ) %] |
850 |
<span class="results_summary"> |
840 |
<span class="results_summary"> |
851 |
<span class="label">Awards:</span> |
841 |
<span class="label">Awards:</span> |
852 |
[% IF ( using_https ) %] |
842 |
<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> |
853 |
<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> |
|
|
854 |
[% 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> |
855 |
[% END %] |
856 |
</span> |
843 |
</span> |
857 |
[% END %][% END %][% END %] |
844 |
[% END %][% END %][% END %] |
858 |
|
845 |
|
Lines 940-952
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
940 |
[% IF ( SyndeticsReviews ) %][% IF ( SYNDETICS_REVIEWS ) %] |
927 |
[% IF ( SyndeticsReviews ) %][% IF ( SYNDETICS_REVIEWS ) %] |
941 |
<li id="tab_reviews"> <a href="#reviews">Reviews</a></li> |
928 |
<li id="tab_reviews"> <a href="#reviews">Reviews</a></li> |
942 |
<li id="tab_LTFLreviews"> |
929 |
<li id="tab_LTFLreviews"> |
943 |
[% IF ( using_https ) %] |
930 |
<script src="[% protocol %]www.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
944 |
<script src="https://www.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
931 |
<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> |
945 |
<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> |
|
|
946 |
[% ELSE %] |
947 |
<script src="http://www.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
948 |
<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> |
949 |
[% END %] |
950 |
</li> |
932 |
</li> |
951 |
[% END %][% END %] |
933 |
[% END %][% END %] |
952 |
[% IF ( SyndeticsAuthorNotes ) %][% IF ( SYNDETICS_ANOTES ) %] |
934 |
[% IF ( SyndeticsAuthorNotes ) %][% IF ( SYNDETICS_ANOTES ) %] |
Lines 1314-1322
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1314 |
[% IF ( OPACAmazonCoverImages ) %]<img src="http://images.amazon.com/images/P/[% XISBN.normalized_isbn %].01._AA75_PU_PU-5_.jpg" alt="" />[% END %] |
1296 |
[% IF ( OPACAmazonCoverImages ) %]<img src="http://images.amazon.com/images/P/[% XISBN.normalized_isbn %].01._AA75_PU_PU-5_.jpg" alt="" />[% END %] |
1315 |
|
1297 |
|
1316 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( XISBN.content_identifier_exists ) %] |
1298 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( XISBN.content_identifier_exists ) %] |
1317 |
[% IF ( using_https ) %] |
1299 |
<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="" /> |
1318 |
<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="" /> |
|
|
1319 |
[% 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 %] |
1320 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
1300 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
1321 |
|
1301 |
|
1322 |
</td> |
1302 |
</td> |
Lines 1451-1467
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1451 |
</div> |
1431 |
</div> |
1452 |
</div> |
1432 |
</div> |
1453 |
</div> |
1433 |
</div> |
1454 |
[% IF ( LibraryThingForLibrariesID ) %] |
1434 |
[% IF ( LibraryThingForLibrariesID ) %] |
1455 |
[% IF ( using_https ) %] |
1435 |
<script src="[% protocol %]ltfl.librarything.com/forlibraries/widget.js?systype=koha&id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
1456 |
<script src="https://ltfl.librarything.com/forlibraries/widget.js?systype=koha&id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
1436 |
<noscript>This page contains enriched content visible when JavaScript is enabled or by clicking |
1457 |
<noscript>This page contains enriched content visible when JavaScript is enabled or by clicking |
1437 |
<a href="[% protocol %]www.librarything.com/forlibraries/noscript.php?id=[% LibraryThingForLibrariesID %]&accessibility=1">here</a>.</noscript> |
1458 |
<a href="https://www.librarything.com/forlibraries/noscript.php?id=[% LibraryThingForLibrariesID %]&accessibility=1">here</a>.</noscript> |
|
|
1459 |
[% ELSE %] |
1460 |
<script src="http://ltfl.librarything.com/forlibraries/widget.js?systype=koha&id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
1461 |
<noscript>This page contains enriched content visible when JavaScript is enabled or by clicking |
1462 |
<a href="http://www.librarything.com/forlibraries/noscript.php?id= |
1463 |
[% LibraryThingForLibrariesID %]&accessibility=1">here</a>.</noscript> |
1464 |
[% END %] |
1465 |
[% END %] |
1438 |
[% END %] |
1466 |
[% IF ( NovelistSelectProfile ) %] |
1439 |
[% IF ( NovelistSelectProfile ) %] |
1467 |
<script type="text/javascript" src="http://imageserver.ebscohost.com/novelistselect/ns2init.js"></script> |
1440 |
<script type="text/javascript" src="http://imageserver.ebscohost.com/novelistselect/ns2init.js"></script> |
Lines 1593-1603
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1593 |
[% IF ( SyndeticsEnabled ) %] |
1566 |
[% IF ( SyndeticsEnabled ) %] |
1594 |
[% IF ( SyndeticsCoverImages ) %] |
1567 |
[% IF ( SyndeticsCoverImages ) %] |
1595 |
[% IF ( content_identifier_exists ) %] |
1568 |
[% IF ( content_identifier_exists ) %] |
1596 |
[% IF ( using_https ) %] |
1569 |
<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="" /> |
1597 |
<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="" /> |
|
|
1598 |
[% ELSE %] |
1599 |
<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="" /> |
1600 |
[% END %] |
1601 |
[% ELSE %] |
1570 |
[% ELSE %] |
1602 |
<span class="no-image">No cover image available</span> |
1571 |
<span class="no-image">No cover image available</span> |
1603 |
[% END %] |
1572 |
[% END %] |
Lines 1635-1645
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1635 |
[% IF ( SyndeticsEnabled ) %] |
1604 |
[% IF ( SyndeticsEnabled ) %] |
1636 |
[% IF ( SyndeticsCoverImages ) %] |
1605 |
[% IF ( SyndeticsCoverImages ) %] |
1637 |
[% IF ( content_identifier_exists ) %] |
1606 |
[% IF ( content_identifier_exists ) %] |
1638 |
[% IF ( using_https ) %] |
1607 |
<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="" /> |
1639 |
<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="" /> |
|
|
1640 |
[% ELSE %] |
1641 |
<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="" /> |
1642 |
[% END %] |
1643 |
[% ELSE %] |
1608 |
[% ELSE %] |
1644 |
<span class="no-image">No cover image available</span> |
1609 |
<span class="no-image">No cover image available</span> |
1645 |
[% END %] |
1610 |
[% END %] |
1646 |
- |
|
|