|
Lines 508-514
Link Here
|
| 508 |
<li> |
508 |
<li> |
| 509 |
[% END %] |
509 |
[% END %] |
| 510 |
[% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname | html %][% END %] |
510 |
[% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname | html %][% END %] |
| 511 |
[% IF ( available_items_loo.location ) %][% available_items_loo.location | html %][% END %] |
511 |
[% IF ( available_items_loo.location ) %]<span class="shelvingloc">[% available_items_loo.location | html %]</span>[% END %] |
| 512 |
[% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% available_items_loo.itemcallnumber |uri %]%22">[% available_items_loo.itemcallnumber | html %]</a>][% END %] |
512 |
[% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% available_items_loo.itemcallnumber |uri %]%22">[% available_items_loo.itemcallnumber | html %]</a>][% END %] |
| 513 |
([% available_items_loo.count | html %]) |
513 |
([% available_items_loo.count | html %]) |
| 514 |
[% IF item_level_itypes && available_items_loo.description %] |
514 |
[% IF item_level_itypes && available_items_loo.description %] |
|
Lines 530-536
Link Here
|
| 530 |
<li> |
530 |
<li> |
| 531 |
[% END %] |
531 |
[% END %] |
| 532 |
[% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname | html %][% END %] |
532 |
[% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname | html %][% END %] |
| 533 |
[% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location | html %][% END %] |
533 |
[% IF ( onloan_items_loo.location ) %]<span class="shelvingloc">[% onloan_items_loo.location | html %]</span>[% END %] |
| 534 |
[% IF ( onloan_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% onloan_items_loo.itemcallnumber |uri %]%22">[% onloan_items_loo.itemcallnumber | html %]</a>][% END %] |
534 |
[% IF ( onloan_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% onloan_items_loo.itemcallnumber |uri %]%22">[% onloan_items_loo.itemcallnumber | html %]</a>][% END %] |
| 535 |
([% onloan_items_loo.count | html %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue | html %] long overdue[% END %]) date due: [% onloan_items_loo.due_date | $KohaDates %] |
535 |
([% onloan_items_loo.count | html %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue | html %] long overdue[% END %]) date due: [% onloan_items_loo.due_date | $KohaDates %] |
| 536 |
[% IF item_level_itypes && onloan_items_loo.description %] |
536 |
[% IF item_level_itypes && onloan_items_loo.description %] |
|
Lines 552-558
Link Here
|
| 552 |
<li> |
552 |
<li> |
| 553 |
[% END %] |
553 |
[% END %] |
| 554 |
[% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname | html %][% END %] |
554 |
[% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname | html %][% END %] |
| 555 |
[% IF ( other_items_loo.location ) %][% other_items_loo.location | html %][% END %] |
555 |
[% IF ( other_items_loo.location ) %]<span class="shelvingloc">[% other_items_loo.location | html %]</span>[% END %] |
| 556 |
[% IF ( other_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% other_items_loo.itemcallnumber |uri %]%22">[% other_items_loo.itemcallnumber | html %]</a>][% END %] |
556 |
[% IF ( other_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% other_items_loo.itemcallnumber |uri %]%22">[% other_items_loo.itemcallnumber | html %]</a>][% END %] |
| 557 |
[% IF ( other_items_loo.withdrawn ) %]([% AuthorisedValues.GetByCode( 'WITHDRAWN', other_items_loo.withdrawn ) | html %])[% END %] |
557 |
[% IF ( other_items_loo.withdrawn ) %]([% AuthorisedValues.GetByCode( 'WITHDRAWN', other_items_loo.withdrawn ) | html %])[% END %] |
| 558 |
[% IF ( other_items_loo.itemlost ) %]([% AuthorisedValues.GetByCode( 'LOST', other_items_loo.itemlost ) | html %])[% END %] |
558 |
[% IF ( other_items_loo.itemlost ) %]([% AuthorisedValues.GetByCode( 'LOST', other_items_loo.itemlost ) | html %])[% END %] |