Bug 6095: Add UTF8 encoding in template
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / batch / print-notices.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2     <title>Print Notices for <!-- TMPL_VAR NAME="today" --></title>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     <style type="text/css">
5         <!-- 
6         .message { page-break-after: always }
7         pre { font-family: monospace }
8         -->
9     </style>
10     <!-- TMPL_IF NAME="stylesheet" -->
11     <style type="text/css">
12         <!--
13         <!-- TMPL_VAR NAME="stylesheet" -->
14         -->
15     </style>
16     <!-- /TMPL_IF -->
17 </head>
18 <body>
19     <!-- TMPL_LOOP NAME="messages" -->
20     <div class="message">
21         <pre><!-- TMPL_VAR NAME="content" --></pre>
22     </div>
23     <!--/TMPL_LOOP -->
24 </body>
25 </html>