Lines 2215-2220
tables:
Link Here
|
2215 |
- "[% IF ( biblio.unititle ) %]Unified title: [% biblio.unititle | html %]<br>[% END %]" |
2215 |
- "[% IF ( biblio.unititle ) %]Unified title: [% biblio.unititle | html %]<br>[% END %]" |
2216 |
- "[% IF ( biblio.serial ) %]Serial: [% biblio.serial | html %]<br>[% END %]" |
2216 |
- "[% IF ( biblio.serial ) %]Serial: [% biblio.serial | html %]<br>[% END %]" |
2217 |
- "[% IF ( biblioitem.lccn ) %]LCCN: [% biblioitem.lccn | html %]<br>[% END %]" |
2217 |
- "[% IF ( biblioitem.lccn ) %]LCCN: [% biblioitem.lccn | html %]<br>[% END %]" |
|
|
2218 |
- "[% IF ( biblio.get_marc_host ) %]In: [% FOREACH entry IN biblio.get_marc_host %][% entry.title | html %][% IF ( entry.subtitle ) %][% FOREACH subtitle IN entry.subtitle.split(' | ') %][% subtitle | html %][% END %][% END %][% entry.part_number | html %] [% entry.part_name | html %]<br>[% END %][% END %]" |
2218 |
- "[% IF ( biblioitem.url ) %]URL: [% biblioitem.url | html %]<br>[% END %]" |
2219 |
- "[% IF ( biblioitem.url ) %]URL: [% biblioitem.url | html %]<br>[% END %]" |
2219 |
- "[<a href='[% Koha.Preference('OpacBaseUrl') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]'>View in online catalog</a>" |
2220 |
- "[<a href='[% Koha.Preference('OpacBaseUrl') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]'>View in online catalog</a>" |
2220 |
- "[% IF ( biblio.items.count > 0 ) %]<br>Items: <ul>[% FOREACH item IN biblio.items %]<li>[% Branches.GetName( item.holdingbranch ) | html %]" |
2221 |
- "[% IF ( biblio.items.count > 0 ) %]<br>Items: <ul>[% FOREACH item IN biblio.items %]<li>[% Branches.GetName( item.holdingbranch ) | html %]" |
Lines 2249-2254
tables:
Link Here
|
2249 |
- "[% IF ( biblio.unititle ) %]Unified title: [% biblio.unititle | html %]<br>[% END %]" |
2250 |
- "[% IF ( biblio.unititle ) %]Unified title: [% biblio.unititle | html %]<br>[% END %]" |
2250 |
- "[% IF ( biblio.serial ) %]Serial: [% biblio.serial | html %]<br>[% END %]" |
2251 |
- "[% IF ( biblio.serial ) %]Serial: [% biblio.serial | html %]<br>[% END %]" |
2251 |
- "[% IF ( biblioitem.lccn ) %]LCCN: [% biblioitem.lccn | html %]<br>[% END %]" |
2252 |
- "[% IF ( biblioitem.lccn ) %]LCCN: [% biblioitem.lccn | html %]<br>[% END %]" |
|
|
2253 |
- "[% IF ( biblio.get_marc_host ) %]In: [% FOREACH entry IN biblio.get_marc_host %][% entry.title | html %][% IF ( entry.subtitle ) %][% FOREACH subtitle IN entry.subtitle.split(' | ') %][% subtitle | html %][% END %][% END %][% entry.part_number | html %] [% entry.part_name | html %]<br>[% END %][% END %]" |
2252 |
- "[% IF ( biblioitem.url ) %]URL: [% biblioitem.url | html %]<br>[% END %]" |
2254 |
- "[% IF ( biblioitem.url ) %]URL: [% biblioitem.url | html %]<br>[% END %]" |
2253 |
- "<a href='[% Koha.Preference('OpacBaseUrl') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]'>View in online catalog</a>" |
2255 |
- "<a href='[% Koha.Preference('OpacBaseUrl') %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% biblio.biblionumber | html %]'>View in online catalog</a>" |
2254 |
- "[% IF ( biblio.items.count > 0 ) %]<br>Items: <ul>[% FOREACH item IN biblio.items %]<li>[% Branches.GetName( item.holdingbranch ) | html %]" |
2256 |
- "[% IF ( biblio.items.count > 0 ) %]<br>Items: <ul>[% FOREACH item IN biblio.items %]<li>[% Branches.GetName( item.holdingbranch ) | html %]" |
2255 |
- |
|
|