Owen Leonard
a21d8e5da4
showmarc.tt and opac-showmarc.tt are used to load a plain view of a MARC record and thus do not need the full set of page assets loaded with other pages (CSS and JavaScript). Removing the standard doc-head-close include will reduce the load time of these pages. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
8 lines
271 B
Text
8 lines
271 B
Text
[% INCLUDE 'doc-head-open.inc' %]MARC view
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
</head>
|
|
<body id="opac-showmarc">
|
|
<div id="main">
|
|
<pre>[% MARC_FORMATTED %]</pre>
|
|
<!-- div gets closed by opac-bottom.inc -->
|
|
[% INCLUDE 'opac-bottom.inc' %]
|