Merge remote-tracking branch 'kc/new/enh/bug_5922' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / routing-preview-slip.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Serials  &rsaquo; Routing Slip Preview</title>
3 [% INCLUDE '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>[% libraryname %]</h3></td></tr>
20 <tr><td colspan="3"><b>Title:</b> [% title |html %]<br />
21 [% issue %]</td></tr>
22 <tr><td><b>Name</b></td>
23     <td><b>Date Due</b></td></tr>
24 [% FOREACH memberloo IN memberloop %]
25         <tr><td>[% memberloo.name %]</td>
26             <td>&nbsp;</td></tr>
27 [% END %]
28 </table>
29 <p><b>Notes:</b> Please return this item promptly as others are waiting for it.
30 <br />[% 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 [% INCLUDE 'intranet-bottom.inc' %]