More work on resident search, adding breadcrumbs and resident search to member pages.
[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 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8 <div id="doc3" class="yui-t2">
9    
10    <div id="bd">
11         <div id="yui-main">
12         <div class="yui-b"><div class="yui-g">
13
14 <h3>Library</h3>
15 <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><br /><!-- /TMPL_IF -->
16 Issued To <a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber">"><!-- TMPL_VAR NAME="cardnumber" --></a><br />
17 <!-- TMPL_VAR NAME="todaysdate" --><br />
18 <table>
19         <caption>Issues</caption>
20         <tr>
21                 <th>Date Due</th>
22                 <th>Title</th>
23         </tr>
24
25         <!-- TMPL_loop name="issueloop" -->
26         <!-- TMPL_IF name="red" --><!-- TMPL_ELSE -->
27                 <tr>
28                 <td><!-- TMPL_VAR NAME="date_due" --></td>
29                 <td><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" --></a></td>
30                 </tr>
31         <!-- /TMPL_IF -->
32         <!-- /TMPL_LOOP -->
33         </table>
34         
35         <table>
36         <caption>Overdues</caption>
37         <tr>
38         <th>Date Due</th>
39         <th>Title</th>
40         </tr>
41         <!-- TMPL_LOOP NAME="issueloop" -->
42         <!-- TMPL_IF NAME="red" --><tr>
43         <td><!-- TMPL_VAR NAME="date_due" --></td>
44         <td><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" --></a></td>
45         </tr>
46         <!-- /TMPL_IF -->
47         <!-- /TMPL_LOOP -->
48         </table>
49
50
51 <!-- endmenu -->
52
53 </div>
54 </div>
55 </div>
56
57 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->