|
Lines 167-175
Link Here
|
| 167 |
[% IF ( resul.even ) %]<td class="hilighted"> |
167 |
[% IF ( resul.even ) %]<td class="hilighted"> |
| 168 |
[% ELSE %]<td>[% END %] |
168 |
[% ELSE %]<td>[% END %] |
| 169 |
[% IF ( resul.MARC_ON ) %] |
169 |
[% IF ( resul.MARC_ON ) %] |
| 170 |
<a_class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |uri %]">[% resul.title |html %]</a> |
170 |
<a class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title |html %]</a> |
| 171 |
[% ELSE %] |
171 |
[% ELSE %] |
| 172 |
<a_class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |uri %]">[% resul.title |html %]</a> [% END %] |
172 |
<a class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.fulltitle |html %]</a>[% END %] |
| 173 |
<p>[% resul.author |html %] |
173 |
<p>[% resul.author |html %] |
| 174 |
[% IF ( resul.publishercode ) %]- [% resul.publishercode |html %][% END %] |
174 |
[% IF ( resul.publishercode ) %]- [% resul.publishercode |html %][% END %] |
| 175 |
[% IF ( resul.place ) %] ; [% resul.place |html %][% END %] |
175 |
[% IF ( resul.place ) %] ; [% resul.place |html %][% END %] |
| 176 |
- |
|
|