Lines 509-515
var holdForPatron = function () {
Link Here
|
509 |
[% IF ( SEARCH_RESULT.size ) %] ; [% SEARCH_RESULT.size %][% END %]</span> [% IF ( SEARCH_RESULT.isbn ) %]<span class="results_isbn">ISBN: [% SEARCH_RESULT.isbn | replace('\s\|', ', ')%]</span>[% END %] |
509 |
[% IF ( SEARCH_RESULT.size ) %] ; [% SEARCH_RESULT.size %][% END %]</span> [% IF ( SEARCH_RESULT.isbn ) %]<span class="results_isbn">ISBN: [% SEARCH_RESULT.isbn | replace('\s\|', ', ')%]</span>[% END %] |
510 |
<span class="results_itemtype">[% SEARCH_RESULT.description %]</span> |
510 |
<span class="results_itemtype">[% SEARCH_RESULT.description %]</span> |
511 |
[% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %] |
511 |
[% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %] |
512 |
[% IF ( SEARCH_RESULT.cn_class ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=[% SEARCH_RESULT.cn_class |url %]">[% SEARCH_RESULT.cn_class %]</a>][% END %] |
512 |
[% 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 %]</a>][% END %] |
513 |
</p> |
513 |
</p> |
514 |
[% IF ( SEARCH_RESULT.searchhighlightblob ) %]<p class="searchhighlightblob">[% SEARCH_RESULT.searchhighlightblob %]</p>[% END %] |
514 |
[% IF ( SEARCH_RESULT.searchhighlightblob ) %]<p class="searchhighlightblob">[% SEARCH_RESULT.searchhighlightblob %]</p>[% END %] |
515 |
|
515 |
|
Lines 553-559
var holdForPatron = function () {
Link Here
|
553 |
[% END %] |
553 |
[% END %] |
554 |
[% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname %][% END %] |
554 |
[% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname %][% END %] |
555 |
[% IF ( available_items_loo.location ) %][% available_items_loo.location %][% END %] |
555 |
[% IF ( available_items_loo.location ) %][% available_items_loo.location %][% END %] |
556 |
[% IF ( available_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=[% available_items_loo.itemcallnumber |url %]">[% available_items_loo.itemcallnumber %]</a>][% END %] |
556 |
[% 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 %]</a>][% END %] |
557 |
([% available_items_loo.count %]) |
557 |
([% available_items_loo.count %]) |
558 |
[% IF item_level_itypes && available_items_loo.description %] |
558 |
[% IF item_level_itypes && available_items_loo.description %] |
559 |
<br/>[% available_items_loo.description %] |
559 |
<br/>[% available_items_loo.description %] |
Lines 575-581
var holdForPatron = function () {
Link Here
|
575 |
[% END %] |
575 |
[% END %] |
576 |
[% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname %][% END %] |
576 |
[% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname %][% END %] |
577 |
[% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location %][% END %] |
577 |
[% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location %][% END %] |
578 |
[% IF ( onloan_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=[% onloan_items_loo.itemcallnumber |url %]">[% onloan_items_loo.itemcallnumber %]</a>][% END %] |
578 |
[% 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 %]</a>][% END %] |
579 |
([% onloan_items_loo.count %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue %] long overdue[% END %]) date due: [% onloan_items_loo.due_date %] |
579 |
([% onloan_items_loo.count %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue %] long overdue[% END %]) date due: [% onloan_items_loo.due_date %] |
580 |
[% IF item_level_itypes && onloan_items_loo.description %] |
580 |
[% IF item_level_itypes && onloan_items_loo.description %] |
581 |
<br/>[% onloan_items_loo.description %] |
581 |
<br/>[% onloan_items_loo.description %] |
Lines 597-603
var holdForPatron = function () {
Link Here
|
597 |
[% END %] |
597 |
[% END %] |
598 |
[% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %] |
598 |
[% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %] |
599 |
[% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %] |
599 |
[% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %] |
600 |
[% IF ( other_items_loo.itemcallnumber ) %][<a href="/cgi-bin/koha/catalogue/search.pl?idx=callnum&q=[% other_items_loo.itemcallnumber |url %]">[% other_items_loo.itemcallnumber %]</a>][% END %] |
600 |
[% 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 %]</a>][% END %] |
601 |
[% IF ( other_items_loo.withdrawn ) %](Withdrawn)[% END %] |
601 |
[% IF ( other_items_loo.withdrawn ) %](Withdrawn)[% END %] |
602 |
[% IF ( other_items_loo.itemlost ) %](Lost)[% END %] |
602 |
[% IF ( other_items_loo.itemlost ) %](Lost)[% END %] |
603 |
[% IF ( other_items_loo.damaged ) %](Damaged)[% END %] |
603 |
[% IF ( other_items_loo.damaged ) %](Damaged)[% END %] |