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