Bug 13618: Remove html filters at the intranet
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / moremember-receipt.tt
1 [% USE Koha %]
2 [% INCLUDE 'doc-head-open.inc' %]
3 <title>Print Receipt for [% cardnumber %]</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5 <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" />
6  <link rel="stylesheet" type="text/css" href="[% themelang %]/css/print.css" />
7
8 [% INCLUDE 'slip-print.inc' #printThenClose %]
9 </head>
10 <body id="pat_moremember-receipt" class="pat" onload="printThenClose();">
11
12 <div id="receipt">
13
14 <h3>[% LibraryName %]</h3>
15 [% IF ( branchname ) %][% branchname %]<br />[% END %]
16 Checked out to [% firstname %] [% surname %] <br />
17 (<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% cardnumber %]">[% cardnumber %]</a>)<br />
18
19 [% todaysdate %]<br />
20
21 [% IF ( quickslip ) %]
22 <h4>Checked out today</h4>
23 [% FOREACH issueloo IN issueloop %]
24 [% IF ( issueloo.red ) %][% ELSE %]
25 [% IF ( issueloo.today ) %]
26 <p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title %]</a><br />
27 Barcode: [% issueloo.barcode %]<br />
28 Date due: [% issueloo.date_due %]<br /></p>
29     [% END %]
30     [% END %]
31     [% END %]
32
33 [% ELSE %]
34 <h4>Checked out</h4>
35 [% FOREACH issueloo IN issueloop %]
36 [% IF ( issueloo.red ) %][% ELSE %]
37 <p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title %]</a><br />
38 Barcode: [% issueloo.barcode %]<br />
39 Date due: [% issueloo.date_due %]<br /></p>
40     [% END %]
41     [% END %]
42
43 [% END %]
44
45 [% IF ( quickslip ) %]
46 [% ELSE %]
47 [% IF ( overdues_exist ) %]
48 <h4>Overdues</h4>
49     [% FOREACH issueloo IN issueloop %]
50     [% IF ( issueloo.red ) %]
51 <p><a href="/cgi-bin/koha/catalogue/detail.pl?item=[% issueloo.itemnumber %]&amp;biblionumber=[% issueloo.biblionumber %]&amp;bi=[% issueloo.biblioitemnumber %]">[% issueloo.title %]</a><br />
52 Barcode: [% issueloo.barcode %]<br />
53 Date due: [% issueloo.date_due %]</p>
54 [% END %]
55 [% END %]
56 [% END %]
57 [% END %]
58
59 [% IF ( koha_news_count ) %]
60             <hr><h4 style="text-align: center; font-style:italic;">News</h4>
61                        <!-- [% koha_news_count %] recent news item(s) -->
62             [% FOREACH koha_new IN koha_news %]
63                     <div class="newsitem" id="news[% koha_new.idnew %]"><h5 style="margin-bottom: 1px; margin-top: 1px"><b>[% koha_new.title %]</b></h5>
64                                         <p style="margin-bottom: 1px; margin-top: 1px">[% koha_new.new %]</p>
65                                        <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px"> Posted on [% koha_new.newdate %]
66
67 </p><hr /></div>
68             [% END %]
69 [% END %]
70
71
72 [% INCLUDE 'intranet-bottom.inc' %]