|
Lines 298-304
Link Here
|
| 298 |
</td> |
298 |
</td> |
| 299 |
[% END %] |
299 |
[% END %] |
| 300 |
<td> |
300 |
<td> |
| 301 |
<p><strong>[% suggestions_loo.title | html %]</strong></p> |
301 |
<p> |
|
|
302 |
[% IF suggestions_loo.biblionumber %] |
| 303 |
<strong><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% suggestions_loo.biblionumber | uri %]">[% suggestions_loo.title | html %]</a></strong> |
| 304 |
[% ELSE %] |
| 305 |
<strong>[% suggestions_loo.title | html %]</strong> |
| 306 |
[% END %] |
| 307 |
</p> |
| 302 |
<p>[% IF ( suggestions_loo.author ) %][% suggestions_loo.author | html %],[% END %] |
308 |
<p>[% IF ( suggestions_loo.author ) %][% suggestions_loo.author | html %],[% END %] |
| 303 |
[% IF ( suggestions_loo.copyrightdate ) %] - [% suggestions_loo.copyrightdate | html %],[% END %] |
309 |
[% IF ( suggestions_loo.copyrightdate ) %] - [% suggestions_loo.copyrightdate | html %],[% END %] |
| 304 |
[% IF ( suggestions_loo.publishercode ) %] - [% suggestions_loo.publishercode | html %][% END %] |
310 |
[% IF ( suggestions_loo.publishercode ) %] - [% suggestions_loo.publishercode | html %][% END %] |
| 305 |
- |
|
|