Minor display changes.
[koha.git] / koha-tmpl / intranet-tmpl / default / de / members / moremember-receipt.tmpl
1 <!-- TMPL_INCLUDE NAME="members-top.inc" -->
2
3 <!-- main site -->
4 <div id="mainbloc">
5 <h2><!-- TMPL_VAR name="LibraryName" --></h2>
6 <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><br><!-- /TMPL_IF -->
7 Issued To <a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber">"><!-- TMPL_VAR NAME="cardnumber" --></a><br>
8 <!-- TMPL_VAR NAME="todaysdate" --><br>
9 <table>
10         <caption>Ausleihen</caption>
11         <tr>
12                 <th>R&uuml;ckgabedatum</th>
13                 <th>Titel</th>
14         </tr>
15         <!-- TMPL_loop name="issueloop" -->
16         <!-- TMPL_IF name="red" --><!-- TMPL_ELSE -->
17                 <tr>
18                 <td><!-- TMPL_VAR NAME="date_due" --></td>
19                 <td><a href="/cgi-bin/koha/detail.pl?item=<!-- TMPL_VAR NAME="itemnumber" -->&amp;bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->"><!-- TMPL_VAR NAME="title" --></a></td>
20                 </tr>
21         <!-- /TMPL_IF -->
22         <!-- /TMPL_LOOP -->
23         </table>
24         
25         <table>
26         <caption>Overdues</caption>
27         <tr>
28         <th>R&uuml;ckgabedatum</th>
29         <th>Titel</th>
30         </tr>
31         <!-- TMPL_LOOP NAME="issueloop" -->
32         <!-- TMPL_IF NAME="red" --><tr>
33         <td><!-- TMPL_VAR NAME="date_due" --></td>
34         <td><a href="/cgi-bin/koha/detail.pl?item=<!-- TMPL_VAR NAME="itemnumber" -->&amp;bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->"><!-- TMPL_VAR NAME="title" --></a></td>
35         </tr>
36         <!-- /TMPL_IF -->
37         <!-- /TMPL_LOOP -->
38         </table>
39
40 </div>
41 <!-- endmenu -->
42 <!-- TMPL_INCLUDE NAME="members-bottom.inc" -->