Lines 505-511
var holdForPatron = function () {
Link Here
|
505 |
[% 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 %] |
505 |
[% 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 %] |
506 |
<span class="results_itemtype">[% SEARCH_RESULT.description %]</span> |
506 |
<span class="results_itemtype">[% SEARCH_RESULT.description %]</span> |
507 |
[% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %] |
507 |
[% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %] |
508 |
[% 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 %] |
508 |
[% 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 %] |
509 |
</p> |
509 |
</p> |
510 |
[% IF ( SEARCH_RESULT.searchhighlightblob ) %]<p class="searchhighlightblob">[% SEARCH_RESULT.searchhighlightblob %]</p>[% END %] |
510 |
[% IF ( SEARCH_RESULT.searchhighlightblob ) %]<p class="searchhighlightblob">[% SEARCH_RESULT.searchhighlightblob %]</p>[% END %] |
511 |
|
511 |
|
Lines 549-555
var holdForPatron = function () {
Link Here
|
549 |
[% END %] |
549 |
[% END %] |
550 |
[% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname %][% END %] |
550 |
[% IF ( available_items_loo.branchname ) %][% available_items_loo.branchname %][% END %] |
551 |
[% IF ( available_items_loo.location ) %][% available_items_loo.location %][% END %] |
551 |
[% IF ( available_items_loo.location ) %][% available_items_loo.location %][% END %] |
552 |
[% 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 %] |
552 |
[% 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 %] |
553 |
([% available_items_loo.count %]) |
553 |
([% available_items_loo.count %]) |
554 |
[% IF item_level_itypes && available_items_loo.description %] |
554 |
[% IF item_level_itypes && available_items_loo.description %] |
555 |
<br/>[% available_items_loo.description %] |
555 |
<br/>[% available_items_loo.description %] |
Lines 571-577
var holdForPatron = function () {
Link Here
|
571 |
[% END %] |
571 |
[% END %] |
572 |
[% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname %][% END %] |
572 |
[% IF ( onloan_items_loo.branchname ) %][% onloan_items_loo.branchname %][% END %] |
573 |
[% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location %][% END %] |
573 |
[% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location %][% END %] |
574 |
[% 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 %] |
574 |
[% 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 %] |
575 |
([% onloan_items_loo.count %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue %] long overdue[% END %]) date due: [% onloan_items_loo.due_date %] |
575 |
([% onloan_items_loo.count %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue %] long overdue[% END %]) date due: [% onloan_items_loo.due_date %] |
576 |
[% IF item_level_itypes && onloan_items_loo.description %] |
576 |
[% IF item_level_itypes && onloan_items_loo.description %] |
577 |
<br/>[% onloan_items_loo.description %] |
577 |
<br/>[% onloan_items_loo.description %] |
Lines 593-599
var holdForPatron = function () {
Link Here
|
593 |
[% END %] |
593 |
[% END %] |
594 |
[% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %] |
594 |
[% IF ( other_items_loo.branchname ) %][% other_items_loo.branchname %][% END %] |
595 |
[% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %] |
595 |
[% IF ( other_items_loo.location ) %][% other_items_loo.location %][% END %] |
596 |
[% 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 %] |
596 |
[% 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 %] |
597 |
[% IF ( other_items_loo.withdrawn ) %](Withdrawn)[% END %] |
597 |
[% IF ( other_items_loo.withdrawn ) %](Withdrawn)[% END %] |
598 |
[% IF ( other_items_loo.itemlost ) %](Lost)[% END %] |
598 |
[% IF ( other_items_loo.itemlost ) %](Lost)[% END %] |
599 |
[% IF ( other_items_loo.damaged ) %](Damaged)[% END %] |
599 |
[% IF ( other_items_loo.damaged ) %](Damaged)[% END %] |