]> git.koha-community.org Git - koha.git/blob - koha-tmpl/opac-tmpl/css/en/opac-user.tmpl
synch'ing 2.0.0 branch (RC4 tag) and head
[koha.git] / koha-tmpl / opac-tmpl / css / en / opac-user.tmpl
1 <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
2 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/opac-user.css">
3 <div id="mainbloc">
4 <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
5         <div id="bloc20">
6                 <h2>Are our records correct ?</h2>
7                 <p>Library Card: <!-- TMPL_VAR NAME="cardnumber" --> </p>
8                 <p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> (<!-- TMPL_VAR NAME="title" -->) </p>
9                 <p><!-- TMPL_VAR NAME="streetaddress" -->, <!-- TMPL_VAR NAME="city" --></p
10                 <p><!-- TMPL_VAR NAME="phone" --> (hm)</p>
11                 <p><!-- TMPL_VAR NAME="faxnumber" --> (wk)</p>
12                 <p><!-- TMPL_VAR NAME="emailaddress" --></p>
13                 <p>Something new : <a href="/cgi-bin/koha/opac-userupdate.pl" class="button">Update Record</a></p>
14         </div>
15         <!-- TMPL_IF NAME="amountoverfive" -->
16         <div id="bloc20">
17                 <h2>You have outstanding charges and fines of <!-- TMPL_VAR NAME="amountoutstanding" --></b>
18                 <a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
19         </div>
20         <!-- /TMPL_IF -->
21
22         <!-- TMPL_IF NAME="amountoverzero" -->
23         <div id="bloc20">
24                 <h2>You have outstanding charges and fines of <!-- TMPL_VAR NAME="amountoutstanding" --></h2>
25                 <a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
26         </div>
27         <!-- /TMPL_IF -->
28
29         <!-- TMPL_IF NAME"amountlessthanzero" -->
30         <div id="bloc20">
31                 <p>You have a credit of <!-- TMPL_VAR NAME="amountoutstanding" --></p>
32                 <a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
33         </div>
34         <!-- /TMPL_IF -->
35
36 <!-- /TMPL_LOOP -->
37
38 <!-- TMPL_IF NAME="waiting_count" -->
39 <div id="bloc60">
40         <h2>You have reserved items waiting:</h2>
41         <ul>
42                 <!-- TMPL_LOOP NAME="WAITING" -->
43                         <li><!-- TMPL_VAR NAME="btitle" -->, pick up at: <b><!-- TMPL_VAR NAME="branch" --></b></li>
44                 <!-- /TMPL_LOOP -->
45         </ul>
46 </div>
47 <!-- /TMPL_IF -->
48
49 <div id="bloc60">
50         <!-- TMPL_IF NAME="issues_count" -->
51                 You have <b><!-- TMPL_VAR NAME="issues_count" --></b> items currently issued.<br>
52                 <table cellspacing=0 >
53                         <tr>
54                                 <th>Title</th>
55                                 <th>Author</th>
56                                 <th>Due date</th>
57                                 <th>Itemtype</th>
58                                 <th>Charges</th>
59                                 <th>Current Loan</th>
60                         </TR>
61                         <!-- TMPL_LOOP NAME="ISSUES" -->
62                                 <TR>
63                                         <TD><!-- TMPL_VAR NAME="title" --></TD>
64                                         <TD><!-- TMPL_VAR NAME="author" --></TD>
65                                         <TD><!-- TMPL_VAR NAME="date_due" --></TD>
66                                         <TD><!-- TMPL_VAR NAME="itemtype" --></TD>
67                                         <TD><!-- TMPL_IF NAME="charges" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></TD>
68                                         <TD><!-- TMPL_IF NAME="status" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></TD>
69                                 </TR>
70                         <!-- /TMPL_LOOP -->
71                 </table>
72         <!-- TMPL_ELSE -->
73                 <h2>You have no items on issue.</h2>
74         <!-- /TMPL_IF -->
75 </div>
76
77 <!-- TMPL_IF NAME="reserves_count" -->
78 <div id="bloc60">
79         <h2>You have <b><!-- TMPL_VAR NAME="reserves_count" --></b> items currently reserved.</h2>
80         <table cellspacing=0 align="center">
81                 <Tr>
82                         <th>Title</th>
83                         <th>Author</th>
84                         <th>Reserve date</th>
85                 </TR>
86                 <!-- TMPL_LOOP NAME="RESERVES" -->
87                         <TR VALIGN=TOP>
88                         <TD><!-- TMPL_VAR NAME="btitle" --></TD>
89                         <TD><!-- TMPL_VAR NAME="author" --></TD>
90                         <TD><!-- TMPL_VAR NAME="reservedate" --></TD>
91                         </TR>
92                 <!-- /TMPL_LOOP -->
93         </table>
94         <br/>
95 </div>
96 <!-- /TMPL_IF -->
97 </div>
98 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
99