|
Lines 246-264
Link Here
|
| 246 |
<span class="results_summary year"><span class="label">Year: </span>[% copyrightdate | html %]</span> |
246 |
<span class="results_summary year"><span class="label">Year: </span>[% copyrightdate | html %]</span> |
| 247 |
[% END %] |
247 |
[% END %] |
| 248 |
|
248 |
|
| 249 |
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %] |
|
|
| 250 |
<span class="results_summary itemtype"><span class="label">Item type: </span> |
| 251 |
[% IF ( imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %] |
| 252 |
<img src="[% imageurl | html %]" alt="" /> |
| 253 |
[% END %] |
| 254 |
[% IF ( description ) %] |
| 255 |
[% description | html %] |
| 256 |
[% ELSE %] |
| 257 |
[% itemtype | html %] |
| 258 |
[% END %] |
| 259 |
</span> |
| 260 |
[% END %] |
| 261 |
|
| 262 |
[% IF ( MARCURLS ) %] |
249 |
[% IF ( MARCURLS ) %] |
| 263 |
<div class="results_summary online_resources"><span class="label">Online resources:</span> |
250 |
<div class="results_summary online_resources"><span class="label">Online resources:</span> |
| 264 |
<ul> |
251 |
<ul> |
|
Lines 293-298
Link Here
|
| 293 |
[% END # / IF MARCURLS %] |
280 |
[% END # / IF MARCURLS %] |
| 294 |
[% END # / IF OPACXSLTDetailsDisplay %] |
281 |
[% END # / IF OPACXSLTDetailsDisplay %] |
| 295 |
|
282 |
|
|
|
283 |
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %] |
| 284 |
<span class="results_summary itemtype"><span class="label">Item type: </span> |
| 285 |
[% IF ( imageurl && !Koha.Preference('OpacNoItemTypeImages') ) %] |
| 286 |
<img src="[% imageurl | html %]" alt="" /> |
| 287 |
[% END %] |
| 288 |
[% IF ( description ) %] |
| 289 |
[% description | html %] |
| 290 |
[% ELSE %] |
| 291 |
[% itemtype | html %] |
| 292 |
[% END %] |
| 293 |
</span> |
| 294 |
[% END %] |
| 295 |
|
| 296 |
<!-- This puts the LTFL reviews in, and if TabbedView is not set, puts the remaining content above the Tabs instead of in them --> |
296 |
<!-- This puts the LTFL reviews in, and if TabbedView is not set, puts the remaining content above the Tabs instead of in them --> |
| 297 |
[% IF ( LibraryThingForLibrariesID ) %] |
297 |
[% IF ( LibraryThingForLibrariesID ) %] |
| 298 |
[% UNLESS ( LibraryThingForLibrariesTabbedView ) %] |
298 |
[% UNLESS ( LibraryThingForLibrariesTabbedView ) %] |
| 299 |
- |
|
|