Lines 894-900
Note that permanent location is a code, and location may be an authval.
Link Here
|
894 |
[% END %] |
894 |
[% END %] |
895 |
|
895 |
|
896 |
[% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %] |
896 |
[% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %] |
897 |
<div id="editions"><h4>Editions</h4> |
897 |
<div id="editions"><h2>Editions</h2> |
898 |
<table> |
898 |
<table> |
899 |
[% 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 %] |
899 |
[% 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 %] |
900 |
[% 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 %] |
900 |
[% 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 995-1001
Note that permanent location is a code, and location may be an authval.
Link Here
|
995 |
<div class="modal-content"> |
995 |
<div class="modal-content"> |
996 |
<div class="modal-header"> |
996 |
<div class="modal-header"> |
997 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
997 |
<button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button> |
998 |
<h3 id="marcPreviewLabel">MARC preview</h3> |
998 |
<h2 id="marcPreviewLabel">MARC preview</h2> |
999 |
</div> |
999 |
</div> |
1000 |
<div class="modal-body"> |
1000 |
<div class="modal-body"> |
1001 |
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> |
1001 |
<div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div> |