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