Lines 5-12
Link Here
|
5 |
[% USE KohaDates %] |
5 |
[% USE KohaDates %] |
6 |
[% USE AuthorisedValues %] |
6 |
[% USE AuthorisedValues %] |
7 |
[% USE Branches %] |
7 |
[% USE Branches %] |
|
|
8 |
[% USE KohaPlugins %] |
8 |
[% PROCESS 'i18n.inc' %] |
9 |
[% PROCESS 'i18n.inc' %] |
9 |
[% SET footerjs = 1 %] |
10 |
[% SET footerjs = 1 %] |
|
|
11 |
[% SET CoverImagePlugins = KohaPlugins.get_plugins_intranet_cover_images %] |
10 |
[% INCLUDE 'doc-head-open.inc' %] |
12 |
[% INCLUDE 'doc-head-open.inc' %] |
11 |
<title>[% FILTER collapse %] |
13 |
<title>[% FILTER collapse %] |
12 |
[% IF op == 'view' %] |
14 |
[% IF op == 'view' %] |
Lines 287-292
Link Here
|
287 |
[% UNLESS ( item_level_itypes ) %] |
289 |
[% UNLESS ( item_level_itypes ) %] |
288 |
<th>Item type</th> |
290 |
<th>Item type</th> |
289 |
[% END %] |
291 |
[% END %] |
|
|
292 |
[% IF ( CoverImagePlugins || LocalCoverImages || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL'))) %] |
293 |
<th>Cover</th> |
294 |
[% END %] |
290 |
[% IF sortfield == 'title' %] |
295 |
[% IF sortfield == 'title' %] |
291 |
<th class="sorting_[% direction | html %]"> |
296 |
<th class="sorting_[% direction | html %]"> |
292 |
[% ELSE %] |
297 |
[% ELSE %] |
Lines 332-337
Link Here
|
332 |
<span class="itypetext">[% itemsloo.description | html %]</span> |
337 |
<span class="itypetext">[% itemsloo.description | html %]</span> |
333 |
</td> |
338 |
</td> |
334 |
[% END %] |
339 |
[% END %] |
|
|
340 |
[% IF LocalCoverImages && itemsloo.biblio_object.cover_images.count > 0 %] |
341 |
<td> |
342 |
<span title="[% img_title | html %]" class="[% itemsloo.biblionumber | html %]" id="local-thumbnail[% loop.count | html %]"></span> |
343 |
<img src="/cgi-bin/koha/catalogue/image.pl?thumbnail=1&biblionumber=[% itemsloo.biblionumber | uri %]" alt="Local cover image" /> |
344 |
</td> |
345 |
[% ELSIF Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL') && (custom_cover_image_url = itemsloo.biblio_object.custom_cover_image_url) %] |
346 |
<td> |
347 |
[% IF custom_cover_image_url %] |
348 |
<a class="custom_cover_image" href="[% PROCESS biblio_a_href biblionumber => itemsloo.biblionumber %]"> |
349 |
<img alt="Custom cover image" src="[% custom_cover_image_url | url %]" /></a> |
350 |
[% END %] |
351 |
</td> |
352 |
[% ELSE %] |
353 |
<td> |
354 |
</td> |
355 |
[% END %] |
335 |
<td> |
356 |
<td> |
336 |
[% IF ( itemsloo.XSLTBloc ) %] |
357 |
[% IF ( itemsloo.XSLTBloc ) %] |
337 |
[% itemsloo.XSLTBloc | $raw %] |
358 |
[% itemsloo.XSLTBloc | $raw %] |
Lines 619-624
Link Here
|
619 |
</script> |
640 |
</script> |
620 |
[% END #/print %] |
641 |
[% END #/print %] |
621 |
|
642 |
|
|
|
643 |
[% CoverImagePlugins | $raw %] |
622 |
<script> |
644 |
<script> |
623 |
var MSG_NO_ITEM_SELECTED = _("Nothing is selected."); |
645 |
var MSG_NO_ITEM_SELECTED = _("Nothing is selected."); |
624 |
var MSG_REMOVE_FROM_LIST = _("Are you sure you want to remove these records from the list?"); |
646 |
var MSG_REMOVE_FROM_LIST = _("Are you sure you want to remove these records from the list?"); |