Lines 554-560
var holdForPatron = function () {
Link Here
|
554 |
[% IF !noItemTypeImages && SEARCH_RESULT.imageurl %] |
554 |
[% IF !noItemTypeImages && SEARCH_RESULT.imageurl %] |
555 |
<img src="[% SEARCH_RESULT.imageurl %]" title="[% SEARCH_RESULT.description %]" style="float: left; margin: .1em;" alt="[% SEARCH_RESULT.description %]" /> |
555 |
<img src="[% SEARCH_RESULT.imageurl %]" title="[% SEARCH_RESULT.description %]" style="float: left; margin: .1em;" alt="[% SEARCH_RESULT.description %]" /> |
556 |
[% END %] |
556 |
[% END %] |
557 |
[% SEARCH_RESULT.description %] |
557 |
[% IF ( Koha.Preference('ItemTypeText') ) %][% SEARCH_RESULT.description %][% END %] |
558 |
[% END %] |
558 |
[% END %] |
559 |
[% SEARCH_RESULT.summary %]</p> |
559 |
[% SEARCH_RESULT.summary %]</p> |
560 |
[% ELSE %] |
560 |
[% ELSE %] |
Lines 576-582
var holdForPatron = function () {
Link Here
|
576 |
[% IF ( SEARCH_RESULT.edition ) %]<span class="results_edition">Edition: [% SEARCH_RESULT.edition %]</span>[% END %] |
576 |
[% IF ( SEARCH_RESULT.edition ) %]<span class="results_edition">Edition: [% SEARCH_RESULT.edition %]</span>[% END %] |
577 |
<span class="results_physicaldesc">[% IF ( SEARCH_RESULT.pages ) %]: [% SEARCH_RESULT.pages %][% END %] |
577 |
<span class="results_physicaldesc">[% IF ( SEARCH_RESULT.pages ) %]: [% SEARCH_RESULT.pages %][% END %] |
578 |
[% 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 %] |
578 |
[% 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 %] |
579 |
<span class="results_itemtype">[% SEARCH_RESULT.description %]</span> |
579 |
[% IF ( Koha.Preference('ItemTypeText') ) %]<span class="results_itemtype">[% SEARCH_RESULT.description %]</span>[% END %] |
580 |
[% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %] |
580 |
[% IF ( SEARCH_RESULT.timestamp ) %] <i>(modified on [% SEARCH_RESULT.timestamp %])</i>[% END %] |
581 |
[% 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 %] |
581 |
[% 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 %] |
582 |
</p> |
582 |
</p> |
Lines 649-655
var holdForPatron = function () {
Link Here
|
649 |
[% IF ( available_items_loo.location ) %][% available_items_loo.location %][% END %] |
649 |
[% IF ( available_items_loo.location ) %][% available_items_loo.location %][% END %] |
650 |
[% 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 %] |
650 |
[% 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 %] |
651 |
([% available_items_loo.count %]) |
651 |
([% available_items_loo.count %]) |
652 |
[% IF item_level_itypes && available_items_loo.description %] |
652 |
[% IF item_level_itypes && available_items_loo.description && Koha.Preference('ItemTypeText') %] |
653 |
<br/>[% available_items_loo.description %] |
653 |
<br/>[% available_items_loo.description %] |
654 |
[% END %] |
654 |
[% END %] |
655 |
</li> |
655 |
</li> |
Lines 671-677
var holdForPatron = function () {
Link Here
|
671 |
[% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location %][% END %] |
671 |
[% IF ( onloan_items_loo.location ) %][% onloan_items_loo.location %][% END %] |
672 |
[% 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 %] |
672 |
[% 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 %] |
673 |
([% onloan_items_loo.count %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue %] long overdue[% END %]) date due: [% onloan_items_loo.due_date | $KohaDates %] |
673 |
([% onloan_items_loo.count %][% IF ( onloan_items_loo.longoverdue ) %], [% onloan_items_loo.longoverdue %] long overdue[% END %]) date due: [% onloan_items_loo.due_date | $KohaDates %] |
674 |
[% IF item_level_itypes && onloan_items_loo.description %] |
674 |
[% IF item_level_itypes && onloan_items_loo.description && Koha.Preference('ItemTypeText') %] |
675 |
<br/>[% onloan_items_loo.description %] |
675 |
<br/>[% onloan_items_loo.description %] |
676 |
[% END %] |
676 |
[% END %] |
677 |
</li> |
677 |
</li> |
Lines 699-705
var holdForPatron = function () {
Link Here
|
699 |
[% IF ( other_items_loo.onhold ) %](On hold)[% END %] |
699 |
[% IF ( other_items_loo.onhold ) %](On hold)[% END %] |
700 |
[% IF ( other_items_loo.notforloan ) %][% other_items_loo.notforloan %][% END %] |
700 |
[% IF ( other_items_loo.notforloan ) %][% other_items_loo.notforloan %][% END %] |
701 |
([% other_items_loo.count %]) |
701 |
([% other_items_loo.count %]) |
702 |
[% IF item_level_itypes && other_items_loo.description %] |
702 |
[% IF item_level_itypes && other_items_loo.description && Koha.Preference('ItemTypeText') %] |
703 |
<br/>[% other_items_loo.description %] |
703 |
<br/>[% other_items_loo.description %] |
704 |
[% END %] |
704 |
[% END %] |
705 |
</li> |
705 |
</li> |