added the reserves, and if fines over $5 flags a message.
[koha.git] / koha-tmpl / opac-tmpl / default / en / opac-user.tmpl
1 <TMPL_INCLUDE NAME="members-top.inc">
2
3 <TMPL_LOOP NAME="BORROWER_INFO">
4
5 <table align=right cellpadding=10 cellspacing=0 border=1 width=200 >
6 <tr   bgcolor="#fecc99" >
7 <td><b>ARE OUR RECORDS CORRECT?</B></td></tr>
8 <tr>
9 <td><font size=1 face="arial,helvetica">
10 Library Card: <TMPL_VAR NAME="cardnumber"> <p>
11 <TMPL_VAR NAME="firstname"> <TMPL_VAR NAME="surname"> (<TMPL_VAR NAME="title">) <br>
12 <TMPL_VAR NAME="streetaddress">, <TMPL_VAR NAME="city"><br>
13 <TMPL_VAR NAME="phone"> (hm)<br>
14 <TMPL_VAR NAME="faxnumber"> (wk)<br>
15
16 <TMPL_VAR NAME="emailaddress"><p>
17
18 Are any of our records incorrect? Have you moved recently, got a new phone number or e-mail address?<p>
19
20 ??? Link goes here to update record page ???
21
22 </td></tr></table>
23
24
25
26 <font size=6><em>Hi <TMPL_VAR NAME="firstname"> <TMPL_VAR NAME="surname"></em></font> 
27 [<a href="/cgi-bin/koha/opac-logout.pl">Logout</a>]<p>
28
29
30
31 <TMPL_IF NAME="amountoverfive">
32
33 <table  cellpadding=10 cellspacing=0 border=1 >
34 <tr   bgcolor="#fecc99" >
35 <td><font face="arial,helvetica" color="red" size=+2><B>You have Outstanding charges and fines of <TMPL_VAR NAME="amountoutstanding"></B></font><P></td></tr></table>
36
37 </TMPL_IF>
38
39 </TMPL_LOOP>
40
41 <TMPL_IF NAME="waiting_count">
42    <table  cellpadding=5 cellspacing=0 border=0><tr bgcolor="#fecc99" >
43    <td colspan=2><font color="red" face="arial,helvetica" size=+2><B>
44    You have reserved items waiting:
45    </B></font><P></td></tr>
46       <TMPL_LOOP NAME="WAITING">
47       <tr><td><b><TMPL_VAR NAME="btitle"></b></td><td>pick up at: <b><TMPL_VAR NAME="branch"></b></td></tr>
48       </TMPL_LOOP>
49    </table>
50 </TMPL_IF>
51
52 <p>
53
54 <TMPL_IF NAME="issues_count">
55
56 You have <TMPL_VAR NAME="issues_count"> items currently issued.<br>
57
58 <TABLE  CELLPADDING=5  CELLSPACING=0 border=1 >
59
60 <TR VALIGN=TOP  bgcolor="#99cccc">
61 <TD><B>Title</B></TD>
62 <TD><B>Author</B></TD>
63 <TD><B>Due date</B></TD>
64 <TD><B>Itemtype</B></TD>
65 <TD><B>Charges</B></TD>
66 <TD><B>Status</B></TD>
67 </TR>
68
69 <TMPL_LOOP NAME="ISSUES">
70
71 <TR VALIGN=TOP>
72 <TD><TMPL_VAR NAME="title"></TD>
73 <TD><TMPL_VAR NAME="author"></TD>
74 <TD><TMPL_VAR NAME="date_due"></TD>
75 <TD><TMPL_VAR NAME="itemtype"></TD>
76 <TD><TMPL_VAR NAME="charges"></TD>
77 <TD><TMPL_VAR NAME="status"></TD>
78 </TR>
79
80 </TMPL_LOOP>
81 </table>
82
83 <TMPL_ELSE>
84 You have no items on issue.
85 </TMPL_IF>
86
87 <p>
88
89
90 <TMPL_IF NAME="reserves_count">
91
92 You have <TMPL_VAR NAME="reserves_count"> items currently reserved.<br>
93
94 <TABLE  CELLPADDING=5  CELLSPACING=0 border=1 >
95
96 <TR VALIGN=TOP  bgcolor="#99cccc">
97 <TD><B>Title</B></TD>
98 <TD><B>Author</B></TD>
99 <TD><B>Reserve date</B></TD>
100 </TR>
101
102 <TMPL_LOOP NAME="RESERVES">
103
104 <TR VALIGN=TOP>
105 <TD><TMPL_VAR NAME="btitle"></TD>
106 <TD><TMPL_VAR NAME="author"></TD>
107 <TD><TMPL_VAR NAME="reservedate"></TD>
108 </TR>
109
110 </TMPL_LOOP>
111 </table>
112 </TMPL_IF>
113
114
115 <TMPL_INCLUDE NAME="opac-bottom.inc">
116