synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
[koha.git] / koha-tmpl / opac-tmpl / css / en / opac-user.tmpl
1 <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
2 <div id="mainbloc">
3 <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
4         <div class="bloc20">
5                 <h2>Are our records correct?</h2>
6                 <p>Library Card: <!-- TMPL_VAR NAME="cardnumber" --> </p>
7                 <p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->
8                 <p>Work address: <!-- TMPL_VAR NAME="streetaddress" -->, <!-- TMPL_VAR NAME="city" --></p>
9                 <p>Home address: <!-- TMPL_VAR name='physstreet' --></p>
10                 <p><!-- TMPL_IF name="phone" -->Home phone: <!-- TMPL_VAR NAME="phone" --><!-- /TMPL_IF --></p>
11                 <p><!-- TMPL_IF name="faxnumber" -->Fax: <!-- TMPL_VAR NAME="faxnumber" --><!-- /TMPL_IF --></p>
12                 <p><!-- TMPL_VAR NAME="emailaddress" --></p>
13                 <p><a href="/cgi-bin/koha/opac-userupdate.pl" class="button">Update Record</a></p>
14                 <!-- TMPL_IF name="OpacPasswordChange" -->
15                         <p><a href="/cgi-bin/koha/opac-passwd.pl" class="button">Change your password</a></p>
16                 <!-- /TMPL_IF -->
17                 <!-- TMPL_IF name="textmessaging"-->
18                         <h2>Message from the library</h2>
19                         <!-- TMPL_VAR name="textmessaging" -->
20                 <!-- /TMPL_IF -->
21
22         </div>
23         <!-- TMPL_IF NAME="amountoverfive" -->
24         <div class="bloc20">
25                 <h2>You have outstanding charges and fines of <!-- TMPL_VAR NAME="amountoutstanding" --></b>
26                 <a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
27         </div>
28         <!-- /TMPL_IF -->
29
30         <!-- TMPL_IF NAME="amountoverzero" -->
31         <div class="bloc20">
32                 <h2>You have outstanding charges and fines of <!-- TMPL_VAR NAME="amountoutstanding" --></h2>
33                 <a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
34         </div>
35         <!-- /TMPL_IF -->
36
37         <!-- TMPL_IF NAME"amountlessthanzero" -->
38         <div class="bloc20">
39                 <p>You have a credit of <!-- TMPL_VAR NAME="amountoutstanding" --></p>
40                 <a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
41         </div>
42         <!-- /TMPL_IF -->
43
44 <!-- /TMPL_LOOP -->
45
46         <!-- TMPL_IF NAME="waiting_count" -->
47         <div class="bloc60">
48                 <h2>You have reserved items waiting:</h2>
49                 <ul>
50                         <!-- TMPL_LOOP NAME="WAITING" -->
51                                 <li><!-- TMPL_VAR NAME="btitle" -->, pick up at: <b><!-- TMPL_VAR NAME="branch" --></b></li>
52                         <!-- /TMPL_LOOP -->
53                 </ul>
54         </div>
55         <!-- /TMPL_IF -->
56
57         <div class="bloc60">
58                 <!-- TMPL_IF NAME="issues_count" -->
59                         <h2>You have <b><!-- TMPL_VAR NAME="issues_count" --></b> items currently issued.</h2>
60                         <table>
61                                 <tr>
62                                         <th>Title</th>
63                                         <th>Author</th>
64                                         <th>Due date</th>
65                                         <th>Itemtype</th>
66                                         <th>Barcode</th>
67                                         <th>Charges</th>
68                                         <th>Renewable</th>
69                                 </tr>
70                                 <!-- TMPL_LOOP NAME="ISSUES" -->
71                                         <!-- TMPL_IF name="overdue"-->
72                                                 <tr>
73                                                         <td><!-- TMPL_VAR NAME="title" --></td>
74                                                         <td><!-- TMPL_VAR NAME="author" --></td>
75                                                         <td><b>OVERDUE <!-- TMPL_VAR NAME="date_due" --></b></td>
76                                                         <td><!-- TMPL_VAR NAME="itemtype" --></td>
77                                                         <td><!-- TMPL_VAR NAME="barcode" --></td>
78                                                         <td><!-- TMPL_IF NAME="charges" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
79                                                         <td><!-- TMPL_IF NAME="status" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
80                                                 </tr>
81                                         <!-- TMPL_ELSE -->
82                                                 <tr>
83                                                         <td><!-- TMPL_VAR NAME="title" --></td>
84                                                         <td><!-- TMPL_VAR NAME="author" --></td>
85                                                         <td><!-- TMPL_VAR NAME="date_due" --></td>
86                                                         <td><!-- TMPL_VAR NAME="itemtype" --></td>
87                                                         <td><!-- TMPL_VAR NAME="barcode" --></td>
88                                                         <td><!-- TMPL_IF NAME="charges" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
89                                                         <td><!-- TMPL_IF NAME="status" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
90                                                 </tr>
91                                         <!-- /TMPL_IF -->
92                                 <!-- /TMPL_LOOP -->
93                         </table>
94                 <!-- TMPL_ELSE -->
95                         <h2>You have no items on issue.</h2>
96                 <!-- /TMPL_IF -->
97         </div>
98
99         <!-- TMPL_IF NAME="reserves_count" -->
100         <div class="bloc60">
101                 <h2>You have <b><!-- TMPL_VAR NAME="reserves_count" --></b> items currently reserved.</h2>
102                 <table cellspacing="0" align="center">
103                         <tr>
104                                 <th>Title</th>
105                                 <th>Author</th>
106                                 <th>Reserve date</th>
107                         </tr>
108                         <!-- TMPL_LOOP NAME="RESERVES" -->
109                                 <tr valign="top">
110                                 <td><!-- TMPL_VAR NAME="btitle" --></td>
111                                 <td><!-- TMPL_VAR NAME="author" --></td>
112                                 <td><!-- TMPL_VAR NAME="reservedate" --></td>
113                                 </tr>
114                         <!-- /TMPL_LOOP -->
115                 </table>
116                 <br />
117         </div>
118         <!-- /TMPL_IF -->
119         <!-- TMPL_IF name="alertloop" -->
120                 <div class="bloc60">
121                 <h2 class="members">Alert subscriptions</h2>
122                         <table>
123                         <tr>
124                                 <th>Type</th>
125                                 <th>on</th>
126                         </tr>
127
128                         <!-- TMPL_LOOP NAME="alertloop" -->
129                                 <tr>
130                                         <td><!-- TMPL_IF name="issue" -->Serial issue<!-- /TMPL_IF --></td>
131                                         <td><!-- TMPL_VAR name="relatedto" --></td>
132                                 </tr>
133                         <!-- /TMPL_LOOP -->
134                         </table>
135                 </div>
136         <!-- /TMPL_IF -->
137
138 </div>
139 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
140