Lines 19-26
Link Here
|
19 |
|
19 |
|
20 |
[% IF ( using_https ) %] |
20 |
[% IF ( using_https ) %] |
21 |
[% SET protocol = "https://" %] |
21 |
[% SET protocol = "https://" %] |
|
|
22 |
[% SET root_syndetics = "secure" %] |
22 |
[% ELSE %] |
23 |
[% ELSE %] |
23 |
[% SET protocol = "http://" %] |
24 |
[% SET protocol = "http://" %] |
|
|
25 |
[% SET root_syndetics = "www" %] |
24 |
[% END %] |
26 |
[% END %] |
25 |
[% 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 %] |
27 |
[% 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-close.inc' %] |
28 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 539-548
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
539 |
[% IF ( OPACLocalCoverImages ) %]<div style="block" title="[% biblionumber |url %]" class="[% biblionumber %]" id="local-thumbnail-preview"></div>[% END %] |
541 |
[% IF ( OPACLocalCoverImages ) %]<div style="block" title="[% biblionumber |url %]" class="[% biblionumber %]" id="local-thumbnail-preview"></div>[% END %] |
540 |
[% 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 %] |
542 |
[% 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 %] |
541 |
|
543 |
|
542 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( content_identifier_exists ) %][% IF ( using_https ) %] |
544 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( content_identifier_exists ) %] |
543 |
<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" /> |
545 |
<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" /> |
544 |
[% ELSE %] |
|
|
545 |
<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 %] |
546 |
|
546 |
|
547 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
547 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
548 |
|
548 |
|
Lines 839-877
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
839 |
|
839 |
|
840 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsSeries ) %][% IF ( SyndeticsSERIES1Exists ) %] |
840 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsSeries ) %][% IF ( SyndeticsSERIES1Exists ) %] |
841 |
<span class="results_summary"> |
841 |
<span class="results_summary"> |
842 |
<span class="label">Series information:</span> |
842 |
<span class="label">Series information:</span> |
843 |
|
843 |
<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> |
844 |
[% 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> |
|
|
845 |
[% ELSE %] |
846 |
<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> |
847 |
[% END %] |
848 |
</span> |
844 |
</span> |
849 |
[% END %][% END %] |
845 |
[% END %][% END %] |
850 |
[% IF ( SyndeticsAVPROFILEExists ) %] |
846 |
[% IF ( SyndeticsAVPROFILEExists ) %] |
851 |
<span class="results_summary"> |
847 |
<span class="results_summary"> |
852 |
<span class="label">Audiovisual profile:</span> |
848 |
<span class="label">Audiovisual profile:</span> |
853 |
[% 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> |
849 |
<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> |
854 |
[% ELSE %] |
|
|
855 |
<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> |
856 |
[% END %] |
857 |
</span> |
850 |
</span> |
858 |
[% END %] |
851 |
[% END %] |
859 |
[% IF ( SyndeticsFICTIONExists ) %] |
852 |
[% IF ( SyndeticsFICTIONExists ) %] |
860 |
<span class="results_summary"> |
853 |
<span class="results_summary"> |
861 |
<span class="label">Fiction notes:</span> |
854 |
<span class="label">Fiction notes:</span> |
862 |
[% 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> |
855 |
<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> |
863 |
[% ELSE %] |
|
|
864 |
<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> |
865 |
[% END %] |
866 |
</span> |
856 |
</span> |
867 |
[% END %] |
857 |
[% END %] |
868 |
[% IF ( SyndeticsAwards ) %][% IF ( SyndeticsAWARDS1Exists ) %] |
858 |
[% IF ( SyndeticsAwards ) %][% IF ( SyndeticsAWARDS1Exists ) %] |
869 |
<span class="results_summary"> |
859 |
<span class="results_summary"> |
870 |
<span class="label">Awards:</span> |
860 |
<span class="label">Awards:</span> |
871 |
[% IF ( using_https ) %] |
861 |
<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> |
872 |
<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> |
|
|
873 |
[% 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> |
874 |
[% END %] |
875 |
</span> |
862 |
</span> |
876 |
[% END %][% END %][% END %] |
863 |
[% END %][% END %][% END %] |
877 |
|
864 |
|
Lines 961-973
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
961 |
[% IF ( SyndeticsReviews ) %][% IF ( SYNDETICS_REVIEWS ) %] |
948 |
[% IF ( SyndeticsReviews ) %][% IF ( SYNDETICS_REVIEWS ) %] |
962 |
<li id="tab_reviews"> <a href="#reviews">Reviews</a></li> |
949 |
<li id="tab_reviews"> <a href="#reviews">Reviews</a></li> |
963 |
<li id="tab_LTFLreviews"> |
950 |
<li id="tab_LTFLreviews"> |
964 |
[% IF ( using_https ) %] |
951 |
<script src="[% protocol %]www.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
965 |
<script src="https://www.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
952 |
<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> |
966 |
<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> |
|
|
967 |
[% ELSE %] |
968 |
<script src="http://www.librarything.com/forlibraries/widget.js?id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
969 |
<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> |
970 |
[% END %] |
971 |
</li> |
953 |
</li> |
972 |
[% END %][% END %] |
954 |
[% END %][% END %] |
973 |
[% IF ( SyndeticsAuthorNotes ) %][% IF ( SYNDETICS_ANOTES ) %] |
955 |
[% IF ( SyndeticsAuthorNotes ) %][% IF ( SYNDETICS_ANOTES ) %] |
Lines 1339-1347
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1339 |
[% IF ( OPACAmazonCoverImages ) %]<img src="http://images.amazon.com/images/P/[% XISBN.normalized_isbn %].01._AA75_PU_PU-5_.jpg" alt="" />[% END %] |
1321 |
[% IF ( OPACAmazonCoverImages ) %]<img src="http://images.amazon.com/images/P/[% XISBN.normalized_isbn %].01._AA75_PU_PU-5_.jpg" alt="" />[% END %] |
1340 |
|
1322 |
|
1341 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( XISBN.content_identifier_exists ) %] |
1323 |
[% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( XISBN.content_identifier_exists ) %] |
1342 |
[% IF ( using_https ) %] |
1324 |
<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="" /> |
1343 |
<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="" /> |
|
|
1344 |
[% 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 %] |
1345 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
1325 |
[% ELSE %]<span class="no-image">No cover image available</span>[% END %][% END %][% END %] |
1346 |
|
1326 |
|
1347 |
</td> |
1327 |
</td> |
Lines 1476-1492
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1476 |
</div> |
1456 |
</div> |
1477 |
</div> |
1457 |
</div> |
1478 |
</div> |
1458 |
</div> |
1479 |
[% IF ( LibraryThingForLibrariesID ) %] |
1459 |
[% IF ( LibraryThingForLibrariesID ) %] |
1480 |
[% IF ( using_https ) %] |
1460 |
<script src="[% protocol %]ltfl.librarything.com/forlibraries/widget.js?systype=koha&id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
1481 |
<script src="https://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 |
1482 |
<noscript>This page contains enriched content visible when JavaScript is enabled or by clicking |
1462 |
<a href="[% protocol %]www.librarything.com/forlibraries/noscript.php?id=[% LibraryThingForLibrariesID %]&accessibility=1">here</a>.</noscript> |
1483 |
<a href="https://www.librarything.com/forlibraries/noscript.php?id=[% LibraryThingForLibrariesID %]&accessibility=1">here</a>.</noscript> |
|
|
1484 |
[% ELSE %] |
1485 |
<script src="http://ltfl.librarything.com/forlibraries/widget.js?systype=koha&id=[% LibraryThingForLibrariesID %]" type="text/javascript"></script> |
1486 |
<noscript>This page contains enriched content visible when JavaScript is enabled or by clicking |
1487 |
<a href="http://www.librarything.com/forlibraries/noscript.php?id= |
1488 |
[% LibraryThingForLibrariesID %]&accessibility=1">here</a>.</noscript> |
1489 |
[% END %] |
1490 |
[% END %] |
1463 |
[% END %] |
1491 |
[% IF ( NovelistSelectProfile ) %] |
1464 |
[% IF ( NovelistSelectProfile ) %] |
1492 |
<script type="text/javascript" src="http://imageserver.ebscohost.com/novelistselect/ns2init.js"></script> |
1465 |
<script type="text/javascript" src="http://imageserver.ebscohost.com/novelistselect/ns2init.js"></script> |
Lines 1627-1637
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1627 |
[% IF ( SyndeticsEnabled ) %] |
1600 |
[% IF ( SyndeticsEnabled ) %] |
1628 |
[% IF ( SyndeticsCoverImages ) %] |
1601 |
[% IF ( SyndeticsCoverImages ) %] |
1629 |
[% IF ( content_identifier_exists ) %] |
1602 |
[% IF ( content_identifier_exists ) %] |
1630 |
[% IF ( using_https ) %] |
1603 |
<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="" /> |
1631 |
<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="" /> |
|
|
1632 |
[% ELSE %] |
1633 |
<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="" /> |
1634 |
[% END %] |
1635 |
[% ELSE %] |
1604 |
[% ELSE %] |
1636 |
<span class="no-image">No cover image available</span> |
1605 |
<span class="no-image">No cover image available</span> |
1637 |
[% END %] |
1606 |
[% END %] |
Lines 1672-1682
YAHOO.util.Event.onContentReady("furtherm", function () {
Link Here
|
1672 |
[% IF ( SyndeticsEnabled ) %] |
1641 |
[% IF ( SyndeticsEnabled ) %] |
1673 |
[% IF ( SyndeticsCoverImages ) %] |
1642 |
[% IF ( SyndeticsCoverImages ) %] |
1674 |
[% IF ( content_identifier_exists ) %] |
1643 |
[% IF ( content_identifier_exists ) %] |
1675 |
[% IF ( using_https ) %] |
1644 |
<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="" /> |
1676 |
<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="" /> |
|
|
1677 |
[% ELSE %] |
1678 |
<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="" /> |
1679 |
[% END %] |
1680 |
[% ELSE %] |
1645 |
[% ELSE %] |
1681 |
<span class="no-image">No cover image available</span> |
1646 |
<span class="no-image">No cover image available</span> |
1682 |
[% END %] |
1647 |
[% END %] |
1683 |
- |
|
|