More fixes for Bug 2600, enabling the appearance of HTML tags in item titles. Resubmi...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / routing-preview-slip.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Serials  &rsaquo; Routing Slip Preview</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4
5 <style type="text/css">
6    #custom-doc { width:38.46em;*width:37.53em;min-width:500px; margin:auto; text-align:left; }
7    </style>
8 </head>
9 <body>
10
11 <div id="custom-doc" class="yui-t7">
12    <div id="bd">
13         
14
15 <table>
16 <tr><td colspan="3"><h3><!-- TMPL_VAR NAME="libraryname" --></h3></td></tr>
17 <tr><td colspan="3"><b>Title:</b> <!-- TMPL_VAR NAME="title" escape="html" --><br />
18 <!-- TMPL_VAR NAME="issue" --></td></tr>
19 <tr><td><b>Name/Location</b></td>
20     <td><b>Date Due</b></td></tr>
21 <!-- TMPL_LOOP NAME="memberloop" -->
22         <tr><td><b><!-- TMPL_VAR NAME="name" --></b> <!-- TMPL_VAR NAME="location" --></td>
23             <td>&nbsp;</td></tr>
24 <!-- /TMPL_LOOP -->
25 </table>
26 <p><b>Notes:</b> Please return this item promptly as others are waiting for it.
27 <br /><!-- TMPL_VAR NAME="routingnotes" --></p>
28    <div id="slip-block-links">
29    <a class="button" href="javascript:window.print();self.close()">Print</a> &nbsp; <a class="button" href="javascript:self.close()">Close</a>
30    </div>
31
32    </div>
33
34 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->