Merge remote branch 'magnus/bug3644-normarc' into new/pending_qa/enh/bug_3644
[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 <style type="text/css" media="print">
9    .yui-t7, #custom-doc { min-width:0; width:auto; }
10 </style>
11 </head>
12 <body>
13
14 <div id="custom-doc" class="yui-t7">
15    <div id="bd">
16         
17
18 <table>
19 <tr><td colspan="3"><h3><!-- TMPL_VAR NAME="libraryname" --></h3></td></tr>
20 <tr><td colspan="3"><b>Title:</b> <!-- TMPL_VAR NAME="title" escape="html" --><br />
21 <!-- TMPL_VAR NAME="issue" --></td></tr>
22 <tr><td><b>Name</b></td>
23     <td><b>Date Due</b></td></tr>
24 <!-- TMPL_LOOP NAME="memberloop" -->
25         <tr><td><!-- TMPL_VAR NAME="name" --></td>
26             <td>&nbsp;</td></tr>
27 <!-- /TMPL_LOOP -->
28 </table>
29 <p><b>Notes:</b> Please return this item promptly as others are waiting for it.
30 <br /><!-- TMPL_VAR NAME="routingnotes" --></p>
31    <div id="slip-block-links" class="noprint">
32    <a class="button" href="javascript:window.print();self.close()">Print</a> &nbsp; <a class="button" href="javascript:self.close()">Close</a>
33    </div>
34
35    </div>
36
37 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->