Bug 32977: Add callnumber column to boraccount.tt
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / printnotice.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% SET footerjs = 1 %]
5
6 [% INCLUDE 'doc-head-open.inc' %]
7 <title>[% title | html %] &rsaquo; Patrons &rsaquo; Koha</title>
8 [% INCLUDE 'doc-head-close.inc' %]
9
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" />
12
13 [% Asset.css("css/print.css") | $raw %]
14 [% IF ( Koha.Preference('SlipCSS') ) %]
15 <link rel="stylesheet" type="text/css" href="[% Koha.Preference('SlipCSS') | $raw %]" />
16 [% END %]
17 </head>
18
19 <body id="members_printslip" class="member">
20     <div id="slip">
21         [% IF plain %]
22             <pre>[% IF ( slip ) %][% slip | html %][% ELSE %]No slip template found[% END %]</pre>
23         [% ELSE %]
24             [% IF ( slip ) %][% slip | $raw %][% ELSE %]No slip template found[% END %]
25         [% END %]
26     </div>
27
28 [% MACRO jsinclude BLOCK %]
29     [% INCLUDE 'slip-print.inc' #printThenClose %]
30 [% END %]
31
32 [% INCLUDE 'intranet-bottom.inc' %]