Koha/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tmpl
Alex Arnaud 0b96414ce3 Bug 6095: Add UTF8 encoding in template
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-04-08 13:23:53 +12:00

25 lines
694 B
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Print Notices for <!-- TMPL_VAR NAME="today" --></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
.message { page-break-after: always }
pre { font-family: monospace }
-->
</style>
<!-- TMPL_IF NAME="stylesheet" -->
<style type="text/css">
<!--
<!-- TMPL_VAR NAME="stylesheet" -->
-->
</style>
<!-- /TMPL_IF -->
</head>
<body>
<!-- TMPL_LOOP NAME="messages" -->
<div class="message">
<pre><!-- TMPL_VAR NAME="content" --></pre>
</div>
<!--/TMPL_LOOP -->
</body>
</html>