Lines 146-154
Link Here
|
146 |
<img src="[% imageurl | html %]" alt="" /> |
146 |
<img src="[% imageurl | html %]" alt="" /> |
147 |
[% END %] |
147 |
[% END %] |
148 |
[% IF ( description ) %] |
148 |
[% IF ( description ) %] |
149 |
[% description | html %] |
149 |
<span class="itypetext">[% description | html %]</span> |
150 |
[% ELSE %] |
150 |
[% ELSE %] |
151 |
[% itemtype | html %] |
151 |
<span class="itypetext">[% itemtype | html %]</span> |
152 |
[% END %] |
152 |
[% END %] |
153 |
</span> |
153 |
</span> |
154 |
[% END %] |
154 |
[% END %] |
Lines 401-407
Link Here
|
401 |
[% IF !noItemTypeImages && itemtype.image_location %] |
401 |
[% IF !noItemTypeImages && itemtype.image_location %] |
402 |
<img src="[% itemtype.image_location | html %]" alt="[% itemtype.translated_description | html %]" title="[% itemtype.translated_description | html %]" /> |
402 |
<img src="[% itemtype.image_location | html %]" alt="[% itemtype.translated_description | html %]" title="[% itemtype.translated_description | html %]" /> |
403 |
[% END %] |
403 |
[% END %] |
404 |
<span class="itypedesc">[% itemtype.translated_description | html %]</span> |
404 |
<span class="itypedesc itypetext">[% itemtype.translated_description | html %]</span> |
405 |
</td> |
405 |
</td> |
406 |
[% END %] |
406 |
[% END %] |
407 |
<td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.holdingbranch ) | html %] [% END %]</td> |
407 |
<td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.holdingbranch ) | html %] [% END %]</td> |
Lines 982-988
Note that permanent location is a code, and location may be an authval.
Link Here
|
982 |
<div role="tabpanel" class="tab-pane" id="editions"><h4>Editions</h4> |
982 |
<div role="tabpanel" class="tab-pane" id="editions"><h4>Editions</h4> |
983 |
<table> |
983 |
<table> |
984 |
[% 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 %] |
984 |
[% 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 %] |
985 |
[% 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 %] |
985 |
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %]<span class="itypetext">[% XISBN.description | html %]</span>[% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %] |
986 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> <span>by</span> [% XISBN.author | html %] ©[% XISBN.copyrightdate | html %] |
986 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> <span>by</span> [% XISBN.author | html %] ©[% XISBN.copyrightdate | html %] |
987 |
[% IF ( XISBN.publishercode ) %] |
987 |
[% IF ( XISBN.publishercode ) %] |
988 |
[% XISBN.publishercode | html %] [% IF ( XISBN.place ) %]([% XISBN.place | html %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear | html %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement | html %][% END %] [% IF ( XISBN.editionresponsibility ) %][% XISBN.editionresponsibility | html %][% END %] |
988 |
[% XISBN.publishercode | html %] [% IF ( XISBN.place ) %]([% XISBN.place | html %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear | html %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement | html %][% END %] [% IF ( XISBN.editionresponsibility ) %][% XISBN.editionresponsibility | html %][% END %] |