Bug 20912: (QA follow-up) Warn patron of daily and hourly renewal fees
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-user.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE KohaDates %]
5 [% USE Branches %]
6 [% USE ItemTypes %]
7 [% USE Price %]
8 [% SET AdlibrisEnabled = Koha.Preference('AdlibrisCoversEnabled') %]
9 [% SET AdlibrisURL = Koha.Preference('AdlibrisCoversURL') %]
10
11 [% SET borrower_club_enrollments =  logged_in_user.get_club_enrollments(1) %]
12 [% SET borrower_enrollable_clubs = logged_in_user.get_enrollable_clubs(1,1) %]
13
14 [% INCLUDE 'doc-head-open.inc' %]
15 <title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog &rsaquo; Your library home</title>
16 [% INCLUDE 'doc-head-close.inc' %]
17 [% BLOCK cssinclude %][% END %]
18 </head>
19 [% INCLUDE 'bodytag.inc' bodyid='opac-user' bodyclass='scrollto' %]
20 [% INCLUDE 'masthead.inc' %]
21
22 [% IF Koha.Preference('AmazonAssocTag') %]
23     [% AmazonAssocTag = '?tag=' _ Koha.Preference('AmazonAssocTag') %]
24 [% ELSE %]
25     [% AmazonAssocTag = '' %]
26 [% END %]
27
28 <div class="main">
29     <ul class="breadcrumb">
30         <li><a href="/cgi-bin/koha/opac-main.pl">Home</a> <span class="divider">&rsaquo;</span></li>
31         <li><a href="/cgi-bin/koha/opac-user.pl">[% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a> <span class="divider">&rsaquo;</span></li>
32         <li><a href="#">Your summary</a></li>
33     </ul>
34
35     <div class="container-fluid">
36         <div class="row-fluid">
37             <div class="span2">
38                 <div id="navigation">
39                     [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
40                 </div>
41             </div>
42             <div class="span10">
43                 <div id="userdetails" class="maincontent">
44
45                     [% INCLUDE 'opac-note.inc' %]
46
47                     <h2>Hello, [% INCLUDE 'patron-title.inc' patron = logged_in_user %]
48                     </h2>
49
50                     <p><a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Click here if you're not [% INCLUDE 'patron-title.inc' patron = logged_in_user %]</a></p>
51
52                     [% 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 %]
53
54                     [% IF failed_holds %]
55                         <div class="alert alert-info">
56                             <h3>Notice:</h3>
57                             <p>One or more holds were not placed due to existing holds.</p>
58                         </div>
59                     [% END %]
60
61                     [% IF ( borrower.warndeparture ) %]
62                         <div class="alert" id="warndeparture">
63                             <strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% borrower.warndeparture | $KohaDates %]</span>. Please contact the library for more information.</span>
64                                 [% IF ( borrower.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your card expires.</span>[% END %]
65                         </div>
66                     [% END %]
67
68                     [% IF ( borrower.warnexpired ) %]
69                         <div class="alert" id="warnexpired">
70                             <strong>Please note: </strong><span>Your account has expired as of [% borrower.warnexpired | $KohaDates %]. Please contact the library if you wish to renew your account.</span>
71                         </div>
72                     [% END %]
73
74                     [% IF ( RENEW_ERROR ) %]
75                         <div class="dialog alert">
76                             <strong>Please note:</strong>
77                                 Your loan renewal failed because of the following reason(s):
78                                 <ul>
79                                     [% FOREACH error IN RENEW_ERROR.split('\|') %]
80                                         [% IF error == 'card_expired' %]
81                                             <li>Your account has expired. Please contact the library for more information.</li>
82                                         [% ELSIF error == 'too_many' %]
83                                             <li>You have renewed this item the maximum number of times allowed.</li>
84                                         [% ELSIF error == 'too_soon' %]
85                                             <li>It is too soon after the checkout date for this item to be renewed.</li>
86                                         [% ELSIF error == 'on_reserve' %]
87                                             <li>This item is on hold for another borrower.</li>
88                                         [% ELSIF error == 'item_denied_renewal' %]
89                                             <li>Item renewal is not allowed.</li>
90                                         [% END %]
91                                     [% END %]
92                                 </ul>
93                         </div>
94                     [% END %]
95
96                     [% IF ( patron_flagged ) %]
97                         <div class="alert">
98                             <ul>
99                                 [% IF ( userdebarred ) %]
100                                     [% IF ( discharge_available ) %]
101                                         <li id="discharged">
102                                             <strong>Please note:</strong> Your account is frozen because it has been discharged. <a href="/cgi-bin/koha/opac-discharge.pl?op=get">Get your discharge</a>
103                                         </li>
104                                     [% ELSE %]
105                                         <li id="userdebarred"><strong>Please note:</strong> Your account has been frozen.
106                                         [% IF ( borrower.debarredcomment ) %]
107                                             Comment:
108                                             <span id="userdebarred_comment">
109                                                 <strong>
110                                                     [% IF borrower.debarredcomment.search('OVERDUES_PROCESS') %]
111                                                         Restriction added by overdues process [% borrower.debarredcomment.remove('OVERDUES_PROCESS ') | html_line_break %]
112                                                     [% ELSE %]
113                                                         [% borrower.debarredcomment | html_line_break %]
114                                                     [% END %]
115                                                 </strong>
116                                             </span>
117                                         [% END %]
118                                         [% IF ( borrower.userdebarreddate && debarred_date != '9999-12-31' ) %]
119                                             End date:
120                                             <span id="userdebarred_date">[% borrower.userdebarreddate | $KohaDates %]</span>
121                                         [% END %]
122
123                                         <em>Usually the reason for freezing an account is old overdues or damage fees. If your account shows to be clear, please contact the library.</em> <a href="/cgi-bin/koha/opac-account.pl">Go to your account page</a></li>
124                                     [% END %]
125                                 [% END %]
126                                 [% IF ( borrower.gonenoaddress ) %]
127                                     <li id="gonenoaddress"><strong>Please note:</strong> According to our records, we don't have up-to-date contact information. Please contact the library.
128                                 <a href="/cgi-bin/koha/opac-memberentry.pl">[% IF ( Koha.Preference('OPACPatronDetails') ) %]Update your contact information[% ELSE %]Go to your contact information[% END %]</a>
129                                 [% IF ( Koha.Preference('OPACPatronDetails') ) %]<em>(Please note: there may be a delay in restoring your account if you submit online.)</em>[% END %]
130                                     </li>
131                                 [% END %]
132                                 [% IF ( borrower.lost ) %]
133                                     <li id="lost"><strong>Please note: </strong> Your library card has been marked as lost or stolen. <em>If this is an error, please contact the library.</em></li>
134                                 [% END %]
135                                 [% IF ( renewal_blocked_fines.defined ) && ( OpacRenewalAllowed ) %]
136                                     <li id="renewal_blocked_fines"><strong>Please note: </strong>You cannot renew your books online. Reason: [% IF ( renewal_blocked_fines ) > 0  %]Your fines exceed <span id="renewal_blocked_fines_amount">[% renewal_blocked_fines | $Price %]</span>.[% ELSE %]You have fines.[% END %]
137                                 [% END %]
138                             </ul>
139                         </div>
140                     [% END # / IF patron_flagged %]
141
142                     <div class="alert alert-info" id="notesaved" style="display:none;"></div>
143
144                     [% IF OPACMySummaryNote %][% Koha.Preference('OPACMySummaryNote') | $raw %][% END %]
145
146                     <div id="opac-user-views" class="toptabs">
147                         <ul>
148                             <li><a href="#opac-user-checkouts">Checked out ([% issues_count | html %])</a></li>
149                             [% IF relatives %]<li><a href="#opac-user-relative-issues">Relatives' checkouts</a></li>[% END %]
150                             [% IF ( overdues_count ) %]<li><a href="#opac-user-overdues">Overdue ([% overdues_count | html %])</a></li>[% END %]
151                             [% IF ( OPACFinesTab ) %]
152                                 [% IF ( borrower.amountoverfive ) %]<li><a href="#opac-user-fines">Fines ([% amountoutstanding | $Price %])</a></li>[% END %]
153                                 [% IF ( borrower.amountoverzero ) %]<li><a href="#opac-user-fines">Fines ([% amountoutstanding | $Price %])</a></li>[% END %]
154                                 [% IF ( borrower.amountlessthanzero ) %]<li><a href="#opac-user-fines">Credits ([% amountoutstanding | $Price %])</a></li>[% END %]
155                             [% END %]
156
157                             [% IF borrower_club_enrollments.count || borrower_enrollable_clubs.count %]
158                                 <li>
159                                     <a id="opac-user-clubs-tab-link" href="#opac-user-clubs">
160                                         Clubs ([% borrower_club_enrollments.count || 0 | html %]/[% borrower_enrollable_clubs.count || 0 | html %])
161                                     </a>
162                                 </li>
163                             [% END %]
164
165                             [% IF ( RESERVES.count ) %]<li><a href="#opac-user-holds">Holds ([% RESERVES.count | html %])</a></li>[% END %]
166                             [% IF Koha.Preference('ArticleRequests') && logged_in_user.article_requests_current %]<li><a href="#opac-user-article-requests">Article requests ([% logged_in_user.article_requests_current.count | html %])</a></li>[% END %]
167                             [% IF ( OverDriveCirculation ) %]
168                             <li><a href="#opac-user-overdrive">OverDrive Account</a></li>
169                             [% END %]
170                             [% IF ( RecordedBooksCirculation ) %]
171                             <li><a href="#opac-user-recordedbooks">RecordedBooks Account</a></li>
172                             [% END %]
173                         </ul>
174
175                         <div id="opac-user-overdrive">
176                         </div>
177                         <div id="opac-user-recordedbooks">
178                         </div>
179                         <div id="opac-user-checkouts">
180                             [% IF ( issues_count ) %]
181                                 <form id="renewselected" action="/cgi-bin/koha/opac-renew.pl" method="post">
182                                     <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]">
183                                     <input type="hidden" name="from" value="opac_user" />
184                                     <table id="checkoutst" class="table table-bordered table-striped">
185                                         <caption>[% issues_count | html %] Item(s) checked out</caption>
186                                         <thead>
187                                             <tr>
188                                                 [% IF ( JacketImages || AdlibrisEnabled ) %]<th class="nosort">&nbsp;</th>[% END %]
189                                                 <th class="anti-the">Title</th>
190                                                 <th>Author</th>
191                                                 <th class="title-string psort">Due</th>
192                                                 [% UNLESS ( item_level_itypes ) %]
193                                                     <th>Item type</th>
194                                                 [% END %]
195                                                 [% IF ( show_barcode ) %]
196                                                     <th>Barcode</th>
197                                                 [% END %]
198                                                     <th>Call no.</th>
199                                                 [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
200                                                     <th class="nosort">Renew</th>
201                                                 [% END %]
202                                                 [% IF ( OPACFinesTab ) %]
203                                                     <th>Fines</th>
204                                                 [% END %]
205                                                 [% IF ( OPACMySummaryHTML ) %]
206                                                     <th class="nosort">Links</th>
207                                                 [% END %]
208                                                 [% IF ( Koha.Preference('AllowCheckoutNotes') ) %]
209                                                     <th class="nosort">Note</th>
210                                                 [% END %]
211                                             </tr>
212                                         </thead>
213                                         <tbody>
214                                             [% FOREACH ISSUE IN ISSUES %]
215                                                 [% IF ( ISSUE.overdue ) %]<tr class="overdue">[% ELSE %]<tr>[% END %]
216                                                 [% IF ( JacketImages || AdlibrisEnabled ) %]<td class="jacketcell">
217                                                     [% IF ( AdlibrisEnabled && ISSUE.normalized_isbn ) %]
218                                                         <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber | uri %]"><img src="[% AdlibrisURL | url %]?isbn=[% ISSUE.normalized_isbn | uri %]" class="adlibris-cover" alt="Adlibris cover image" /></a>
219                                                     [% END %]
220                                                     [% IF ( OPACAmazonCoverImages ) %]
221                                                         [% IF ( ISSUE.normalized_isbn ) %]
222                                                             <a href="http://www.amazon.com/gp/reader/[% ISSUE.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link" title="View on Amazon.com"><img src="https://images-na.ssl-images-amazon.com/images/P/[% ISSUE.normalized_isbn | html %].01.THUMBZZZ.jpg" alt="View on Amazon.com" class="item-thumbnail"/></a>
223                                                         [% ELSE %]
224                                                             <a href="#"><span class="no-image">No cover image available</span></a>
225                                                         [% END %]
226                                                     [% END %]
227
228                                                     [% IF ( GoogleJackets ) %]
229                                                         [% IF ( ISSUE.normalized_isbn ) %]
230                                                             <div style="display:block;" title="Click to view in Google Books" class="[% ISSUE.normalized_isbn | html %]" id="gbs-thumbnail[% loop.count | html %]"></div>
231                                                         [% ELSE %]
232                                                             <a href="http://books.google.com/books?q=[% ISSUE.title |url %]"><span class="no-image">No cover image available</span></a>
233                                                         [% END %]
234                                                     [% END %]
235
236                                                     [% IF ( BakerTaylorEnabled ) %]
237                                                         [% bt_id = ( ISSUE.normalized_upc || ISSUE.normalized_isbn ) %]
238                                                         [% IF ( bt_id ) %]
239                                                             <a href="https://[% BakerTaylorBookstoreURL | uri %][% bt_id | uri %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a>
240                                                         [% ELSE %]
241                                                             <span class="no-image">No cover image available</span><!-- BakerTaylor needs normalized_upc or normalized_isbn! -->
242                                                         [% END %]
243                                                     [% END %]
244
245                                                     [% IF ( SyndeticsEnabled && SyndeticsCoverImages ) %]
246                                                         <img src="https://secure.syndetics.com/index.aspx?isbn=[% ISSUE.normalized_isbn | html %]/SC.GIF&amp;client=[% SyndeticsClientCode | html %]&amp;type=xw10&amp;upc=[% ISSUE.normalized_upc | html %]&amp;oclc=[% ISSUE.normalized_oclc | html %]" alt="" class="item-thumbnail" />
247                                                     [% END %]
248
249                                                 </td>[% END # / IF JacketImages %]
250
251                                                 <td class="title">
252                                                     <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ISSUE.biblionumber | html %]">[% ISSUE.title | html %] [% FOREACH subtitl IN ISSUE.subtitle %] [% subtitl.subfield | html %][% END %]</a>
253                                                     [% IF ( ISSUE.enumchron ) %] [% ISSUE.enumchron | html %][% END %]
254                                                 </td>
255
256                                                 <td class="author">[% ISSUE.author | html %]</td>
257                                                 [% IF ( ISSUE.overdue ) %]
258                                                     <td class="date_due overdue">
259                                                         <span title="[% ISSUE.date_due | html %]">
260                                                             <span class="tdlabel">Date due:</span>
261                                                             [% ISSUE.date_due | $KohaDates  as_due_date => 1 %]
262                                                         </span>
263                                                     </td>
264                                                 [% ELSE %]
265                                                     <td class="date_due">
266                                                         <span title="[% ISSUE.date_due | html %]">
267                                                             <span class="tdlabel">Date due:</span>
268                                                             [% ISSUE.date_due | $KohaDates  as_due_date => 1 %]
269                                                         </span>
270                                                     </td>
271                                                 [% END %]
272                                                 [% UNLESS ( item_level_itypes ) %]
273                                                     <td class="itype">
274                                                         <span class="tdlabel">Item type:</span>
275                                                         [% IF ( ISSUE.imageurl ) %]
276                                                             <img src="[% ISSUE.imageurl | html %]" title="[% ISSUE.description | html %]" alt="[% ISSUE.description | html %]" />
277                                                         [% END %] [% ISSUE.description | html %]
278                                                     </td>
279                                                 [% END %]
280                                                 [% IF ( show_barcode ) %]
281                                                     <td class="barcode">
282                                                         <span class="tdlabel">Barcode:</span>
283                                                         [% ISSUE.barcode | html %]
284                                                     </td>
285                                                 [% END %]
286                                                 <td class="call_no">
287                                                     <span class="tdlabel">Call no.:</span>
288                                                     [% ISSUE.itemcallnumber | html %]
289                                                 </td>
290                                                 [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
291                                                     <td class="renew">
292                                                     [% IF ISSUE.renewed %]<span class="blabel label-success">Renewed!</span><br />[% END %]
293                                                     [% IF ( ISSUE.status ) %]
294                                                         [% IF ( canrenew ) %]
295                                                             <input type="checkbox" name="item" value="[% ISSUE.itemnumber | uri %]"/> <a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&amp;item=[% ISSUE.itemnumber | uri %]&amp;borrowernumber=[% ISSUE.borrowernumber | uri %]">Renew</a>
296                                                         [% END %]
297                                                         [% IF ISSUE.renewalfee > 0 %]
298                                                             <span class="renewalfee label label-warning">Fee for item type '[% ItemTypes.GetDescription( ISSUE.renewalitemtype) | html %]': [% ISSUE.renewalfee | $Price %]</span>
299                                                         [% END %]
300                                                         [% IF ISSUE.itemtype_object.rentalcharge_daily > 0 %]
301                                                             <span class="renewalfee label label-warning">[% ISSUE.itemtype_object.rentalcharge_daily | $Price %] per day</span>
302                                                         [% END %]
303                                                         [% IF ISSUE.itemtype_object.rentalcharge_hourly > 0 %]
304                                                             <span class="renewalfee label label-warning">[% ISSUE.itemtype_object.rentalcharge_hourly | $Price %] per hour</span>
305                                                         [% END %]
306                                                         <span class="renewals">([% ISSUE.renewsleft | html %] of [% ISSUE.renewsallowed | html %] renewals remaining)</span>
307                                                     [% ELSIF ( ISSUE.on_reserve ) %]
308                                                         Not renewable <span class="renewals">(on hold)</span>
309                                                     [% ELSIF ( ISSUE.too_many ) %]
310                                                         Not renewable
311                                                     [% ELSIF ( ISSUE.norenew_overdue ) %]
312                                                         Not allowed <span class="renewals">(overdue)</span>
313                                                     [% ELSIF ( ISSUE.auto_too_late ) %]
314                                                         No longer renewable
315                                                     [% ELSIF ISSUE.auto_too_much_oweing %]
316                                                         Automatic renewal failed, you have unpaid fines.
317                                                         <span class="renewals">([% ISSUE.renewsleft | html %] of [% ISSUE.renewsallowed | html %] renewals remaining)</span>
318                                                     [% ELSIF ISSUE.auto_account_expired %]
319                                                         Automatic renewal failed, your account is expired.
320                                                         <span class="renewals">([% ISSUE.renewsleft | html %] of [% ISSUE.renewsallowed | html %] renewals remaining)</span>
321                                                     [% ELSIF ( ISSUE.auto_renew || ISSUE.auto_too_soon ) %]
322                                                         Automatic renewal
323                                                         <span class="renewals">([% ISSUE.renewsleft | html %] of [% ISSUE.renewsallowed | html %] renewals remaining)</span>
324                                                     [% ELSIF ( ISSUE.too_soon ) %]
325                                                         No renewal before [% ISSUE.soonestrenewdate | html %]
326                                                         <span class="renewals">([% ISSUE.renewsleft | html %] of [% ISSUE.renewsallowed | html %] renewals remaining)</span>
327                                                     [% ELSIF ( ISSUE.item_denied_renewal ) %]
328                                                         Renewal not allowed
329                                                     [% END %]
330                                                     </td>
331                                                 [% END %]
332                                                 [% IF ( OPACFinesTab ) %]
333                                                     <td class="fines">
334                                                         <span class="tdlabel">Fines:</span>
335                                                         [% IF ( ISSUE.charges ) %]
336                                                             Yes (Item overdue or lost)
337                                                         [% ELSIF ( ISSUE.rentalfines ) %]
338                                                             Yes (Rental fees)
339                                                         [% ELSE %]
340                                                             No
341                                                         [% END %]
342                                                     </td>
343                                                 [% END %]
344                                                 [% IF ( OPACMySummaryHTML ) %]
345                                                     <td class="links">[% ISSUE.MySummaryHTML | $raw %]</td>
346                                                 [% END %]
347                                                 [% IF ( Koha.Preference('AllowCheckoutNotes') ) %]
348                                                     <td class="note">
349                                                         <input type="text" name="note" data-issue_id="[% ISSUE.issue_id | html %]" data-origvalue="[% ISSUE.note | html %]" value="[% ISSUE.note | html %]" readonly>
350                                                         <a class="btn" name="js_submitnote" id="save_[% ISSUE.issue_id | html %]" style="display:none;">Submit note</a>
351                                                         <a class="btn" name="nonjs_submitnote" href="/cgi-bin/koha/opac-issue-note.pl?issue_id=[% ISSUE.issue_id | url %]">Edit / Create note</a>
352                                                     </td>
353                                                 [% END %]
354                                             </tr>
355                                         [% END # /FOREACH ISSUES %]
356                                     </tbody>
357                                 </table>
358                                 [% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
359                                     <input type="submit" class="btn" value="Renew selected" />
360                                 [% END %]
361                                 </form>
362
363                                 [% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
364                                 <form id="renewall" action="/cgi-bin/koha/opac-renew.pl" method="post">
365                                     <input type="hidden" name="from" value="opac_user" />
366                                     <input type="hidden" name="borrowernumber" value="[% borrowernumber | html %]" />
367                                     [% FOREACH ISSUE IN ISSUES %]
368                                         <input type="hidden" name="item" value="[% ISSUE.itemnumber | html %]" />
369                                     [% END %]
370                                     <input type="submit" class="btn" value="Renew all" />
371                                 </form>
372                                 [% END %]
373                                 <p><a href="opac-ics.pl">Download as iCal/.ics file</a></p>
374                             [% ELSE %]
375                                 <table class="table table-bordered table-striped">
376                                     <tr><td>You have nothing checked out</td></tr>
377                                 </table>
378                             [% END # IF issues_count %]
379                         </div> <!-- / .opac-user-checkouts -->
380
381                         [% IF borrower_club_enrollments.count || borrower_enrollable_clubs.count %]
382                             <div id="opac-user-clubs">
383                                 Loading...
384                             </div>
385                         [% END %]
386
387                         [% IF ( OPACFinesTab ) %]
388                             <!-- FINES BOX -->
389                             [% IF borrower.amountoverfive %]
390                                 <div id="opac-user-fines"> <h3>Fines and charges</h3>
391                                     <table class="table table-bordered table-striped">
392                                         <thead><tr><th colspan="2">Amount</th></tr></thead>
393                                         <tbody>
394                                             <tr>
395                                                 <td>You currently owe fines and charges amounting to:</td>
396                                                 <td><a href="/cgi-bin/koha/opac-account.pl">[% amountoutstanding | $Price %]</a></td>
397                                             </tr>
398                                         </tbody>
399                                     </table>
400                                 </div>
401                             [% END %]
402
403                             [% IF borrower.amountoverzero %]
404                                <div id="opac-user-fines"> <h3>Fines and charges</h3>
405                                     <table class="table table-bordered table-striped">
406                                         <thead><tr><th colspan="2">Amount</th></tr></thead>
407                                         <tbody>
408                                             <tr>
409                                                 <td>You currently owe fines and charges amounting to:</td>
410                                                 <td><a href="/cgi-bin/koha/opac-account.pl">[% amountoutstanding | $Price %]</a></td>
411                                             </tr>
412                                         </tbody>
413                                     </table>
414                                 </div>
415                             [% END %]
416
417                             [% IF borrower.amountlessthanzero %]
418                                 <div id="opac-user-fines">  <h3>Credits</h3>
419                                     <table class="table table-bordered table-striped">
420                                         <thead><tr><th colspan="2">Amount</th></tr></thead>
421                                         <tbody>
422                                             <tr>
423                                                 <td>You have a credit of:</td><td><a href="/cgi-bin/koha/opac-account.pl">[% amountoutstanding | $Price %]</a></td>
424                                             </tr>
425                                         </tbody>
426                                     </table>
427                                 </div>
428                             [% END %]
429                         [% END # / OPACFinesTab %]
430
431                         [% IF relatives %]
432                             <div id="opac-user-relative-issues">
433                                 <table id="opac-user-relative-issues-table" class="table table-bordered table-striped">
434                                     <thead>
435                                         <tr>
436                                             <th class="anti-the">Title</th>
437                                             <th>Due</th>
438                                             <th>Barcode</th>
439                                             <th>Call no.</th>
440                                             <th class="psort">Relative</th>
441                                         </tr>
442                                     </thead>
443
444                                     <tbody>
445                                         [% FOREACH r IN relatives %]
446                                             [% FOREACH i IN r.issues %]
447                                                 <tr>
448                                                     <td>
449                                                         <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% i.item.biblio.biblionumber | uri %]">
450                                                             [% i.item.biblio.title | html %][% IF ( i.item.enumchron ) %] [% i.item.enumchron | html %][% END %]
451                                                         </a>
452                                                     </td>
453
454                                                     <td>
455                                                         [% i.date_due | $KohaDates %]
456                                                     </td>
457
458                                                     <td>
459                                                         [% i.item.barcode | html %]
460                                                     </td>
461
462                                                     <td>
463                                                         [% i.item.itemcallnumber | html %]
464                                                     </td>
465
466                                                     <td>
467                                                         [% r.firstname | html %] [% r.surname | html %]
468                                                     </td>
469                                                 </tr>
470                                             [% END %]
471                                         [% END %]
472                                     </tbody>
473                                 </table>
474                             </div>
475                         [% END %]
476
477                         [% IF ( overdues_count ) %]
478                             <div id="opac-user-overdues">
479                                 <table id="overduest" class="table table-bordered table-striped">
480                                     <caption>Overdues <span class="count">([% overdues_count | html %] total)</span></caption>
481                                     <!-- OVERDUES TABLE ROWS -->
482                                     <thead>
483                                         <tr>
484                                             [% IF ( JacketImages || AdlibrisEnabled ) %]<th class="nosort">&nbsp;</th>[% END %]
485                                             <th class="anti-the">Title</th>
486                                             [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %]
487                                             [% IF ( show_barcode ) %]<th>Barcode</th>[% END %]
488                                             <th>Call no.</th>
489                                             <th class="title-string psort">Due</th>
490                                             [% IF ( OpacRenewalAllowed ) %]
491                                                 <th class="nosort">Renew</th>
492                                             [% END %]
493                                             [% IF ( OPACFinesTab ) %]
494                                                 <th>Fines</th>
495                                             [% END %]
496                                         </tr>
497                                     </thead>
498                                     <tbody>
499                                         [% FOREACH OVERDUE IN OVERDUES %]
500                                             <tr>
501                                                 [% IF ( JacketImages || AdlibrisEnabled ) %]
502                                                     <td class="jacketcell">
503                                                     [% IF ( AdlibrisEnabled && OVERDUE.normalized_isbn ) %]
504                                                         <a href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% OVERDUE.biblionumber | uri %]"><img src="[% AdlibrisURL | url %]?isbn=[% OVERDUE.normalized_isbn | uri %]" class="adlibris-cover" alt="Adlibris cover image" /></a>
505                                                     [% END %]
506                                                     [% IF ( OPACAmazonCoverImages ) %]
507                                                         [% IF ( OVERDUE.normalized_isbn ) %]
508                                                             <a href="http://www.amazon.com/gp/reader/[% OVERDUE.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link" title="View on Amazon.com"><img src="https://images-na.ssl-images-amazon.com/images/P/[% OVERDUE.normalized_isbn | html %].01.THUMBZZZ.jpg" alt="View on Amazon.com" class="item-thumbnail" /></a>
509                                                         [% ELSE %]
510                                                             <a href="#"><span class="no-image">No cover image available</span></a>
511                                                         [% END %]
512                                                     [% END %]
513
514                                                     [% IF ( GoogleJackets ) %]
515                                                         [% IF ( OVERDUE.normalized_isbn ) %]
516                                                             <div style="display:block;" title="Click to view in Google Books" class="[% OVERDUE.normalized_isbn | html %]" id="gbs-thumbnail[% loop.count | html %]"></div>
517                                                         [% ELSE %]
518                                                             <a href="http://books.google.com/books?q=[% OVERDUE.title |url %]"><span class="no-image">No cover image available</span></a>
519                                                         [% END %]
520                                                     [% END %]
521
522                                                     [% IF ( BakerTaylorEnabled ) %]
523                                                         [% bt_id = ( OVERDUE.normalized_upc || OVERDUE.normalized_isbn ) %]
524                                                         [% IF ( bt_id ) %]
525                                                             <a href="https://[% BakerTaylorBookstoreURL | uri %][% bt_id | uri %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a>
526                                                         [% ELSE %]
527                                                             <span class="no-image">No cover image available</span><!-- BakerTaylor needs normalized_upc or normalized_isbn! -->
528                                                         [% END %]
529                                                     [% END %]
530
531                                                     [% IF ( SyndeticsCoverImages ) %]
532                                                         <img src="https://secure.syndetics.com/index.aspx?isbn=[% OVERDUE.normalized_isbn | html %]/SC.GIF&amp;client=[% SyndeticsClientCode | html %]&amp;upc=[% OVERDUE.normalized_upc | html %]&amp;oclc=[% OVERDUE.normalized_oclc | html %]&amp;type=xw10" alt="" class="item-thumbnail" />
533                                                     [% END %]
534                                                     </td>
535                                                 [% END # /IF jacketcell %]
536
537                                                 <td>
538                                                     <a class="title" href="/cgi-bin/koha/opac-detail.pl?bib=[% OVERDUE.biblionumber | html %]">[% OVERDUE.title | html %] [% FOREACH subtitl IN OVERDUE.subtitle %] [% subtitl.subfield | html %][% END %]
539                                                     </a>
540                                                     <span class="item-details">[% OVERDUE.author | html %]</span></td>
541
542                                                 [% UNLESS ( item_level_itypes ) %]
543                                                     <td>
544                                                         [% IF ( OVERDUE.imageurl ) %]
545                                                             <img src="[% OVERDUE.imageurl | html %]" title="[% OVERDUE.description | html %]" alt="[% OVERDUE.description | html %]" />
546                                                         [% END %] [% OVERDUE.description | html %]
547                                                     </td>
548                                                 [% END %]
549                                                 [% IF ( show_barcode ) %]
550                                                     <td>
551                                                         <span class="tdlabel">Barcode:</span>
552                                                         [% OVERDUE.barcode | html %]
553                                                     </td>
554                                                 [% END %]
555                                                 <td>
556                                                     <span class="tdlabel">Call no.:</span>
557                                                     [% OVERDUE.itemcallnumber | html %]
558                                                 </td>
559                                                 <td>
560                                                     <span title="[% OVERDUE.date_due | html %]">
561                                                         <span class="tdlabel">Date due:</span>
562                                                         [% OVERDUE.date_due | $KohaDates  as_due_date => 1 %]
563                                                     </span>
564                                                 </td>
565                                                 [% IF ( OpacRenewalAllowed ) %]
566                                                     <td>
567                                                         [% IF ( OVERDUE.debarred ) %]
568                                                             Account frozen
569                                                         [% ELSIF ( OVERDUE.status ) %]
570                                                             [% IF ( canrenew ) %]
571                                                                 <a href="/cgi-bin/koha/opac-renew.pl?from=opac_user&amp;item=[% OVERDUE.itemnumber | uri %]&amp;bornum=[% OVERDUE.borrowernumber | uri %]">Renew</a>
572                                                             [% END %]
573                                                                 <span class="renewals">([% OVERDUE.renewsleft | html %] of [% OVERDUE.renewsallowed | html %] renewals remaining)</span>
574                                                         [% ELSIF ( OVERDUE.norenew_overdue ) %]
575                                                             Not allowed<span class="renewals">(overdue)</span>
576                                                         [% ELSIF ( OVERDUE.onreserve ) %]
577                                                             On hold
578                                                         [% ELSE %]
579                                                             No renewals left
580                                                         [% END %]
581                                                     </td>
582                                                 [% END %]
583                                                 [% IF ( OPACFinesTab ) %]
584                                                     <td>
585                                                         <span class="tdlabel">Fines:</span>
586                                                         [% IF ( OVERDUE.charges ) %]
587                                                             Yes
588                                                         [% ELSE %]
589                                                             No
590                                                         [% END %]
591                                                     </td>
592                                                 [% END %]
593                                             </tr>
594                                         [% END %]
595                                     </tbody>
596                                 </table>
597                             </div> <!-- / #opac-user-overdues -->
598                         [% END # /overdues_count %]
599
600
601                         [% IF ( RESERVES.count ) %]
602                             <div id="opac-user-holds">
603                                 <table id="holdst" class="table table-bordered table-striped">
604                                     <caption>Holds <span class="count">([% RESERVES.count | html %] total)</span></caption>
605                                     <!-- RESERVES TABLE ROWS -->
606                                     <thead>
607                                         <tr>
608                                             <th class="anti-the">Title</th>
609                                             [% IF ( showpriority ) %]
610                                                 <th class="title-string">Placed on</th>
611                                             [% ELSE %]
612                                                 <th class="psort title-string">Placed on</th>
613                                             [% END %]
614                                             <th class="title-string">Expires on</th>
615                                             [% UNLESS( singleBranchMode) %]
616                                                 <th>Pick up location</th>
617                                             [% END %]
618                                             [% IF ( showpriority ) %]
619                                                 <th class="psort">Priority</th>
620                                             [% END %]
621                                             <th>Status</th>
622                                             [% IF SuspendHoldsOpac %]
623                                                  <th class="nosort" >Suspend</th>
624                                             [% END %]
625                                             <th class="nosort">Modify</th>
626                                         </tr>
627                                     </thead>
628                                     <tbody>
629                                     [% FOREACH RESERVE IN RESERVES %]
630                                         [% IF ( RESERVE.is_waiting ) %]
631                                             [% IF ( RESERVE.is_at_destination ) %]
632                                                 [% IF ( RESERVE.is_found ) %]
633                                                     <tr class="reserved">
634                                                 [% ELSE %]
635                                                     <tr>
636                                                 [% END %]
637                                             [% ELSE %]
638                                                 <tr class="transfered">
639                                             [% END %]
640                                         [% ELSE %]
641                                             <tr>
642                                         [% END %]
643                                             <td class="title">
644                                                 <a class="title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% RESERVE.biblionumber | html %]">
645                                                     [% RESERVE.biblio.title | html %]
646                                                     [% FOREACH s IN RESERVE.biblio.subtitles %]
647                                                         [% s | html %]
648                                                     [% END %]
649                                                     [% RESERVE.item.enumchron | html %]
650                                                 </a>
651                                                 [% RESERVE.biblio.author | html %]
652                                             </td>
653                                             <td class="reservedate">
654                                                 <span title="[% RESERVE.reservedate | html %]">
655                                                     <span class="tdlabel">Hold date:</span>
656                                                     [% RESERVE.reservedate | $KohaDates %]
657                                                 </span>
658                                             </td>
659                                             <td class="expirationdate">
660                                                 [% IF ! RESERVE.found %]
661                                                     [% IF ( RESERVE.expirationdate ) %]
662                                                         <span title="[% RESERVE.expirationdate | html %]">
663                                                             <span class="tdlabel">Expiration:</span>
664                                                                 [% RESERVE.expirationdate | $KohaDates %]
665                                                         </span>
666                                                     [% ELSE %]
667                                                         <span title="0000-00-00">
668                                                             <span class="tdlabel">Expiration:</span>
669                                                             Never expires
670                                                         </span>
671                                                     [% END %]
672                                                 [% ELSE %]
673                                                     <span title="0000-00-00">-</span>
674                                                 [% END %]
675                                             </td>
676                                             [% UNLESS( singleBranchMode) %]
677                                                 <td class="branch">
678                                                     <span class="tdlabel">Pick up location:</span>
679                                                     [% RESERVE.branch.branchname | html %]
680                                                 </td>
681                                             [% END %]
682                                             [% IF ( showpriority ) %]
683                                                  <td data-order="[% RESERVE.priority | html %]" class="priority">
684                                                     <span class="tdlabel">Priority:</span>
685                                                     [% RESERVE.priority | html %]
686                                                 </td>
687                                             [% END %]
688                                             <td class="status">
689                                                 <span class="tdlabel">Status:</span>
690                                                 [% IF ( RESERVE.is_waiting ) %]
691                                                     [% IF ( RESERVE.is_at_destination ) %]
692                                                         [% IF ( RESERVE.found ) %]
693                                                             Item waiting at <b> [% RESERVE.branch.branchname | html %]</b>
694                                                             [% IF ( RESERVE.waitingdate ) %]
695                                                                 since [% RESERVE.waitingdate | $KohaDates %]
696                                                                 [% IF RESERVE.expirationdate %]
697                                                                     until [% RESERVE.expirationdate | $KohaDates %]
698                                                                 [% END %]
699                                                             [% END %]
700                                                             <input type="hidden" name="pickup" value="[% RESERVE.branchcode | html %]" />
701                                                         [% ELSE %]
702                                                             Item waiting to be pulled from <b> [% Branches.GetName( RESERVE.branchcode ) | html %]</b>
703                                                         [% END %]
704                                                     [% ELSE %]
705                                                         Item in transit to <b> [% Branches.GetName( RESERVE.branchcode ) | html %]</b> <input type="hidden" name="pickup" value="[% RESERVE.branchcode | html %]" />
706                                                     [% END %]
707                                                 [% ELSE %]
708                                                     [% IF ( RESERVE.is_in_transit ) %]
709                                                         [% SET transfer = RESERVE.item.get_transfer %]
710                                                         Item in transit from <b> [% Branches.GetName( transfer.frombranch ) | html %]</b> since
711                                                         [% transfer.datesent | $KohaDates %]
712                                                     [% ELSIF ( RESERVE.suspend ) %]
713                                                         Suspended [% IF ( RESERVE.suspend_until ) %] until [% RESERVE.suspend_until | html %] [% END %]
714                                                     [% ELSE %]
715                                                         [% IF RESERVE.itemtype %]
716                                                             Pending for next available item of item type '[% ItemTypes.GetDescription( RESERVE.itemtype ) | html %]'
717                                                         [% ELSE %]
718                                                             Pending
719                                                         [% END %]
720                                                     [% END %]
721                                                 [% END %]
722                                             </td>
723                                             [% IF SuspendHoldsOpac %]
724                                                 <td>
725                                                     [% IF ( RESERVE.is_cancelable_from_opac ) %]
726                                                         [% IF RESERVE.suspend %]
727                                                             <form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post">
728                                                                 <input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id | html %]" />
729                                                                 <button class="btn btn-link" type="submit" name="submit"><i class="fa fa-play"></i> Resume</button>
730                                                             </form>
731                                                         [% ELSE %]
732                                                             [% IF AutoResumeSuspendedHolds %]
733                                                                 <a class="btn btn-link js-show" href="#suspendModal[% RESERVE.reserve_id | html %]" role="button" data-toggle="modal"><i class="fa fa-pause"></i> Suspend</a>
734                                                                 [% # hold suspend modal form %]
735                                                                 <div id="suspendModal[% RESERVE.reserve_id | html %]" class="modal-nojs" tabindex="-1" role="dialog" aria-labelledby="suspendModal[% RESERVE.reserve_id | html %]Label" aria-hidden="true">
736                                                                     <form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post">
737                                                                         <div class="modal-header">
738                                                                             <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
739                                                                             [% IF RESERVE.suspend %]
740                                                                                 <h3 id="suspendModal[% RESERVE.reserve_id | html %]Label">Resume your hold on <i>[% RESERVE.biblio.title | html %]</i></h3>
741                                                                             [% ELSE %]
742                                                                                 <h3 id="suspendModal[% RESERVE.reserve_id | html %]Label">Suspend your hold on <i>[% RESERVE.biblio.title | html %]</i></h3>
743                                                                             [% END %]
744                                                                         </div>
745                                                                         <div class="modal-body">
746                                                                             <input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id | html %]" />
747                                                                             <label for="suspend_until_[% RESERVE.reserve_id | html %]">Suspend until:</label>
748                                                                             <input type="text" name="suspend_until" id="suspend_until_[% RESERVE.reserve_id | html %]" class="suspend-until" size="10" />
749                                                                             [% INCLUDE 'date-format.inc' %]
750                                                                             <p class="js-show"><a href="#" onclick="document.getElementById('suspend_until_[% RESERVE.reserve_id | html %]').value='';return false;">Clear date to suspend indefinitely</a></p>
751                                                                             <button class="btn btn-mini js-hide" type="submit" name="submit">Suspend</button>
752                                                                         </div>
753                                                                         <div class="modal-footer">
754                                                                             <button class="btn btn-primary" type="submit" name="submit">Suspend</button>
755                                                                             <a href="#" data-dismiss="modal" aria-hidden="true" class="cancel">Cancel</a>
756                                                                         </div>
757                                                                     </form>
758                                                                 </div>  <!-- /#suspendModal[% RESERVE.reserve_id | html %] -->
759                                                             [% ELSE %]
760                                                                 <form class="form-inline" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post">
761                                                                     <input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id | html %]" />
762                                                                     <button class="btn btn-link" type="submit" name="submit"><i class="fa fa-pause"></i> Suspend</button>
763                                                                 </form>
764                                                             [% END # / IF AutoResumeSuspendedHolds %]
765                                                         [% END # / IF RESERVE.suspend %]
766                                                     [% END # / IF ( RESERVE.is_cancelable_from_opac )%]
767                                                 </td>
768                                             [% END # / IF SuspendHoldsOpac %]
769                                             <td class="modify">
770                                                 [% IF ( RESERVE.is_cancelable_from_opac ) %]
771                                                     <form id="delete_hold_[% RESERVE.reserve_id | html %]" action="/cgi-bin/koha/opac-modrequest.pl" method="post">
772                                                     <input type="hidden" name="biblionumber" value="[% RESERVE.biblionumber | html %]" />
773                                                     <input type="hidden" name="reserve_id" value="[% RESERVE.reserve_id | html %]" />
774                                                     <button data-title="[% RESERVE.biblio.title | html %] [% FOREACH s IN RESERVE.biblio.subtitles %] [% s | html %] [% END %] [% RESERVE.item.enumchron | html %]" data-reserve_id="[% RESERVE.reserve_id | html %]" type="submit" class="btn btn-sm btn-danger btn-delete-hold"><i class="fa fa-remove"></i> Cancel</button></form>
775                                                 [% END %]
776                                             </td>
777                                         </tr>
778                                     [% END # /FOREACH RESERVES %]
779                                 </tbody>
780                             </table>
781
782                             [% IF SuspendHoldsOpac %]
783                                 <div>
784                                     <form class="form-inline" id="suspend_all_holds" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post">
785                                         <button type="submit" id="suspend_all_submit" class="btn"><i class="fa fa-pause"></i> Suspend all holds</button>
786                                         <input type="hidden" name="suspend" value="1" />
787
788                                         [% IF AutoResumeSuspendedHolds %]
789                                             <label for="suspend_until"> until </label>
790                                             <input type="text" name="suspend_until" id="suspend_until" class="suspend-until" readonly="readonly" size="10" />
791                                             <a href="#" style="font-size:85%;text-decoration:none;" onclick="document.getElementById('suspend_until').value='';return false;">Clear date to suspend indefinitely</a>
792                                         [% END %]
793                                     </form>
794                                 </div>
795                                 <br/>
796                                 <div>
797                                     <form id="resume_all_holds" action="/cgi-bin/koha/opac-modrequest-suspend.pl" method="post">
798                                         <button type="submit" id="resume_all_submit" class="btn"><i class="fa fa-play"></i> Resume all suspended holds</button>
799                                         <input type="hidden" name="suspend" value="0" />
800                                     </form>
801                                 </div>
802                             [% END %]
803                         </div> <!-- / #opac-user-holds -->
804                         [% END # / #RESERVES.count %]
805
806                         [% IF Koha.Preference('ArticleRequests') %]
807                             <div id="opac-user-article-requests">
808                                 [% IF logged_in_user.article_requests_current.count %]
809                                     <table id="article-requests-table" class="table table-bordered table-striped">
810                                         <caption>Article requests <span class="count">([% logged_in_user.article_requests_current.count | html %] total)</span></caption>
811                                         <thead>
812                                             <tr>
813                                                 <th class="anti-the article-request-record-title">Record title</th>
814                                                 <th class="psort article-request-created-on">Placed on</th>
815                                                 <th class="anti-the article-request-title">Title</th>
816                                                 <th class="article-request-author">Author</th>
817                                                 <th class="article-request-volume">Volume</th>
818                                                 <th class="article-request-issue">Issue</th>
819                                                 <th class="article-request-date">Date</th>
820                                                 <th class="article-request-pages">Pages</th>
821                                                 <th class="article-request-chapters">Chapters</th>
822                                                 <th class="article-request-patron-notes">Notes</th>
823                                                 <th class="article-request-status">Status</th>
824                                                 <th class="article-request-branchcode">Pickup library</th>
825                                                 <th class="nosort article-request-cancel">&nbsp;</th>
826                                             </tr>
827                                         </thead>
828
829                                         <tbody>
830                                         [% FOREACH ar IN logged_in_user.article_requests_current %]
831                                                 <td class="article-request-record-title">
832                                                     <a class="article-request-title" href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ar.biblionumber | html %]">
833                                                         [% ar.biblio.title | html %]
834                                                         [% ar.item.enumchron | html %]
835                                                     </a>
836                                                     [% ar.biblio.author | html %]
837                                                     [% IF ar.itemnumber %] <i>(only [% ar.item.barcode | html %])</i>[% END %]
838                                                 </td>
839
840                                                 <td class="article-request-created_on">
841                                                     [% ar.created_on | $KohaDates %]
842                                                 </td>
843
844                                                 <td class="article-request-title">
845                                                     [% ar.title | html %]
846                                                 </td>
847
848                                                 <td class="article-request-author">
849                                                     [% ar.author | html %]
850                                                 </td>
851
852                                                 <td class="article-request-volume">
853                                                     [% ar.volume | html %]
854                                                 </td>
855
856                                                 <td class="article-request-issue">
857                                                     [% ar.issue | html %]
858                                                 </td>
859
860                                                 <td class="article-request-date">
861                                                     [% ar.date | html %]
862                                                 </td>
863
864                                                 <td class="article-request-pages">
865                                                     [% ar.pages | html %]
866                                                 </td>
867
868                                                 <td class="article-request-chapters">
869                                                     [% ar.chapters | html %]
870                                                 </td>
871
872                                                 <td class="article-request-patron-notes">
873                                                     [% ar.patron_notes | html %]
874                                                 </td>
875
876                                                 <td class="article-request-status">
877                                                     [% IF ar.status == 'PENDING' %]
878                                                         Pending
879                                                     [% ELSIF ar.status == 'PROCESSING' %]
880                                                         Processing
881                                                     [% ELSIF ar.status == 'COMPLETED' %]
882                                                         Completed
883                                                     [% ELSIF ar.status == 'CANCELED' %]
884                                                         Canceled
885                                                     [% END %]
886                                                 </td>
887
888                                                 <td class="article-request-branchcode">
889                                                     [% ar.branch.branchname | html %]
890                                                 </td>
891
892                                                 <td class="article-request-cancel">
893                                                     <span class="tdlabel">Cancel:</span>
894                                                     <form action="/cgi-bin/koha/opac-article-request-cancel.pl" id="delete_article_request_[% ar.id | html %]">
895                                                         <input type="hidden" name="id" value="[% ar.id | html %]" />
896                                                         <button data-title="[% ar.biblio.title | html %] [% ar.item.enumchron | html %]" data-article-request_id="[% ar.id | html %]" type="submit" class="btn btn-sm btn-danger btn-delete-article-request"><i class="fa fa-remove"></i> Cancel</button>
897                                                     </form>
898                                                 </td>
899                                             </tr>
900                                         [% END %]
901                                     </tbody>
902                                 </table>
903                             [% ELSE %]
904                                 <table class="table table-bordered table-striped">
905                                     <tr><td>You have no article requests currently.</td></tr>
906                                 </table>
907                             [% END # IF article_requests_current.count %]
908                         </div> <!-- / #opac-user-article-requests -->
909                     [% END %]
910
911                     </div> <!-- /#opac-user-views -->
912                 </div> <!-- /#userdetails -->
913             </div> <!-- /.span10 -->
914         </div> <!-- /.row-fluid -->
915     </div> <!-- /.container-fluid -->
916 </div> <!-- /#main -->
917
918 [% IF ( OverDriveCirculation ) %]
919     [% INCLUDE 'overdrive-checkout.inc' %]
920     [% IF ( Koha.Preference('OverDrivePasswordRequired') ) %]
921         [% INCLUDE 'overdrive-login.inc' %]
922     [% END %]
923 [% END %]
924 [% IF ( RecordedBooksCirculation ) %]
925 [% INCLUDE 'recordedbooks-checkout.inc' %]
926 [% END %]
927
928 [% INCLUDE 'opac-bottom.inc' %]
929 [% BLOCK jsinclude %]
930     [% INCLUDE 'calendar.inc' %]
931     [% INCLUDE 'datatables.inc' %]
932     <script>
933
934         $(document).ready(function(){
935             $('#opac-user-views').tabs();
936             $(".js-show").show();
937             $(".js-hide").hide();
938             $(".modal-nojs").addClass("modal").addClass("hide").removeClass("modal-nojs");
939             $(".suspend-until").prop("readonly",1);
940
941             $(".btn-delete-hold").on("click", function(e){
942                 e.preventDefault();
943                 var hold_title = $(this).data("title");
944                 var reserve_id = $(this).data("reserve_id");
945                 var body = "<p><strong>" + hold_title + "</strong></p>";
946                 confirmModal( hold_title, _("Are you sure you want to cancel this hold?"), _("Yes, cancel hold"), _("No, do not cancel hold"), function( result ){
947                         if( result ){
948                             $("#delete_hold_" + reserve_id ).submit();
949                         }
950                     }
951                 );
952             });
953
954             $(".btn-delete-article-request").on("click", function(e){
955                 e.preventDefault();
956                 var hold_title = $(this).data("title");
957                 var article_request_id = $(this).data("article-request_id");
958                 var body = "<p><strong>" + hold_title + "</strong></p>";
959                 confirmModal( hold_title, _("Are you sure you want to cancel this article request?"), _("Yes, cancel article request"), _("No, do not cancel article request"), function( result ){
960                         if( result ){
961                             $("#delete_article_request_" + article_request_id ).submit();
962                         }
963                     }
964                 );
965             });
966
967             $("#suspend_all_submit").on("click", function(e){
968                 e.preventDefault();
969                 var title = _("Are you sure you want to suspend all holds?");
970                 var body = _("All holds will be suspended.");
971                 confirmModal( body, title, _("Yes, suspend all holds"), "", function( result ){
972                         if( result ){
973                             $("#suspend_all_holds").submit();
974                         }
975                     }
976                 );
977             });
978
979             $("#resume_all_submit").on("click", function(e){
980                 e.preventDefault();
981                 var title = _("Are you sure you want to resume all suspended holds?");
982                 var body = _("All holds will resume.");
983                 confirmModal( body, title, _("Yes, resume all holds"), _("No, do not resume holds"), function( result ){
984                         if( result ){
985                             $("#resume_all_holds").submit();
986                         }
987                     }
988                 );
989             });
990
991             var dTables = $("#checkoutst,#holdst,#overduest,#opac-user-relative-issues-table");
992             dTables.each(function(){
993                 var thIndex = $(this).find("th.psort").index();
994                 $(this).dataTable($.extend(true, {}, dataTablesDefaults, {
995                     "sorting" : [[ thIndex, 'asc' ]],
996                     "columnDefs": [
997                         { "targets": [ "nosort" ],"sortable": false,"searchable": false },
998                         { "type": "anti-the", "targets" : [ "anti-the" ] },
999                         { "type": "title-string", "targets" : [ "title-string" ] }
1000                     ]
1001                 }));
1002             });
1003
1004             [% IF ( GoogleJackets ) %]KOHA.Google.GetCoverFromIsbn();[% END %]
1005             [% IF ( OpacRenewalAllowed && canrenew && !userdebarred ) %]
1006                 $("#renewselected").submit(function(){
1007                     valid = false;
1008                     $("input[type=checkbox]").each(function(){
1009                         if($(this).is(':checked')){
1010                             valid = true;
1011                         }
1012                     });
1013                     if(!valid){
1014                         alert(_("Nothing has been selected. Check the box for each item you want to renew"));
1015                     }
1016                     return valid;
1017                 });
1018                 $("body").on("click","#renewselected_link",function(e){
1019                     e.preventDefault();
1020                     $("#renewselected").submit();
1021                 });
1022                 $("body").on("click","#renewall_link",function(e){
1023                     e.preventDefault();
1024                     $("#renewall").submit();
1025                 });
1026                 [% IF ( canrenew && !userdebarred && OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %]
1027                     $("#checkoutst caption").append("<div id=\"renewcontrols\"><a id=\"renewselected_link\" href=\"#\">"+_("Renew selected")+"</a> <a id=\"renewall_link\" href=\"#\">"+_("Renew all")+"</a></div>");
1028                 [% END %]
1029             [% END %]
1030
1031             [% IF ( Koha.Preference('AllowCheckoutNotes') ) %]
1032
1033                 /* If JS enabled, show button, otherwise show link to redirect to a page where note can be submitted */
1034                 $("a[name='nonjs_submitnote']").hide();
1035
1036                 $("input[name='note']").prop('readonly', false);
1037                 $("input[name='note']").keypress(function(e){
1038                     /* prevent submitting of renewselected form */
1039                     if(e.which == 13)
1040                         e.preventDefault();
1041                 });
1042
1043                 $("input[name='note']").keyup(function(e){
1044                     var $btn_save = $('#save_'+$(this).data('issue_id'));
1045                     var origvalue = $(this).data('origvalue');
1046                     var value = $(this).val();
1047
1048                     if(origvalue != value) {
1049                         if(origvalue != "")
1050                             $btn_save.text(_("Submit changes"));
1051                         else
1052                             $btn_save.text(_("Submit note"));
1053                         $btn_save.show();
1054                     } else {
1055                         $btn_save.hide();
1056                     }
1057                 });
1058
1059                 $("a[name='js_submitnote']").click(function(e){
1060                     var $self = $(this);
1061                     var title = $(this).parent().siblings('.title').html();
1062                     var $noteinput = $(this).siblings('input[name="note"]').first();
1063
1064                     var ajaxData = {
1065                         'action': 'issuenote',
1066                         'issue_id': $noteinput.data('issue_id'),
1067                         'note': $noteinput.val(),
1068                     };
1069
1070                     $.ajax({
1071                         url: '/cgi-bin/koha/svc/checkout_notes/',
1072                         type: 'POST',
1073                         dataType: 'json',
1074                         data: ajaxData,
1075                     })
1076                     .done(function(data) {
1077                         var message = "";
1078                         if(data.status == 'saved') {
1079                             $("#notesaved").removeClass("alert-error");
1080                             $("#notesaved").addClass("alert-info");
1081                             $noteinput.data('origvalue', data.note);
1082                             $noteinput.val(data.note);
1083                             message = "<p>" + _("Your note about %s has been saved and sent to the library.").format(title) + "</p>";
1084                             message += "<p style=\"font-style:italic;\">" + data.note + "</p>";
1085                             $self.hide();
1086                         } else if(data.status == 'removed') {
1087                             $("#notesaved").removeClass("alert-error");
1088                             $("#notesaved").addClass("alert-info");
1089                             $noteinput.data('origvalue', "");
1090                             $noteinput.val("");
1091                             message = "<p>" + _("Your note about %s was removed.").format(title) + "</p>";
1092                             $self.hide();
1093                         } else {
1094                             $("#notesaved").removeClass("alert-info");
1095                             $("#notesaved").addClass("alert-error");
1096                             message =  "<p>" + _("Your note about %s could not be saved.").format(title) + "</p>";
1097                             message += "<p style=\"font-weight:bold;\">" + _("Something went wrong. The note has not been saved") + "</p>";
1098                         }
1099                         $("#notesaved").html(message);
1100                     })
1101                     .fail(function(data) {
1102                         $("#notesaved").removeClass("alert-info");
1103                         $("#notesaved").addClass("alert-error");
1104                         var message = "<p style=\"font-weight:bold;\">" + _("Something went wrong. The note has not been saved") + "</p>";
1105                         $("#notesaved").html(message);
1106                     })
1107                     .always(function() {
1108                         $("#notesaved").show();
1109                     });
1110                 });
1111             [% END %]
1112
1113             $( ".suspend-until" ).datepicker({ minDate: 1 }); // Require that "until date" be in the future
1114
1115             if ( $('#opac-user-clubs').length ) {
1116                 $('#opac-user-clubs-tab-link').on('click', function() {
1117                     $('#opac-user-clubs').text(_("Loading..."));
1118                     $('#opac-user-clubs').load('/cgi-bin/koha/clubs/clubs-tab.pl?borrowernumber=[% borrowernumber | html %]');
1119                 });
1120             }
1121         });
1122         //]]>
1123     </script>
1124     [% IF Koha.Preference('OverDriveCirculation') %]
1125     [% Asset.js("js/overdrive.js") | $raw %]
1126     <script>
1127     var OD_password_required = [% IF Koha.Preference('OverDrivePasswordRequired') %]1[% ELSE %]0[% END %];
1128     $(document).ready(function() {
1129         [% IF ( overdrive_error ) %]
1130             KOHA.OverDriveCirculation.display_error("#opac-user-overdrive", "[% overdrive_error.dquote | html %]");
1131         [% END %]
1132
1133         [% IF ( overdrive_tab ) %]
1134             $("#opac-user-views").tabs("select", "#opac-user-overdrive");
1135         [% END %]
1136
1137         $("#opac-user-overdrive").each( function() {
1138             KOHA.OverDriveCirculation.display_account_details(this);
1139         } );
1140     });
1141     </script>
1142     [% END %]
1143     [% IF RecordedBooksCirculation %]
1144         [% Asset.js("js/recordedbooks.js") | $raw %]
1145         <script type="text/JavaScript">
1146             $(document).ready(function() {
1147                 [% IF ( recordedbooks_error ) %]
1148                     KOHA.RecordedBooks.display_error("#opac-user-recordedbooks", "[% recordedbooks_error.dquote | html %]");
1149                 [% END %]
1150                 [% IF ( recordedbooks_tab ) %]
1151                     $("#opac-user-views").tabs("select", "#opac-user-recordedbooks");
1152                 [% END %]
1153                 $("#opac-user-recordedbooks").each( function() {
1154                     KOHA.RecordedBooks.display_account_details(this);
1155                 } );
1156             });
1157         </script>
1158     [% END %]
1159 [% END %]