Lines 167-181
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 %] |
174 |
[% IF ( resul.publishercode ) %]- [% resul.publishercode |html %][% END %] |
174 |
[% IF ( resul.publishercode ) %]- [% resul.publishercode %][% END %] |
175 |
[% IF ( resul.place ) %] ; [% resul.place |html %][% END %] |
175 |
[% IF ( resul.place ) %] ; [% resul.place %][% END %] |
176 |
[% IF ( resul.pages ) %] - [% resul.pages |html %][% END %] |
176 |
[% IF ( resul.pages ) %] - [% resul.pages %][% END %] |
177 |
[% IF ( resul.notes ) %] : [% resul.notes |html %][% END %] |
177 |
[% IF ( resul.notes ) %] : [% resul.notes %][% END %] |
178 |
[% IF ( resul.item('size') ) %] ; [% resul.item('size') |html %][% END %] |
178 |
[% IF ( resul.size ) %] ; [% resul.size %][% END %] |
179 |
</p> |
179 |
</p> |
180 |
</td> |
180 |
</td> |
181 |
[% IF ( resul.even ) %]<td align="center" class="hilighted"> |
181 |
[% IF ( resul.even ) %]<td align="center" class="hilighted"> |
182 |
- |
|
|