Lines 910-916
Note that permanent location is a code, and location may be an authval.
Link Here
|
910 |
[% END %] |
910 |
[% END %] |
911 |
|
911 |
|
912 |
[% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %] |
912 |
[% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %] |
913 |
<div id="editions"><h4>Editions</h4> |
913 |
<div id="editions"><h2>Editions</h2> |
914 |
<table> |
914 |
<table> |
915 |
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %] |
915 |
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %] |
916 |
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %] |
916 |
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %] |
Lines 1011-1017
Note that permanent location is a code, and location may be an authval.
Link Here
|
1011 |
<div class="modal-content"> |
1011 |
<div class="modal-content"> |
1012 |
<div class="modal-header"> |
1012 |
<div class="modal-header"> |
1013 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
1013 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
1014 |
<h3 id="marcPreviewLabel">MARC preview</h3> |
1014 |
<h2 id="marcPreviewLabel">MARC preview</h2> |
1015 |
</div> |
1015 |
</div> |
1016 |
<div class="modal-body"> |
1016 |
<div class="modal-body"> |
1017 |
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> |
1017 |
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> |