Koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-showmarc.tt
Marcel de Rooy 8c6da900f4 Bug 8872: Changes for opac-showmarc
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>
2012-11-06 07:29:01 -05:00

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>