|
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 |
13 |
<title |
| 12 |
>[% FILTER collapse %] |
14 |
>[% FILTER collapse %] |
|
Lines 288-293
Link Here
|
| 288 |
[% UNLESS ( item_level_itypes ) %] |
290 |
[% UNLESS ( item_level_itypes ) %] |
| 289 |
<th>Item type</th> |
291 |
<th>Item type</th> |
| 290 |
[% END %] |
292 |
[% END %] |
|
|
293 |
[% IF ( CoverImagePlugins || LocalCoverImages || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL'))) %] |
| 294 |
<th>Cover</th> |
| 295 |
[% END %] |
| 291 |
[% SET sort_class = 'dt-orderable-asc dt-orderable-desc' %] |
296 |
[% SET sort_class = 'dt-orderable-asc dt-orderable-desc' %] |
| 292 |
[% IF sortfield == 'title' %] |
297 |
[% IF sortfield == 'title' %] |
| 293 |
[% sort_class = sort_class _ " dt-ordering-" _ direction %] |
298 |
[% sort_class = sort_class _ " dt-ordering-" _ direction %] |
|
Lines 349-354
Link Here
|
| 349 |
<span class="itypetext">[% itemsloo.description | html %]</span> |
354 |
<span class="itypetext">[% itemsloo.description | html %]</span> |
| 350 |
</td> |
355 |
</td> |
| 351 |
[% END %] |
356 |
[% END %] |
|
|
357 |
[% IF LocalCoverImages && itemsloo.biblio_object.cover_images.count > 0 %] |
| 358 |
<td> |
| 359 |
<span title="[% img_title | html %]" class="[% itemsloo.biblionumber | html %]" id="local-thumbnail[% loop.count | html %]"></span> |
| 360 |
<img src="/cgi-bin/koha/catalogue/image.pl?thumbnail=1&biblionumber=[% itemsloo.biblionumber | uri %]" alt="Local cover image" /> |
| 361 |
</td> |
| 362 |
[% ELSIF Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL') && (custom_cover_image_url = itemsloo.biblio_object.custom_cover_image_url) %] |
| 363 |
<td> |
| 364 |
[% IF custom_cover_image_url %] |
| 365 |
<a class="custom_cover_image" href="[% PROCESS biblio_a_href biblionumber => itemsloo.biblionumber %]"> |
| 366 |
<img alt="Custom cover image" src="[% custom_cover_image_url | url %]" /></a> |
| 367 |
[% END %] |
| 368 |
</td> |
| 369 |
[% ELSE %] |
| 370 |
<td> |
| 371 |
</td> |
| 372 |
[% END %] |
| 352 |
<td> |
373 |
<td> |
| 353 |
[% IF ( itemsloo.XSLTBloc ) %] |
374 |
[% IF ( itemsloo.XSLTBloc ) %] |
| 354 |
[% itemsloo.XSLTBloc | $raw %] |
375 |
[% itemsloo.XSLTBloc | $raw %] |