4 [% IF ( bidi ) %]<html lang="[% lang %]" dir="[% bidi %]">[% ELSE %]<html lang="[% lang %]">[% END %]
6 <title>Koha › Tools › Spine labels</title>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8 [% Asset.css("css/spinelabel.css") %]
11 .noprint { display: none; }
14 [% IF ( IntranetUserCSS ) %]<style>[% IntranetUserCSS %]</style>[% END %]
17 [% IF ( BarcodeNotFound ) %]
18 <body id="labels_spinelabel-print" class="tools labels">
19 <p>The barcode [% Barcode |html %] was not found.</p>
20 <p><a href="spinelabel-home.pl">Return to spine label printer</a></p>
22 [% IF ( autoprint ) %]
23 <body id="labels_spinelabel-print" class="tools labels" onload="window.print()">
25 <body id="labels_spinelabel-print" class="tools labels">
27 <span id="spinelabel" class="label">
30 <span id="print_button" class="noprint">
31 <button onclick="window.print()">Print this slabel</button>
35 [% IF ( IntranetUserJS ) %]
36 [% Asset.js( "lib/jquery/jquery-2.2.3.min.js" ) %]
37 [% Asset.js( "lib/jquery/jquery-migrate-1.3.0.min.js" ) %]
43 [% INCLUDE 'popup-bottom.inc' %]