Reformatting receipt template and CSS to be more readable.
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / moremember-receipt.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Print Receipt for <!-- TMPL_VAR NAME="cardnumber" --></title>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4 <link rel="shortcut icon" href="<!-- TMPL_VAR NAME="themelang" -->/includes/favicon.ico" type="image/x-icon" />
5 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR NAME="themelang" -->/css/print.css" />
6 <script language="javascript">
7         window.print();
8         window.close();
9 </script>
10 </head>
11 <body>
12
13 <div id="receipt">
14
15 <h3><!-- TMPL_VAR name="LibraryName" --></h3>
16 <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><br /><!-- /TMPL_IF -->
17 Checked out to <a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber">"><!-- TMPL_VAR NAME="cardnumber" --></a><br />
18
19 <!-- TMPL_VAR NAME="todaysdate" --><br />
20
21 <h4>Checked Out</h4>
22 <!-- TMPL_loop name="issueloop" -->
23 <!-- TMPL_IF name="red" --><!-- TMPL_ELSE -->
24 <p><a href="/cgi-bin/koha/catalogue/detail.pl?item=<!-- TMPL_VAR NAME="itemnumber" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->"><!-- TMPL_VAR NAME="title" escape="html" --></a><br />
25 Barcode: <!-- TMPL_VAR NAME="barcode" --><br />
26 Date due: <!-- TMPL_VAR NAME="date_due" --><br /></p>
27     <!-- /TMPL_IF -->
28     <!-- /TMPL_LOOP -->
29
30
31 <!-- TMPL_IF NAME="overdues_exist" -->
32 <h4>Overdues</h4>
33     <!-- TMPL_LOOP NAME="issueloop" -->
34     <!-- TMPL_IF NAME="red" -->
35 <p><a href="/cgi-bin/koha/catalogue/detail.pl?item=<!-- TMPL_VAR NAME="itemnumber" -->&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->"><!-- TMPL_VAR NAME="title" escape="html" --></a><br />
36 Barcode: <!-- TMPL_VAR NAME="barcode" --><br />
37 Date due: <!-- TMPL_VAR NAME="date_due" --><br /></p>
38     <!-- /TMPL_IF -->
39     <!-- /TMPL_LOOP -->
40
41 <!-- /TMPL_IF -->
42
43 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->