Lines 436-442
Link Here
|
436 |
[% IF ( SEARCH_RESULT.size ) %] ; [% SEARCH_RESULT.size | html %][% END %]</span> [% IF ( SEARCH_RESULT.isbn ) %]<span class="results_isbn">ISBN: [% SEARCH_RESULT.isbn | replace('\s\|', ', ') | html %]</span>[% END %] |
436 |
[% IF ( SEARCH_RESULT.size ) %] ; [% SEARCH_RESULT.size | html %][% END %]</span> [% IF ( SEARCH_RESULT.isbn ) %]<span class="results_isbn">ISBN: [% SEARCH_RESULT.isbn | replace('\s\|', ', ') | html %]</span>[% END %] |
437 |
<span class="results_itemtype">[% SEARCH_RESULT.description | html %]</span> |
437 |
<span class="results_itemtype">[% SEARCH_RESULT.description | html %]</span> |
438 |
[% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp | html %])</i>[% END %] |
438 |
[% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp | html %])</i>[% END %] |
439 |
[% IF ( SEARCH_RESULT.cn_class ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=%22[% SEARCH_RESULT.cn_class |uri %]%22">[% SEARCH_RESULT.cn_class | html %]</a>][% END %] |
439 |
[% IF ( SEARCH_RESULT.cn_class ) %][[% INCLUDE 'biblio-search-link.inc' index='callnum' term=SEARCH_RESULT.cn_class %]][% END %] |
440 |
</p> |
440 |
</p> |
441 |
[% IF ( SEARCH_RESULT.searchhighlightblob ) %]<p class="searchhighlightblob">[% SEARCH_RESULT.searchhighlightblob | html %]</p>[% END %] |
441 |
[% IF ( SEARCH_RESULT.searchhighlightblob ) %]<p class="searchhighlightblob">[% SEARCH_RESULT.searchhighlightblob | html %]</p>[% END %] |
442 |
|
442 |
|
Lines 509-515
Link Here
|
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 ) %][% available_items_loo.location | html %][% 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 ) %] |
|
|
513 |
[[% INCLUDE 'biblio-search-link.inc' index='callnum' term=available_items_loo.itemcallnumber %]] |
514 |
[% END %] |
513 |
([% available_items_loo.count | html %]) |
515 |
([% available_items_loo.count | html %]) |
514 |
[% IF item_level_itypes && available_items_loo.description %] |
516 |
[% IF item_level_itypes && available_items_loo.description %] |
515 |
<br/>[% available_items_loo.description | html %] |
517 |
<br/>[% available_items_loo.description | html %] |
Lines 531-537
Link Here
|
531 |
[% END %] |
533 |
[% END %] |
532 |
[% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname | html %][% END %] |
534 |
[% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname | html %][% END %] |
533 |
[% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location | html %][% END %] |
535 |
[% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location | html %][% 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 %] |
536 |
[% IF ( onloan_items_loo.itemcallnumber ) %] |
|
|
537 |
[[% INCLUDE 'biblio-search-link.inc' index='callnum' term=available_items_loo.itemcallnumber %]] |
538 |
[% 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 %] |
539 |
([% 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 %] |
540 |
[% IF item_level_itypes && onloan_items_loo.description %] |
537 |
<br/>[% onloan_items_loo.description | html %] |
541 |
<br/>[% onloan_items_loo.description | html %] |
Lines 553-559
Link Here
|
553 |
[% END %] |
557 |
[% END %] |
554 |
[% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname | html %][% END %] |
558 |
[% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname | html %][% END %] |
555 |
[% IF ( other_items_loo.location ) %][% other_items_loo.location | html %][% END %] |
559 |
[% IF ( other_items_loo.location ) %][% other_items_loo.location | html %][% 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 %] |
560 |
[% IF ( other_items_loo.itemcallnumber ) %] |
|
|
561 |
[[% INCLUDE 'biblio-search-link.inc' index='callnum' term=other_items_loo.itemcallnumber %]] |
562 |
[% END %] |
557 |
[% IF ( other_items_loo.withdrawn ) %]([% AuthorisedValues.GetByCode( 'WITHDRAWN', other_items_loo.withdrawn ) | html %])[% END %] |
563 |
[% 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 %] |
564 |
[% IF ( other_items_loo.itemlost ) %]([% AuthorisedValues.GetByCode( 'LOST', other_items_loo.itemlost ) | html %])[% END %] |
559 |
[% IF ( other_items_loo.damaged ) %]([% AuthorisedValues.GetByCode( 'DAMAGED', other_items_loo.damaged ) | html %])[% END %] |
565 |
[% IF ( other_items_loo.damaged ) %]([% AuthorisedValues.GetByCode( 'DAMAGED', other_items_loo.damaged ) | html %])[% END %] |