Minor bug fix : all Branches option was not translatable
[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
7 <div id="doc3">
8    
9    <div id="bd">
10
11 <h3>Library</h3>
12 <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><br /><!-- /TMPL_IF -->
13 Issued To <a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber">"><!-- TMPL_VAR NAME="cardnumber" --></a><br />
14 <!-- TMPL_VAR NAME="todaysdate" --><br />
15 <table>
16         <caption>Issues</caption>
17         <tr>
18                 <th>Date Due</th>
19                 <th>Title</th>
20         </tr>
21
22         <!-- TMPL_loop name="issueloop" -->
23         <!-- TMPL_IF name="red" --><!-- TMPL_ELSE -->
24                 <tr>
25                 <td><!-- TMPL_VAR NAME="date_due" --></td>
26                 <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>
27                 </tr>
28         <!-- /TMPL_IF -->
29         <!-- /TMPL_LOOP -->
30         </table>
31         
32         <table>
33         <caption>Overdues</caption>
34         <tr>
35         <th>Date Due</th>
36         <th>Title</th>
37         </tr>
38         <!-- TMPL_LOOP NAME="issueloop" -->
39         <!-- TMPL_IF NAME="red" --><tr>
40         <td><!-- TMPL_VAR NAME="date_due" --></td>
41         <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>
42         </tr>
43         <!-- /TMPL_IF -->
44         <!-- /TMPL_LOOP -->
45         </table>
46
47
48 <!-- endmenu -->
49
50 </div>
51
52 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->