Bug 11265: ensure current locale is selected when editing a subscription
[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 id="ser_routing-preview-slip" class="ser">
13
14 <div id="custom-doc" class="yui-t7">
15    <div id="bd">
16
17 <table>
18     <tr>
19         <td colspan="2"><h3>[% libraryname %]</h3></td>
20     </tr>
21     <tr>
22         <td colspan="2"><b>Title:</b> [% title |html %]<br />[% issue %]</td>
23     </tr>
24     <tr>
25         <td><b>Name</b></td>
26         <td><b>Date due</b></td>
27     </tr>
28     [% FOREACH memberloo IN memberloop %]
29     <tr>
30         <td>[% memberloo.name %]</td>
31         <td>&nbsp;</td>
32     </tr>
33     [% END %]
34 </table>
35
36 <div id="routingnotes">
37     <p id="generalroutingnote">[% generalroutingnote %]</p>
38     <p id="routingnote">[% routingnotes %]</p>
39 </div>
40
41    <div id="slip-block-links" class="noprint">
42    <a class="button" href="javascript:window.print();self.close()">Print</a> &nbsp; <a class="button" href="javascript:self.close()">Close</a>
43    </div>
44
45    </div>
46
47 [% INCLUDE 'intranet-bottom.inc' %]