Lines 412-424
YAHOO.util.Event.onContentReady("searchheader", function () {
Link Here
|
412 |
<table> |
412 |
<table> |
413 |
<tr> |
413 |
<tr> |
414 |
[% IF ( AmazonEnabled ) %][% IF ( AmazonCoverImages ) %]<th> </th>[% END %][% END %] |
414 |
[% IF ( AmazonEnabled ) %][% IF ( AmazonCoverImages ) %]<th> </th>[% END %][% END %] |
415 |
<th>Results</th> |
415 |
<th colspan="2">Results</th> |
416 |
<th>Location</th> |
416 |
<th>Location</th> |
417 |
</tr> |
417 |
</tr> |
418 |
<!-- Actual Search Results --> |
418 |
<!-- Actual Search Results --> |
419 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
419 |
[% FOREACH SEARCH_RESULT IN SEARCH_RESULTS %] |
420 |
[% IF ( loop.odd ) %]<tr>[% ELSE %]<tr class="highlight">[% END %] |
420 |
[% IF ( loop.odd ) %]<tr>[% ELSE %]<tr class="highlight">[% END %] |
421 |
[% IF ( SEARCH_RESULT.AmazonEnabled ) %][% IF ( SEARCH_RESULT.AmazonCoverImages ) %] |
421 |
[% IF ( AmazonEnabled ) %][% IF ( AmazonCoverImages ) %] |
422 |
<td> |
422 |
<td> |
423 |
<a class="p1" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]"> |
423 |
<a class="p1" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]"> |
424 |
|
424 |
|
425 |
- |
|
|