|
Lines 529-534
var holdForPatron = function () {
Link Here
|
| 529 |
<input type="checkbox" class="selection" id="bib[% SEARCH_RESULT.biblionumber %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber %]" style="display:none" /> |
529 |
<input type="checkbox" class="selection" id="bib[% SEARCH_RESULT.biblionumber %]" name="biblionumber" value="[% SEARCH_RESULT.biblionumber %]" style="display:none" /> |
| 530 |
</td> |
530 |
</td> |
| 531 |
<td> |
531 |
<td> |
|
|
532 |
|
| 533 |
[% UNLESS ( item_level_itypes ) %] |
| 534 |
<div class="result-biblio-itemtype"> |
| 535 |
[% IF !noItemTypeImages && SEARCH_RESULT.imageurl %] |
| 536 |
<img src="[% SEARCH_RESULT.imageurl %]" alt="[% SEARCH_RESULT.description %]" /> |
| 537 |
[% END %] |
| 538 |
[% SEARCH_RESULT.description %] |
| 539 |
</div> |
| 540 |
[% END %] |
| 541 |
|
| 532 |
[% IF ( SEARCH_RESULT.XSLTResultsRecord ) %] |
542 |
[% IF ( SEARCH_RESULT.XSLTResultsRecord ) %] |
| 533 |
[% SEARCH_RESULT.result_number %]. |
543 |
[% SEARCH_RESULT.result_number %]. |
| 534 |
[% SEARCH_RESULT.XSLTResultsRecord %] |
544 |
[% SEARCH_RESULT.XSLTResultsRecord %] |
|
Lines 549-570
var holdForPatron = function () {
Link Here
|
| 549 |
[% ELSE %] |
559 |
[% ELSE %] |
| 550 |
|
560 |
|
| 551 |
[% END %] |
561 |
[% END %] |
| 552 |
<p> |
562 |
<p>[% SEARCH_RESULT.summary %]</p> |
| 553 |
[% UNLESS ( item_level_itypes ) %] |
|
|
| 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 %]" /> |
| 556 |
[% END %] |
| 557 |
[% SEARCH_RESULT.description %] |
| 558 |
[% END %] |
| 559 |
[% SEARCH_RESULT.summary %]</p> |
| 560 |
[% ELSE %] |
563 |
[% ELSE %] |
| 561 |
<p> |
564 |
<p> |
| 562 |
[% UNLESS ( item_level_itypes ) %] |
|
|
| 563 |
[% IF !noItemTypeImages && SEARCH_RESULT.imageurl %] |
| 564 |
<img src="[% SEARCH_RESULT.imageurl %]" title="[% SEARCH_RESULT.description %]" style="float: left; margin: .1em;" alt="" /> |
| 565 |
[% END %] |
| 566 |
[% END %] |
| 567 |
|
| 568 |
[% IF ( SEARCH_RESULT.author ) %] |
565 |
[% IF ( SEARCH_RESULT.author ) %] |
| 569 |
<a href="/cgi-bin/koha/catalogue/search.pl?idx=au&q=[% SEARCH_RESULT.author |url %]" title="Search for this Author">[% SEARCH_RESULT.author %]</a> |
566 |
<a href="/cgi-bin/koha/catalogue/search.pl?idx=au&q=[% SEARCH_RESULT.author |url %]" title="Search for this Author">[% SEARCH_RESULT.author %]</a> |
| 570 |
[% ELSE %] |
567 |
[% ELSE %] |
| 571 |
- |
|
|