Marcel de Rooy
8c6da900f4
Simplifies template (eliminating opac-bottom include). Makes encoding for card and html view more consistent with approach in Templates module. Rearranges a few lines in script for consistency and performance. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Passed-QA-by: Mason James <mtj@kohaaloha.com> Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
10 lines
227 B
Text
10 lines
227 B
Text
[% INCLUDE 'doc-head-open.inc' %]
|
|
MARC view</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
<body id="opac-showmarc">
|
|
<div id="main">
|
|
<pre>[% MARC_FORMATTED %]</pre>
|
|
</div>
|
|
</body>
|
|
</html>
|