19aa69c4f46b0d6402c634fca33dc2d1e5d4b95e
[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         <div class="yui-g">
14
15 <table cellspacing="0" cellpadding="0" border="0" class="collapse routingslip">
16 <tr><td class="cell" colspan="3"><h3><!-- TMPL_VAR NAME="libraryname" --></h3></td></tr>
17 <tr><td class="cell" colspan="3"><b>Title:</b> <!-- TMPL_VAR NAME="title" --><br />
18 <!-- TMPL_VAR NAME="issue" --></td></tr>
19 <tr><td class="cell"><b>Name/Location</b></td>
20     <td class="cell"><b>Date Due</b></td></tr>
21 <!-- TMPL_LOOP NAME="memberloop" -->
22         <tr><td class="name"><b><!-- TMPL_VAR NAME="name" --></b> <!-- TMPL_VAR NAME="location" --></td>
23             <td class="date">&nbsp;</td></tr>
24 <!-- /TMPL_LOOP -->
25 </table>
26 <p><b>Notes:</b> Please return this journal
27 promptly as others are waiting.
28 <br /><!-- TMPL_VAR NAME="routingnotes" --></p>
29    <div id="slip-block-links">
30    <a class="button" href="javascript:window.print();self.close()">Print</a> &nbsp; <a class="button" href="javascript:self.close()">Close</a>
31    </div>
32
33    </div>
34    </div>
35
36 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->