|
Lines 2-7
Link Here
|
| 2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
| 3 |
[% USE Koha %] |
3 |
[% USE Koha %] |
| 4 |
[% USE KohaDates %] |
4 |
[% USE KohaDates %] |
|
|
5 |
[% USE AuthorisedValues %] |
| 6 |
[% USE Branches %] |
| 5 |
[% SET footerjs = 1 %] |
7 |
[% SET footerjs = 1 %] |
| 6 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
| 7 |
<title> |
9 |
<title> |
|
Lines 315-321
Link Here
|
| 315 |
[% IF ( itemsloo.notforloan ) %] |
317 |
[% IF ( itemsloo.notforloan ) %] |
| 316 |
<span class="noholdstext">No holds allowed</span> |
318 |
<span class="noholdstext">No holds allowed</span> |
| 317 |
[% ELSE %] |
319 |
[% ELSE %] |
| 318 |
[% IF ( itemsloo.ITEM_RESULTS.size ) %] |
320 |
[% IF ( itemsloo.ITEM_RESULTS.count ) %] |
| 319 |
<a id="reserve_[% itemsloo.biblionumber | html %]" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% itemsloo.biblionumber | html %]">Holds</a> |
321 |
<a id="reserve_[% itemsloo.biblionumber | html %]" href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% itemsloo.biblionumber | html %]">Holds</a> |
| 320 |
[% IF ( holdfor ) %] <span class="holdforlink">| <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% itemsloo.biblionumber | uri %]&findborrower=[% holdfor_patron.cardnumber | uri %]">Place hold for [% INCLUDE 'patron-title.inc' patron => holdfor_patron no_title => 1 %]</a></span>[% END %] |
322 |
[% IF ( holdfor ) %] <span class="holdforlink">| <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% itemsloo.biblionumber | uri %]&findborrower=[% holdfor_patron.cardnumber | uri %]">Place hold for [% INCLUDE 'patron-title.inc' patron => holdfor_patron no_title => 1 %]</a></span>[% END %] |
| 321 |
[% ELSE %] |
323 |
[% ELSE %] |
|
Lines 334-345
Link Here
|
| 334 |
<td>[% itemsloo.dateadded | $KohaDates%]</td> |
336 |
<td>[% itemsloo.dateadded | $KohaDates%]</td> |
| 335 |
<td> |
337 |
<td> |
| 336 |
<ul> |
338 |
<ul> |
| 337 |
[% FOREACH result IN itemsloo.ITEM_RESULTS %] |
339 |
[% FOREACH item IN itemsloo.ITEM_RESULTS %] |
| 338 |
<li> |
340 |
<li> |
| 339 |
[% result.holdingbranch | html %] |
341 |
[% Branches.GetName(item.holdingbranch) | html %] |
| 340 |
[% IF ( result.location_intranet ) %]<span class="shelvingloc">[% result.location_intranet | html %]</span>[% END %] |
342 |
[% IF ( item.location ) %] |
| 341 |
[% IF ( result.itemcallnumber ) %] |
343 |
<span class="shelvingloc"> |
| 342 |
[<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% result.itemcallnumber |uri %]%22">[% result.itemcallnumber | html %]</a>] |
344 |
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) | html %] |
|
|
345 |
</span> |
| 346 |
[% END %] |
| 347 |
[% IF ( item.itemcallnumber ) %] |
| 348 |
[<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% item.itemcallnumber | uri %]%22">[% item.itemcallnumber | html %]</a>] |
| 343 |
[% END %] |
349 |
[% END %] |
| 344 |
</li> |
350 |
</li> |
| 345 |
[% END %] |
351 |
[% END %] |