Lines 1-5
Link Here
|
1 |
[% USE raw %] |
1 |
[% USE raw %] |
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
|
|
3 |
[% USE AuthorisedValues %] |
3 |
[% USE Koha %] |
4 |
[% USE Koha %] |
4 |
[% USE KohaDates %] |
5 |
[% USE KohaDates %] |
5 |
[% SET PRIVATE = 1 %] |
6 |
[% SET PRIVATE = 1 %] |
Lines 236-247
Link Here
|
236 |
<td>[% itemsloo.dateadded | $KohaDates%]</td> |
237 |
<td>[% itemsloo.dateadded | $KohaDates%]</td> |
237 |
<td> |
238 |
<td> |
238 |
<ul> |
239 |
<ul> |
239 |
[% FOREACH result IN itemsloo.ITEM_RESULTS %] |
240 |
[% FOREACH item IN itemsloo.ITEM_RESULTS %] |
240 |
<li> |
241 |
<li> |
241 |
[% result.holdingbranch | html %] |
242 |
[% item.branchname | html %] |
242 |
[% IF ( result.location_intranet ) %]<span class="shelvingloc">[% result.location_intranet | html %]</span>[% END %] |
243 |
[% IF ( item.location ) %]<span class="shelvingloc">[% AuthorisedValues.GetByCode('LOC', item.location) | html %]</span>[% END %] |
243 |
[% IF ( result.itemcallnumber ) %] |
244 |
[% IF ( item.itemcallnumber ) %] |
244 |
[<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% result.itemcallnumber |uri %]%22">[% result.itemcallnumber | html %]</a>] |
245 |
[<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% item.itemcallnumber |uri %]%22">[% item.itemcallnumber | html %]</a>] |
|
|
246 |
[% END %] |
247 |
[% IF item.enumchron %] |
248 |
.- [% item.enumchron | html %] |
245 |
[% END %] |
249 |
[% END %] |
246 |
</li> |
250 |
</li> |
247 |
[% END %] |
251 |
[% END %] |