more little changes from hlt
[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=5 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=2 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 <a href="/cgi-bin/koha/opac-userupdate.pl">Update Record</a>
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 <TMPL_IF NAME="amountoverfive">
31 <table cellpadding=5 cellspacing=0 border=1>
32 <tr bgcolor="#fecc99">
33 <td>
34 <font face="arial,helvetica" color="red" size=+2><B>You have Outstanding charges and fines of <TMPL_VAR NAME="amountoutstanding"></B></font>
35 </td></tr></table>
36
37 </TMPL_IF>
38
39 <TMPL_IF NAME="amountoverzero">
40 <table cellpadding=5 cellspacing=0 border=1>
41 <tr bgcolor="#fecc99">
42 <td>
43 <td><font face="arial,helvetica" size=+2><B>You have Outstanding charges and fines of <TMPL_VAR NAME="amountoutstanding"></B></font>
44 </td></tr></table>
45 </TMPL_IF>
46
47 <TMPL_IF NAME"amountlessthanzero">
48 <table cellpadding=5 cellspacing=0 border=1>
49 <tr bgcolor="#fecc99">
50 <td>
51 <td><font face="arial,helvetica" size=+2><B>You have a credit of <TMPL_VAR NAME="amountoutstanding"></B></font>
52 </td></tr></table>
53 </TMPL_IF>
54 <a href='/cgi-bin/koha/opac-account.pl'>View Accounts</a>
55
56 </TMPL_LOOP>
57
58 <TMPL_IF NAME="waiting_count">
59    <table  cellpadding=5 cellspacing=0 border=0><tr bgcolor="#fecc99" >
60    <td colspan=2><font color="red" face="arial,helvetica" size=+2><B>
61    You have reserved items waiting:
62    </B></font><P></td></tr>
63       <TMPL_LOOP NAME="WAITING">
64       <tr><td><b><TMPL_VAR NAME="btitle"></b></td><td>pick up at: <b><TMPL_VAR NAME="branch"></b></td></tr>
65       </TMPL_LOOP>
66    </table>
67 </TMPL_IF>
68
69 <p>
70
71 <TMPL_IF NAME="issues_count">
72
73 You have <TMPL_VAR NAME="issues_count"> items currently issued.<br>
74
75 <TABLE  CELLPADDING=5  CELLSPACING=0 border=1 >
76
77 <TR VALIGN=TOP  bgcolor="#99cccc"  background='<TMPL_VAR NAME="themelang">/images/background-opac.gif'>
78 <TD><B>Title</B></TD>
79 <TD><B>Author</B></TD>
80 <TD><B>Due date</B></TD>
81 <TD><B>Itemtype</B></TD>
82 <TD><B>Charges</B></TD>
83 <TD><B>Current Loan</B></TD>
84 </TR>
85
86 <TMPL_LOOP NAME="ISSUES">
87
88 <TR VALIGN=TOP>
89 <TD><TMPL_VAR NAME="title"></TD>
90 <TD><TMPL_VAR NAME="author"></TD>
91 <TD><TMPL_VAR NAME="date_due"></TD>
92 <TD><TMPL_VAR NAME="itemtype"></TD>
93 <TD><TMPL_VAR NAME="charges"></TD>
94 <TD><TMPL_VAR NAME="status"></TD>
95 </TR>
96
97 </TMPL_LOOP>
98 </table>
99
100 <TMPL_ELSE>
101 You have no items on issue.
102 </TMPL_IF>
103
104 <p>
105
106
107 <TMPL_IF NAME="reserves_count">
108
109 You have <TMPL_VAR NAME="reserves_count"> items currently reserved.<br>
110
111 <TABLE  CELLPADDING=5  CELLSPACING=0 border=1 >
112
113 <TR VALIGN=TOP  bgcolor="#99cccc" background='<TMPL_VAR NAME="themelang">/images/background-opac.gif'>
114 <TD><B>Title</B></TD>
115 <TD><B>Author</B></TD>
116 <TD><B>Reserve date</B></TD>
117 </TR>
118
119 <TMPL_LOOP NAME="RESERVES">
120
121 <TR VALIGN=TOP>
122 <TD><TMPL_VAR NAME="btitle"></TD>
123 <TD><TMPL_VAR NAME="author"></TD>
124 <TD><TMPL_VAR NAME="reservedate"></TD>
125 </TR>
126
127 </TMPL_LOOP>
128 </table>
129 </TMPL_IF>
130
131
132 <TMPL_INCLUDE NAME="opac-bottom.inc">
133