|
Lines 169-175
Link Here
|
| 169 |
[% IF ( resul.MARC_ON ) %] |
169 |
[% IF ( resul.MARC_ON ) %] |
| 170 |
<a class="transparent resultlist" href="/cgi-bin/koha/MARCdetail.pl?biblionumber=[% resul.biblionumber |url %]">[% 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 |url %]">[% resul.title |html %]</a> [% END %] |
172 |
<a class="transparent resultlist" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% resul.biblionumber |url %]">[% resul.title |html %]</a> |
|
|
173 |
[% END %] |
| 173 |
<p>[% resul.author %] |
174 |
<p>[% resul.author %] |
| 174 |
[% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %] |
175 |
[% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %] |
| 175 |
[% IF ( resul.place ) %] ; [% resul.place %][% END %] |
176 |
[% IF ( resul.place ) %] ; [% resul.place %][% END %] |
| 176 |
- |
|
|