Lines 12-18
Link Here
|
12 |
<div class="main"> |
12 |
<div class="main"> |
13 |
<ul class="breadcrumb"> |
13 |
<ul class="breadcrumb"> |
14 |
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> |
14 |
<li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">›</span></li> |
15 |
<li>[% FOREACH BORROWER_INF IN BORROWER_INFO %]<a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' category_type = BORROWER_INF.category_type firstname = BORROWER_INF.firstname surname = BORROWER_INF.surname othernames = BORROWER_INF.othernames cardnumber = BORROWER_INF.cardnumber %]</a>[% END %] <span class="divider">›</span></li> |
15 |
<li><a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' category_type = BORROWER_INFO.category_type firstname = BORROWER_INFO.firstname surname = BORROWER_INFO.surname othernames = BORROWER_INFO.othernames cardnumber = BORROWER_INFO.cardnumber %]</a> <span class="divider">›</span></li> |
16 |
<li><a href="#">Your summary</a></li> |
16 |
<li><a href="#">Your summary</a></li> |
17 |
</ul> |
17 |
</ul> |
18 |
|
18 |
|
Lines 40-50
Link Here
|
40 |
</ul> |
40 |
</ul> |
41 |
</div> |
41 |
</div> |
42 |
[% END # / IF bor_messages %] |
42 |
[% END # / IF bor_messages %] |
43 |
[% FOREACH BORROWER_INF IN BORROWER_INFO %] |
43 |
<h2>Hello, [% INCLUDE 'patron-title.inc' category_type = BORROWER_INFO.category_type firstname = BORROWER_INFO.firstname surname = BORROWER_INFO.surname othernames = BORROWER_INFO.othernames cardnumber = BORROWER_INFO.cardnumber %] |
44 |
<h2>Hello, [% INCLUDE 'patron-title.inc' category_type = BORROWER_INF.category_type firstname = BORROWER_INF.firstname surname = BORROWER_INF.surname othernames = BORROWER_INF.othernames cardnumber = BORROWER_INF.cardnumber %] |
|
|
45 |
</h2> |
44 |
</h2> |
46 |
|
45 |
|
47 |
<p><a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Click here if you're not [% BORROWER_INF.title %] [% INCLUDE 'patron-title.inc' category_type = BORROWER_INF.category_type firstname = BORROWER_INF.firstname surname = BORROWER_INF.surname othernames = BORROWER_INF.othernames cardnumber = BORROWER_INF.cardnumber %]</a></p> |
46 |
<p><a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Click here if you're not [% BORROWER_INFO.title %] [% INCLUDE 'patron-title.inc' category_type = BORROWER_INFO.category_type firstname = BORROWER_INFO.firstname surname = BORROWER_INFO.surname othernames = BORROWER_INFO.othernames cardnumber = BORROWER_INFO.cardnumber %]</a></p> |
48 |
|
47 |
|
49 |
[% IF ( patronupdate ) %]<div class="alert alert-info"><h3>Thank you!</h3><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %] |
48 |
[% IF ( patronupdate ) %]<div class="alert alert-info"><h3>Thank you!</h3><p>Your corrections have been submitted to the library, and a staff member will update your record as soon as possible.</p></div>[% END %] |
50 |
|
49 |
|
Lines 55-70
Link Here
|
55 |
</div> |
54 |
</div> |
56 |
[% END %] |
55 |
[% END %] |
57 |
|
56 |
|
58 |
[% IF ( BORROWER_INF.warndeparture ) %] |
57 |
[% IF ( BORROWER_INFO.warndeparture ) %] |
59 |
<div class="alert" id="warndeparture"> |
58 |
<div class="alert" id="warndeparture"> |
60 |
<strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% BORROWER_INF.warndeparture | $KohaDates %]</span>. Please contact the library for more information.</span> |
59 |
<strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% BORROWER_INFO.warndeparture | $KohaDates %]</span>. Please contact the library for more information.</span> |
61 |
[% IF ( BORROWER_INF.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your card expires.</span>[% END %] |
60 |
[% IF ( BORROWER_INFO.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your card expires.</span>[% END %] |
62 |
</div> |
61 |
</div> |
63 |
[% END %] |
62 |
[% END %] |
64 |
|
63 |
|
65 |
[% IF ( BORROWER_INF.warnexpired ) %] |
64 |
[% IF ( BORROWER_INFO.warnexpired ) %] |
66 |
<div class="alert" id="warnexpired"> |
65 |
<div class="alert" id="warnexpired"> |
67 |
<strong>Please note: </strong><span>Your account has expired as of [% BORROWER_INF.warnexpired | $KohaDates %]. Please contact the library if you wish to renew your account.</span> |
66 |
<strong>Please note: </strong><span>Your account has expired as of [% BORROWER_INFO.warnexpired | $KohaDates %]. Please contact the library if you wish to renew your account.</span> |
68 |
</div> |
67 |
</div> |
69 |
[% END %] |
68 |
[% END %] |
70 |
|
69 |
|
Lines 90-101
Link Here
|
90 |
<div class="alert"> |
89 |
<div class="alert"> |
91 |
<ul> |
90 |
<ul> |
92 |
[% IF ( userdebarred ) %] |
91 |
[% IF ( userdebarred ) %] |
93 |
<li id="userdebarred"><strong>Please note:</strong> Your account has been frozen[% IF ( BORROWER_INF.userdebarreddate ) %] until <span id="userdebarred_date">[% BORROWER_INF.userdebarreddate | $KohaDates %]</span>[% END %][% IF ( BORROWER_INF.debarredcomment ) %] with the comment <span id="userdebarred_comment">"[% BORROWER_INF.debarredcomment %]"</span>[% END %]. Usually the reason for freezing an account is old overdues or damage fees. If <a href="/cgi-bin/koha/opac-user.pl">your account page</a> shows your account to be clear, please contact the library.</li> |
92 |
<li id="userdebarred"><strong>Please note:</strong> Your account has been frozen[% IF ( BORROWER_INFO.userdebarreddate ) %] until <span id="userdebarred_date">[% BORROWER_INFO.userdebarreddate | $KohaDates %]</span>[% END %][% IF ( BORROWER_INFO.debarredcomment ) %] with the comment <span id="userdebarred_comment">"[% BORROWER_INFO.debarredcomment %]"</span>[% END %]. Usually the reason for freezing an account is old overdues or damage fees. If <a href="/cgi-bin/koha/opac-user.pl">your account page</a> shows your account to be clear, please contact the library.</li> |
94 |
[% END %] |
93 |
[% END %] |
95 |
[% IF ( BORROWER_INF.gonenoaddress ) %] |
94 |
[% IF ( BORROWER_INFO.gonenoaddress ) %] |
96 |
<li id="gonenoaddress"><strong>Please note:</strong> According to our records, we don't have up-to-date [% UNLESS ( BORROWER_INF.OPACPatronDetails ) %]<a href="/cgi-bin/koha/opac-userupdate.pl">contact information</a>[% ELSE %]contact information[% END %] on file. Please contact the library[% IF ( BORROWER_INF.OPACPatronDetails ) %] or use the <a href="/cgi-bin/koha/opac-userupdate.pl">online update form</a> to submit current information (<em>Please note:</em> there may be a delay in restoring your account if you submit online)[% END %].</li> |
95 |
<li id="gonenoaddress"><strong>Please note:</strong> According to our records, we don't have up-to-date [% UNLESS OPACPatronDetails %]<a href="/cgi-bin/koha/opac-userupdate.pl">contact information</a>[% ELSE %]contact information[% END %] on file. Please contact the library[% IF OPACPatronDetails %] or use the <a href="/cgi-bin/koha/opac-userupdate.pl">online update form</a> to submit current information (<em>Please note:</em> there may be a delay in restoring your account if you submit online)[% END %].</li> |
97 |
[% END %] |
96 |
[% END %] |
98 |
[% IF ( BORROWER_INF.lost ) %] |
97 |
[% IF ( BORROWER_INFO.lost ) %] |
99 |
<li id="lost"><strong>Please note: </strong> Your library card has been marked as lost or stolen. If this is an error, please contact the library.</li> |
98 |
<li id="lost"><strong>Please note: </strong> Your library card has been marked as lost or stolen. If this is an error, please contact the library.</li> |
100 |
[% END %] |
99 |
[% END %] |
101 |
[% IF ( renewal_blocked_fines ) && ( OpacRenewalAllowed ) %] |
100 |
[% IF ( renewal_blocked_fines ) && ( OpacRenewalAllowed ) %] |
Lines 292-332
Link Here
|
292 |
|
291 |
|
293 |
[% IF ( OPACFinesTab ) %] |
292 |
[% IF ( OPACFinesTab ) %] |
294 |
<!-- FINES BOX --> |
293 |
<!-- FINES BOX --> |
295 |
[% IF ( BORROWER_INF.amountoverfive ) %] |
294 |
[% IF BORROWER_INFO.amountoverfive %] |
296 |
<div id="opac-user-fines"> <h3>Fines and charges</h3> |
295 |
<div id="opac-user-fines"> <h3>Fines and charges</h3> |
297 |
<table class="table table-bordered table-striped"> |
296 |
<table class="table table-bordered table-striped"> |
298 |
<thead><tr><th colspan="2">Amount</th></tr></thead> |
297 |
<thead><tr><th colspan="2">Amount</th></tr></thead> |
299 |
<tbody> |
298 |
<tbody> |
300 |
<tr> |
299 |
<tr> |
301 |
<td>You currently owe fines and charges amounting to:</td> |
300 |
<td>You currently owe fines and charges amounting to:</td> |
302 |
<td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INF.amountoutstanding %]</a></td> |
301 |
<td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INFO.amountoutstanding %]</a></td> |
303 |
</tr> |
302 |
</tr> |
304 |
</tbody> |
303 |
</tbody> |
305 |
</table> |
304 |
</table> |
306 |
</div> |
305 |
</div> |
307 |
[% END %] |
306 |
[% END %] |
308 |
|
307 |
|
309 |
[% IF ( BORROWER_INF.amountoverzero ) %] |
308 |
[% IF BORROWER_INFO.amountoverzero %] |
310 |
<div id="opac-user-fines"> <h3>Fines and charges</h3> |
309 |
<div id="opac-user-fines"> <h3>Fines and charges</h3> |
311 |
<table class="table table-bordered table-striped"> |
310 |
<table class="table table-bordered table-striped"> |
312 |
<thead><tr><th colspan="2">Amount</th></tr></thead> |
311 |
<thead><tr><th colspan="2">Amount</th></tr></thead> |
313 |
<tbody> |
312 |
<tbody> |
314 |
<tr> |
313 |
<tr> |
315 |
<td>You currently owe fines and charges amounting to:</td> |
314 |
<td>You currently owe fines and charges amounting to:</td> |
316 |
<td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INF.amountoutstanding %]</a></td> |
315 |
<td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INFO.amountoutstanding %]</a></td> |
317 |
</tr> |
316 |
</tr> |
318 |
</tbody> |
317 |
</tbody> |
319 |
</table> |
318 |
</table> |
320 |
</div> |
319 |
</div> |
321 |
[% END %] |
320 |
[% END %] |
322 |
|
321 |
|
323 |
[% IF ( BORROWER_INF.amountlessthanzero ) %] |
322 |
[% IF BORROWER_INFO.amountlessthanzero %] |
324 |
<div id="opac-user-fines"> <h3>Credits</h3> |
323 |
<div id="opac-user-fines"> <h3>Credits</h3> |
325 |
<table class="table table-bordered table-striped"> |
324 |
<table class="table table-bordered table-striped"> |
326 |
<thead><tr><th colspan="2">Amount</th></tr></thead> |
325 |
<thead><tr><th colspan="2">Amount</th></tr></thead> |
327 |
<tbody> |
326 |
<tbody> |
328 |
<tr> |
327 |
<tr> |
329 |
<td>You have a credit of:</td><td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INF.amountoutstanding %]</a></td> |
328 |
<td>You have a credit of:</td><td><a href="/cgi-bin/koha/opac-account.pl">[% BORROWER_INFO.amountoutstanding %]</a></td> |
330 |
</tr> |
329 |
</tr> |
331 |
</tbody> |
330 |
</tbody> |
332 |
</table> |
331 |
</table> |
Lines 334-341
Link Here
|
334 |
[% END %] |
333 |
[% END %] |
335 |
[% END # / OPACFinesTab %] |
334 |
[% END # / OPACFinesTab %] |
336 |
|
335 |
|
337 |
[% END # / FOREACH BORROWER_INFO %] |
|
|
338 |
|
339 |
[% IF ( waiting_count && atdestination ) %] |
336 |
[% IF ( waiting_count && atdestination ) %] |
340 |
<div id="opac-user-waiting"> |
337 |
<div id="opac-user-waiting"> |
341 |
<table id="waitingt" class="table table-bordered table-striped"> |
338 |
<table id="waitingt" class="table table-bordered table-striped"> |