|
Lines 6-12
Link Here
|
| 6 |
[% USE Price %] |
6 |
[% USE Price %] |
| 7 |
[% SET footerjs = 1 %] |
7 |
[% SET footerjs = 1 %] |
| 8 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
| 9 |
<title>Koha › Catalog › Item details for [% title | html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield | html %][% END %]</title> |
9 |
<title>Koha › Catalog › Item details for [% title | html %] [% FOREACH subtitl IN subtitle %] [% subtitl | html %][% END %]</title> |
| 10 |
[% INCLUDE 'doc-head-close.inc' %] |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
| 11 |
<style>h3{padding-top: 1em; border-top: 2px solid #CCCCCC;}#exportLabelexportModal_{border-top: 0px;}</style> |
11 |
<style>h3{padding-top: 1em; border-top: 2px solid #CCCCCC;}#exportLabelexportModal_{border-top: 0px;}</style> |
| 12 |
</head> |
12 |
</head> |
|
Lines 15-21
Link Here
|
| 15 |
[% INCLUDE 'header.inc' %] |
15 |
[% INCLUDE 'header.inc' %] |
| 16 |
[% INCLUDE 'cat-search.inc' %] |
16 |
[% INCLUDE 'cat-search.inc' %] |
| 17 |
|
17 |
|
| 18 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> › Item details for <i>[% title | html %] [% FOREACH subtitl IN subtitle %] [% subtitl.subfield | html %][% END %]</i></div> |
18 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> › Item details for <i>[% title | html %] [% FOREACH subtitl IN subtitle %] [% subtitl | html %][% END %]</i></div> |
| 19 |
|
19 |
|
| 20 |
<div id="doc3" class="yui-t2"> |
20 |
<div id="doc3" class="yui-t2"> |
| 21 |
|
21 |
|
|
Lines 27-33
Link Here
|
| 27 |
<div id="catalogue_detail_biblio"> |
27 |
<div id="catalogue_detail_biblio"> |
| 28 |
|
28 |
|
| 29 |
<h2>[% title | html %]</h2> |
29 |
<h2>[% title | html %]</h2> |
| 30 |
[% IF ( subtitle ) %]<h4>[% FOREACH subtitl IN subtitle %] [% subtitl.subfield | html %][% END %]</h4>[% END %] |
30 |
[% IF ( subtitle ) %]<h4>[% FOREACH subtitl IN subtitle %] [% subtitl | html %][% END %]</h4>[% END %] |
| 31 |
[% IF ( author ) %]<h4>by [% author | html %]</h4>[% END %] |
31 |
[% IF ( author ) %]<h4>by [% author | html %]</h4>[% END %] |
| 32 |
<ol class="bibliodetails"> |
32 |
<ol class="bibliodetails"> |
| 33 |
<li><span class="label">Biblionumber:</span> [% biblionumber | html %] </li> |
33 |
<li><span class="label">Biblionumber:</span> [% biblionumber | html %] </li> |