Quick Spine Label Printer
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / spinelabel-print.tmpl
1 <html>
2         <head>
3                 <title>Koha &rsaquo; Tools &rsaquo; Spine Labels</title>
4                 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/css/spinelabel.css" />
5         </head>
6         <body <!-- TMPL_IF NAME="autoprint">onLoad="window.print()"<!-- /TMPL_IF> >
7                 <span id="spinelabel" class="label">
8                         <!-- TMPL_VAR NAME="content" -->
9                 </span>
10                 <span id="print_button">
11                         <form><input type="button" value="Print This Label" onClick="window.print()" /></form>
12                 </span>
13         </body>
14 </html>