1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha › Serials › Routing slip preview</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 <script type="text/javascript">
5 $(document).ready(function(){
6 $("#print_slip").on("click",function(e){
13 <style type="text/css">
14 #custom-doc { width:38.46em;*width:37.53em;min-width:500px; margin:auto; text-align:left; }
16 <style type="text/css" media="print">
17 .yui-t7, #custom-doc { min-width:0; width:auto; }
20 <body id="ser_routing-preview-slip" class="ser">
22 <div id="custom-doc" class="yui-t7">
27 <td colspan="2"><h3>[% libraryname %]</h3></td>
30 <td colspan="2"><b>Title:</b> [% title |html %]<br />[% issue %]</td>
34 <td><b>Date due</b></td>
36 [% FOREACH memberloo IN memberloop %]
38 <td>[% memberloo.name %]</td>
44 <div id="routingnotes">
45 <p id="generalroutingnote">[% generalroutingnote %]</p>
46 <p id="routingnote">[% routingnotes %]</p>
49 <div id="closewindow" class="noprint"><a class="btn btn-default btn-default" id="print_slip" href="#"><i class="fa fa-print"></i> Print</a> <a class="btn btn-default btn-default close" href="#">Close</a></div>
53 [% INCLUDE 'intranet-bottom.inc' %]