View | Details | Raw Unified | Return to bug 8872
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-showmarc.tt (-4 / +5 lines)
Lines 1-8 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]MARC view
1
[% INCLUDE 'doc-head-open.inc' %]
2
MARC view</title>
2
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3
</head>
4
</head>
4
<body id="opac-showmarc">
5
<body id="opac-showmarc">
5
<div id="main">
6
<div id="main">
6
<pre>[% MARC_FORMATTED %]</pre>
7
<pre>[% MARC_FORMATTED %]</pre>
7
<!-- div gets closed by opac-bottom.inc -->
8
</div>
8
[% INCLUDE 'opac-bottom.inc' %]
9
</body>
10
</html>
9
- 

Return to bug 8872