Bug 21034: Re-indent circulation.tt
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / circulation.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE Branches %]
5 [% USE KohaDates %]
6 [% USE Categories %]
7 [% USE ColumnsSettings %]
8 [% USE ItemTypes %]
9 [% USE Price %]
10 [% USE AuthorisedValues %]
11 [% SET footerjs = 1 %]
12 [% INCLUDE 'doc-head-open.inc' %]
13 [% SET destination = "circ" %]
14 <title>
15     Koha &rsaquo; Circulation
16     [% IF patron %]
17         &rsaquo; Checking out to [% INCLUDE 'patron-title.inc' invert_name = 1 no_html = 1 %]
18     [% END %]
19 </title>
20 [% INCLUDE 'doc-head-close.inc' %]
21 </head>
22
23 <body id="circ_circulation" class="circ">
24
25     [% INCLUDE 'header.inc' %]
26     [% INCLUDE 'circ-search.inc' %]
27
28     <div id="breadcrumbs">
29         <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
30         <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> &rsaquo;
31         [% IF patron %]
32             <a href="/cgi-bin/koha/circ/circulation.pl">Checkouts</a> &rsaquo; [% INCLUDE 'patron-title.inc' %]
33         [% ELSE %]
34             <strong>Checkouts</strong>
35         [% END %]
36     </div>
37
38     [% IF ( $borrowers ) %]
39         <div id="doc" class="yui-t7">
40             <div id="bd">
41                 <div id="yui-main">
42                     <div class="yui-g">
43     [% ELSE %]
44         <div id="doc3" class="yui-t2">
45             <div id="bd">
46                 <div id="yui-main">
47                     <div class="yui-b">
48     [% END %]
49
50                     [% IF patron %]
51                         [% INCLUDE 'members-toolbar.inc' %]
52                     [% END %]
53
54                     <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO -->
55                     [% IF ( was_renewed ) %]
56                         <div class="dialog message">Patron's account has been renewed until [% expiry | $KohaDates %]</div>
57                     [% END %]
58
59                     [% IF autoswitched %]
60                         <div id="autoswitched" class="dialog message">Patron was automatically switched by reading the patron card during checking out. Ensure you are working with the right patron.</div>
61                     [% END %]
62
63                     [% IF additional_materials %]
64                         <div id="materials" class="dialog message">Note about the accompanying materials: <br />
65                         [% additional_materials | html %]
66                         </div>
67                     [% END %]
68
69                     [% IF ( alert.ITEM_LOST ) %]
70                         <div class="dialog message">This item has been lost with a status of "[% alert.ITEM_LOST | html %]".</div>
71                     [% END %]
72
73                     [% IF ( alert.OTHER_CHARGES ) %]
74                         <div class="dialog message">The patron has unpaid charges for holds, rentals etc of [% alert.OTHER_CHARGES | $Price %]</div>
75                     [% END %]
76
77                     [% IF alert.HIGHHOLDS %]
78                         <div class="dialog message">High demand item. <b>Loan period was not shortened due to override.</b> Shortened due date would have been [% alert.HIGHHOLDS.returndate | $KohaDates %] ([% alert.HIGHHOLDS.duration  | html %] days).</div>
79                     [% END %]
80
81                     [% IF alert.RETURNED_FROM_ANOTHER %]
82                         <div class="dialog alert">Item was checked out to [% INCLUDE 'patron-title.inc' patron = alert.RETURNED_FROM_ANOTHER.patron %] and was returned automatically.</div>
83                     [% END %]
84
85                     [% IF ( nopermission ) %]
86                         <div class="dialog alert">Staff members are not allowed to discharge borrowers, nor borrowers to request a discharge.</div>
87                     [% END %]
88
89                     [% IF ( NEEDSCONFIRMATION ) %]
90                         <div class="yui-g">
91                             <div id="circ_needsconfirmation" class="dialog alert audio-alert-action">
92                                 [% IF CAN_user_circulate_force_checkout %]
93                                     <h3>Please confirm checkout</h3>
94                                 [% ELSE %]
95                                   <h3>Cannot check out</h3>
96                                 [% END %]
97
98                                 <ul>
99                                     [%IF ( AGE_RESTRICTION ) %]
100                                         <li>
101                                             Age restriction [% AGE_RESTRICTION | html %].
102                                             [% IF CAN_user_circulate_force_checkout %]
103                                                 Check out anyway?
104                                             [% END %]
105                                         </li>
106                                     [% END %]
107
108                                     [% IF ( DEBT ) %]
109                                         <li>The patron has a debt of [% DEBT | $Price %].</li>
110                                     [% END %]
111
112                                     [% IF ( DEBT_GUARANTEES ) %]
113                                         <li>The patron's guarantees collectively have a debt of [% DEBT_GUARANTEES | $Price %].</li>
114                                     [% END %]
115
116                                     [% IF ( RENTALCHARGE && RENTALCHARGE > 0 ) %]
117                                         <li>Rental charge for this item: [% RENTALCHARGE | $Price %]</li>
118                                     [% END %]
119
120                                     [% IF ( RENEW_ISSUE ) %]
121                                         <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) is currently checked out to this patron.  Renew?</li>
122                                     [% END %]
123
124                                     [% IF ( RESERVE_WAITING ) %]
125                                         <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) has been waiting for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% reswaitingdate | $KohaDates %]</li>
126                                     [% END %]
127
128                                     [% IF ( RESERVED ) %]
129                                         <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) has been on hold for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% resborrowernumber | uri %]">[% resfirstname | html %] [% ressurname | html %]</a> ([% rescardnumber | html %]) at [% Branches.GetName( resbranchcode ) | html %] since [% resreservedate | $KohaDates %]</li>
130                                     [% END %]
131
132                                     [% IF ( ISSUED_TO_ANOTHER ) %]
133                                         <li>Item <i>[% getTitleMessageIteminfo | html %]</i> ([% getBarcodeMessageIteminfo | html %]) is checked out to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issued_borrowernumber | uri %]">[% issued_firstname | html %] [% issued_surname | html %]</a> ([% issued_cardnumber | html %]).
134                                             [% IF CAN_user_circulate_force_checkout %]
135                                                 Check in and check out?
136                                             [% END %]
137                                         </li>
138                                     [% END %]
139
140                                     [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_CHECKOUTS' %]
141                                         <li>Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed.</li>
142                                     [% END %]
143
144                                     [% IF TOO_MANY and TOO_MANY == 'TOO_MANY_ONSITE_CHECKOUTS' %]
145                                         <li>Too many on-site checked out. [% current_loan_count | html %] on-site checked out, only [% max_loans_allowed | html %] are allowed.</li>
146                                     [% END %]
147
148                                     [% IF ( BORRNOTSAMEBRANCH ) %]
149                                         <li>This patron is from a different library ([% Branches.GetName( BORRNOTSAMEBRANCH ) | html %])</li>
150                                     [% END %]
151
152                                     [% IF ( PATRON_CANT ) %]
153                                         <li>This patron can't check out this item per library circulation policy.</li>
154                                     [% END %]
155
156                                     [% IF ( TOO_MANY and TOO_MANY == 'NO_RULE_DEFINED' ) %]
157                                         <li>No circulation rule is defined for this patron and itemtype combination.</li>
158                                     [% END %]
159
160                                     [% IF ( NOT_FOR_LOAN_FORCING ) %]
161                                         <li>
162                                         [% IF ( itemtype_notforloan ) %]
163                                             Item type is normally not for loan.
164                                         [% ELSIF ( item_notforloan ) %]
165                                             [% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %]
166                                             Item is normally not for loan[% IF (item_notforloan_lib) %] ([% item_notforloan_lib | html %])[% END %].
167                                         [% END %]
168                                             [% IF CAN_user_circulate_force_checkout %]
169                                                 Check out anyway?
170                                             [% END %]
171                                         </li>
172                                     [% END %]
173
174                                     [% IF ( USERBLOCKEDOVERDUE ) %]
175                                         <li>Patron has [% USERBLOCKEDOVERDUE %] overdue item(s).
176                                             [% IF CAN_user_circulate_force_checkout %]
177                                                 Check out anyway?
178                                             [% END %]
179                                         </li>
180                                     [% END %]
181
182                                     [% IF ( ITEM_LOST ) %]
183                                         <li>This item has been lost with a status of "[% ITEM_LOST | html %]".
184                                             [% IF CAN_user_circulate_force_checkout %]
185                                                 Check out anyway?
186                                             [% END %]
187                                         </li>
188                                     [% END %]
189
190                                     [% IF HIGHHOLDS %]
191                                         <li>High demand item. Loan period shortened to [% HIGHHOLDS.duration | html %] days (due [% HIGHHOLDS.returndate | $KohaDates %]). Check out anyway?</li>
192                                     [% END %]
193
194                                     [% IF PREVISSUE %]
195                                         <li>Patron has previously checked out this title: <b>[% biblio.title | html %] [% IF biblio.author %] by [% biblio.author | html %][% END %]</b>. Check out anyway?</li>
196                                     [% END %]
197
198                                     [% IF BIBLIO_ALREADY_ISSUED %]
199                                         <li>
200                                             Patron has already checked out another item from this record.
201                                             [% IF CAN_user_circulate_force_checkout %]
202                                                 Check out anyway?
203                                             [% END %]
204                                         </li>
205                                     [% END %]
206                                 </ul>
207
208                                 [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
209                                     <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
210                                         <input type="hidden" name="restoreduedatespec" />
211
212                                         [% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %]
213
214                                         [% IF HIGHHOLDS %]
215                                             <p class="circ-override-high-holds">
216                                                 <input type="checkbox" name="override_high_holds_tmp" id="override_high_holds_tmp" value="1" />
217                                                 <label for="override_high_holds_tmp">Don't decrease loan length based on holds</label>
218                                             </p>
219                                         [% END %]
220
221                                         [% IF ( RESERVED ) %]
222                                             <p>
223                                                 <input type="checkbox" id="cancelreserve" name="cancelreserve" value="cancel" />
224                                                 <label for="cancelreserve">Cancel hold</label>
225                                             </p>
226                                         [% END %]
227
228                                         [% IF ( RESERVE_WAITING ) %]
229                                             <p>
230                                                 <label for="cancelreserve">Cancel hold</label>
231                                                 <input type="radio" value="cancel" name="cancelreserve" id="cancelreserve" /><br />
232                                                 <label for="revertreserve">Revert waiting status</label>
233                                                 <input type="radio" value="revert" name="cancelreserve" id="revertreserve" checked="checked"/>
234                                             </p>
235                                         [% END %]
236
237                                         <input type="hidden" name="barcode" value="[% barcode | html %]" />
238                                         <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
239                                         <input type="hidden" name="issueconfirmed" value="1" />
240                                         <input type="hidden" name="override_high_holds" value="[% override_high_holds | html %]"/>
241
242                                         [% IF ( DEBT ) %]<input type="hidden" name="debt_confirmed" value="1" />[% END %]
243
244                                         [% IF ( INVALID_DATE ) %]
245                                             <p>
246                                               <input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec | html %]" />
247                                                 <label for="duedatespec">Due date</label>
248                                             </p>
249                                         [% ELSE %]
250                                             <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
251                                         [% END %]
252
253                                         <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
254                                         <input type="hidden" name="branch" value="[% branch | html %]" />
255
256                                         [% IF ( RENEW_ISSUE ) %]
257                                             <button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, renew (Y)</button>
258                                         [% ELSE %]
259                                             <button type="submit" class="approve" accesskey="y"><i class="fa fa-check"></i> Yes, check out (Y)</button>
260                                         [% END %]
261
262                                         <input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" />
263                                         <input type="hidden" name="auto_renew" value="[% auto_renew | html %]" />
264                                     </form>
265                                 [% END # /IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
266
267                                 [% IF ( RESERVED ) %]
268                                 <form method="get" action="/cgi-bin/koha/circ/circulation.pl">
269                                     <input type="hidden" name="restoreduedatespec" />
270                                     <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
271                                     <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
272                                     <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
273                                     <button class="print" type="submit" onclick="Dopop('hold-transfer-slip.pl?borrowernumber=[% reserveborrowernumber | html %]&amp;biblionumber=[% itembiblionumber | html %]&amp;itemnumber=[% item.itemnumber | html %]&amp;op=slip');this.form.submit();"><i class="fa fa-print"></i> Don't check out and print slip (P)</button>
274                                 </form>
275                                 [% END %]
276
277                                 [% IF ( RESERVE_WAITING ) %]
278                                     <form method="get" action="/cgi-bin/koha/circ/circulation.pl">
279                                         <input type="hidden" name="restoreduedatespec" />
280                                         <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
281                                         <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
282                                         <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
283                                         <button class="print" type="submit" onclick="Dopop('hold-transfer-slip.pl?borrowernumber=[% reserveborrowernumber | html %]&amp;biblionumber=[% itembiblionumber | html %]&amp;itemnumber=[% item.itemnumber | html %]&amp;op=slip');this.form.submit();"><i class="fa fa-print"></i> Don't check out and print slip (P)</button>
284                                     </form>
285                                 [% END %]
286
287                                 <form method="get" action="/cgi-bin/koha/circ/circulation.pl">
288                                     [% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %]
289                                     <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
290                                     <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
291                                     <input type="hidden" name="restoreduedatespec" />
292                                     <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
293                                     [% IF CAN_user_circulate_force_checkout or HIGHHOLDS %]
294                                         [% IF ( RENEW_ISSUE ) %]
295                                             <button type="submit" class="deny" accesskey="n"><i class="fa fa-times"></i> No, don't renew (N)</button>
296                                         [% ELSE %]
297                                             <button type="submit" class="deny" accesskey="n"><i class="fa fa-times"></i> No, don't check out (N)</button>
298                                         [% END %]
299                                     [% ELSE %]
300                                         <button type="submit" class="deny"><i class="fa fa-times"></i> Continue</button>
301                                     [% END %]
302                                 </form>
303
304                                 [% IF ( RESERVED || ISSUED_TO_ANOTHER ) && (CAN_user_reserveforothers_place_holds ) %]
305                                     [% UNLESS noissues %]
306                                         <button type="submit" onclick="window.location.href='/cgi-bin/koha/reserve/request.pl?biblionumber=[% itembiblionumber | html %]&borrowernumber=[% patron.borrowernumber | html %]'"><i class="fa fa-sticky-note-o"></i> Cancel checkout and place a hold for [% INCLUDE 'patron-title.inc' %]</button>
307                                     [% END %]
308                                 [% END %]
309                             </div> <!-- /#circ_needsconfirmation -->
310                         </div> <!-- /.yui-g -->
311                     [% END # /NEEDSCONFIRMATION %]
312
313                     [% IF ( IMPOSSIBLE ) %]
314                         <div class="yui-g">
315                             <div id="circ_impossible" class="dialog alert audio-alert-warning">
316                                 [% IF ( UNKNOWN_BARCODE ) %]
317                                     <h3>Barcode not found</h3>
318                                 [% END %]
319
320                                 <!-- RESULT OF ISSUING REQUEST -->
321                                 <ul>
322                                     [% IF ( STATS ) %]
323                                         <li>Local use recorded</li>
324                                     [% END %]
325
326                                     [% IF ( INVALID_DATE ) %]
327                                         <li>The due date &quot;[% INVALID_DATE | html %]&quot; is invalid</li>
328                                     [% END %]
329
330                                     [% IF ( UNKNOWN_BARCODE ) %]
331                                         <li>The barcode was not found: <span class="ex">[% barcode | html %]</span>
332                                             <div>
333                                                 [% IF ( FALLBACK ) %]
334                                                     [% IF options %]
335                                                         <button type="button" class="approve" data-toggle="modal" data-target="#itemSearchFallback"><i class="fa fa-search"></i> Show matching titles</button>
336                                                     [% ELSE %]
337                                                         <div>No items were found by searching.</div>
338                                                     [% END %]
339                                                 [% END %]
340
341                                                 [% IF ( fast_cataloging ) %]
342                                                     [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
343                                                         <a class="approve" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA&amp;barcode=[% barcode |uri %]&amp;circborrowernumber=[% patron.borrowernumber | html %]&amp;branch=[% branch | html %]&amp;duedatespec=[% duedatespec | html %]&amp;stickyduedate=[% stickyduedate | html %]"><i class="fa fa-plus"></i> Add record using fast cataloging</a>
344                                                     [% END %]
345                                                 [% END %]
346                                             </div>
347                                         </li>
348                                     [% END %]
349
350                                     [% IF ( NOT_FOR_LOAN ) %]
351                                         <li>
352                                         [% IF ( itemtype_notforloan ) %]
353                                             Item type not for loan.
354                                         [% ELSIF ( item_notforloan ) %]
355                                             [% item_notforloan_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %]
356                                             Item not for loan[% IF (item_notforloan_lib) %] ([% item_notforloan_lib | html %])[% END %].
357                                         [% END %]
358                                         </li>
359                                     [% END %]
360
361                                     [% IF ( WTHDRAWN ) %]
362                                         <li>
363                                             <span>Item has been withdrawn</span>
364                                             [% item_withdrawn_lib = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) %]
365                                             [% IF (item_withdrawn_lib) %]<span class="co-withdrawn">([% item_withdrawn_lib | html %])</span>[% END %]
366                                         </li>
367                                     [% END %]
368
369                                     [% IF ( RESTRICTED ) %]
370                                         <li>Item is restricted</li>
371                                     [% END %]
372
373                                     [% IF ( GNA ) %]
374                                         <li>Patron's address is in doubt</li>
375                                     [% END %]
376
377                                     [% IF ( CARD_LOST ) %]
378                                         <li>Patron's card is lost</li>
379                                     [% END %]
380
381                                     [% IF ( DEBARRED ) %]
382                                         <li>Patron is restricted</li>
383                                     [% END %]
384
385                                     [% IF ( NO_MORE_RENEWALS ) %]
386                                         <li>No more renewals possible</li>
387                                     [% END %]
388
389                                     [% IF NO_RENEWAL_FOR_ONSITE_CHECKOUTS %]
390                                         <li>This item can not be renewed, it's an on-site checkout</li>
391                                     [% END %]
392
393                                     [%IF ( AGE_RESTRICTION ) %]
394                                         <li>Age restriction [% AGE_RESTRICTION | html %].</li>
395                                     [% END %]
396
397                                     [% IF ( EXPIRED ) %]
398                                         <li>Patron's card is expired</li>
399                                     [% END %]
400
401                                     [% IF ( TOO_MANY ) %]
402                                         <li>Too many checked out. [% current_loan_count | html %] checked out, only [% max_loans_allowed | html %] are allowed.</li>
403                                     [% END %]
404
405                                     [% IF ( ITEMNOTSAMEBRANCH ) %]
406                                         <li>This item belongs to [% Branches.GetName( itemhomebranch ) | html %] and cannot be checked out from this location.</li>
407                                     [% END %]
408
409                                     [% IF RETURN_IMPOSSIBLE %]
410                                         <li>This item must be returned to [% Branches.GetName( branch_to_return ) | html %].</li>
411                                     [% END %]
412
413                                     [% IF ( USERBLOCKEDWITHENDDATE ) %]
414                                         <li>Patron has a restriction until [% USERBLOCKEDWITHENDDATE | $KohaDates %].</li>
415                                     [% END %]
416
417                                     [% IF ( USERBLOCKEDNOENDDATE ) %]
418                                         <li>Patron has an indefinite restriction.</li>
419                                     [% END %]
420
421                                     [% IF ( USERBLOCKEDOVERDUE ) %]
422                                         <li>Checkouts are BLOCKED because patron has overdue items.</li>
423                                     [% END %]
424                                     </ul>
425
426                                     [% IF (forceallow) %]
427                                         <li>Restriction overridden temporarily.</li>
428                                     [% END %]
429                                 </ul>
430                             </div> <!-- /#circ_impossible -->
431                         </div> <!-- /.yui-g -->
432
433                         [% IF ( FALLBACK ) %]
434                             [% IF options %]
435                                 <!-- Modal -->
436                                 <div class="modal" id="itemSearchFallback" tabindex="-1" role="dialog" aria-labelledby="itemSearchFallbackLabel">
437                                     <div class="modal-dialog modal-wide" role="document">
438                                         <div class="modal-content">
439                                             <div class="modal-header">
440                                                 <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
441                                                 <h3 id="itemSearchFallbackLabel"><h3>Barcode not found. The following items were found by searching:</h3>
442                                             </div>
443                                             <div class="modal-body">
444                                                 <table class="table_borrowers">
445                                                     [% FOREACH book IN options %]
446                                                         <tr>
447                                                             <td>
448                                                                 <a class="popup" target="_blank" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% book.biblionumber | html %]">[% book.title | html %]</a>
449                                                                 [% book.barcode | html %]
450                                                             </td>
451                                                             <td>
452                                                                 <form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off">
453                                                                     [% IF (forceallow) %]
454                                                                         <input type="hidden" name="forceallow" value="1">
455                                                                     [% END %]
456                                                                     <input type="hidden" name="restoreduedatespec" />
457                                                                     <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
458                                                                     <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" />
459                                                                     <input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" />
460                                                                     <input type="hidden" name="branch" value="[% branch | html %]" />
461                                                                     <input type="hidden" name="barcode" value="[% book.barcode | html %]" />
462                                                                     <button class="btn btn-default btn-xs" type="submit" name="x"><i class="fa fa-check"></i> Check out</button>
463                                                                 </form>
464                                                             </td>
465                                                         </tr>
466                                                     [% END %]
467                                                 </table>
468                                             </div> <!-- /.modal-body -->
469                                             <div class="modal-footer">
470                                                 <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
471                                             </div>
472                                         </div> <!-- /.modal-content -->
473                                     </div> <!-- /.modal-dialog.modal-wide -->
474                                 </div> <!-- /#itemSearchFallback -->
475                             [% END # /IF options %]
476                         [% END # /IF FALLBACK %]
477
478                     [% ELSE # IF IMPOSSIBLE %]
479                         [% IF (forceallow) %]
480                             <div id="overridden_debarment" class="dialog alert">Restriction overridden temporarily</div>
481                         [% END %]
482                     [% END # /IF IMPOSSIBLE %]
483
484                     <span class="audio-alert-success"></span>
485
486                     [% IF ( issued ) %]
487                         <p>Item checked out</p>
488                     [% END %]
489
490                     [% IF ( message ) %]
491                         [% INCLUDE 'patron-toolbar.inc' %]
492                         <h4>No patron matched <span class="ex">[% message | html %]</span></h4>
493                     [% END %]
494
495                     [% IF ( borrowers ) %]
496
497                         [% INCLUDE 'patron-toolbar.inc' %]
498                         <fieldset id="circ_circulation_selectborrower">
499                             [% INCLUDE 'circ-patron-search-results.inc' destination = "circ" %]
500                         </fieldset>
501
502                     [% ELSE %]
503
504                         <!-- BARCODE ENTRY -->
505
506                         [% IF patron %]
507                             <div class="yui-g">
508
509                                 [% IF privacy == 2 AND NOT Koha.Preference('AnonymousPatron') %]
510                                     <div class="dialog alert">
511                                         <strong>Error:</strong> This patron has requested their circulation history be anonymized on check-in, but the AnonymousPatron system preference is empty or incorrect.
512                                     </div>
513                                 [% END %]
514
515                                 [% IF ( !noissues ) || ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') )%]
516                                     <div class="yui-u first">
517                                         <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform" autocomplete="off">
518                                             <input type="hidden" name="restoreduedatespec" />
519                                             [% IF ( issue ) %]
520                                                 <fieldset id="circ_circulation_issue" class="lastchecked">
521                                             [% ELSE %]
522                                                 <fieldset id="circ_circulation_issue">
523                                             [% END %]
524
525                                                 [% IF ( DisplayClearScreenButton ) %]
526                                                     <span id="clearscreen"><a href="/cgi-bin/koha/circ/circulation.pl" title="Clear screen">x</a></span>
527                                                     <span id="printclearscreen"><a href="#" title="Print slip and clear screen"><i class="fa fa-print"></i></a></span>
528                                                 [% END %]
529
530                                                 [% IF (forceallow) %]<input type="hidden" name="forceallow" value="1">[% END %]
531
532                                                 <label class="circ_barcode" for="barcode">Checking out to [% INCLUDE 'patron-title.inc' %]</label>
533
534                                                 [% IF Koha.Preference('itemBarcodeFallbackSearch') %]
535                                                     <div class="hint">Enter item barcode or keyword:</div>
536                                                 [% ELSE %]
537                                                     <div class="hint">Enter item barcode:</div>
538                                                 [% END %]
539
540                                                 [% IF NEEDSCONFIRMATION %]
541                                                     <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" disabled="disabled" />
542                                                 [% ELSE %]
543                                                     <input type="text" name="barcode" id="barcode" class="barcode focus" size="14" />
544                                                 [% END %]
545
546                                                 <button type="submit" class="btn btn-default">Check out</button>
547
548                                                 <div id="show-checkout-settings">
549                                                     <a href="#"><i class="fa fa-caret-right checkout-settings-icon"></i> Checkout settings</a>
550                                                 </div>
551
552                                                 <div class="checkout-settings">
553
554                                                     [% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %]
555                                                         [% IF ( SpecifyDueDate ) %]
556                                                             <div id="specify-due-date" class="checkout-setting">
557                                                                 <div class="hint">Specify due date [% INCLUDE 'date-format.inc' %]: </div>
558                                                                 [% IF ( duedatespec ) %]
559                                                                     <input type="text" size="13" id="duedatespec" name="duedatespec" value="[% duedatespec | html %]" />
560                                                                 [% ELSE %]
561                                                                     <input type="text" size="13" id="duedatespec" name="duedatespec" value="" />
562                                                                 [% END %]
563                                                                 <label for="stickyduedate"> Remember for session:</label>
564                                                                 [% IF ( stickyduedate ) %]
565                                                                     <input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" checked="checked" />
566                                                                 [% ELSE %]
567                                                                     <input type="checkbox" id="stickyduedate" onclick="this.form.barcode.focus();" name="stickyduedate" />
568                                                                 [% END %]
569                                                                 <button class="btn btn-default btn-xs action" id="cleardate" name="cleardate" onclick="this.checked = false; this.form.duedatespec.value = ''; this.form.stickyduedate.checked = false; this.form.barcode.focus(); return false;" >Clear</button>
570                                                             </div>
571                                                         [% END %]
572                                                     [% END %]
573
574                                                     [% UNLESS ( noissues ) %]
575                                                         <div id="set-automatic-renewal" class="checkout-setting">
576                                                             [% IF NEEDSCONFIRMATION %]
577                                                                 <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" disabled="disabled" />
578                                                             [% ELSE %]
579                                                                 <input type="checkbox" name="auto_renew" id="auto_renew" value="auto_renew" class="circ_setting" />
580                                                             [% END %]
581
582                                                             <label for="auto_renew">Automatic renewal</label>
583                                                         </div>
584                                                         [% IF Koha.Preference('decreaseLoanHighHolds') %]
585                                                             <div id="set_high_holds_overrride" class="checkout-setting">
586                                                                 [% IF NEEDSCONFIRMATION %]
587                                                                     [% IF override_high_holds %]
588                                                                         <input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled" checked="checked"/>
589                                                                     [% ELSE %]
590                                                                         <input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled"/>
591                                                                     [% END %]
592                                                                 [% ELSE %]
593                                                                     [% IF override_high_holds %]
594                                                                         <input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" class="circ_setting" checked="checked" />
595                                                                     [% ELSE %]
596                                                                         <input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" class="circ_setting" />
597                                                                     [% END %]
598                                                                 [% END %]
599                                                                 <label for="override_high_holds">Don't decrease checkout length based on holds</label>
600                                                             </div>
601                                                         [% END %]
602                                                     [% END %]
603
604                                                     [% IF Koha.Preference('OnSiteCheckouts') %]
605                                                         <div id="onsite_checkout-select" class="checkout-setting">
606                                                             [% IF noissues %]
607                                                                 <div class="onsite-checkout-only">
608                                                                     <input type="checkbox" id="onsite_checkout" name="onsite_checkout_forced" checked="checked" disabled="disabled" /> <label for="onsite_checkout">On-site checkouts only. Automatic due date: </label>
609                                                                     <input type="text" name="duedatespec" id="duedatespec" />
610                                                                     <input type="hidden" name="onsite_checkout" checked="checked" value="1" />
611                                                                 </div>
612                                                             [% ELSE %]
613                                                                 <input type="checkbox" id="onsite_checkout" name="onsite_checkout" class="circ_setting" /> <label for="onsite_checkout">On-site checkout</label>
614                                                             [% END %]
615                                                         </div>
616                                                     [% END %]
617
618                                                 </div> <!-- /.checkout-settings -->
619
620                                                 <input type="hidden" name="borrowernumber" id="borrowernumber" value="[% patron.borrowernumber | html %]" />
621                                                 <input type="hidden" name="branch" value="[% branch | html %]" />
622                                                 <input type="hidden" name="print" value="maybe" />
623                                                 <input type="hidden" name="debt_confirmed" value="[% debt_confirmed | html %]" />
624                                                 [% IF ( CHARGES ) %]
625                                                         <input type="hidden" name="charges" value="yes" />
626                                                 [% END %]
627                                             </fieldset> <!-- /#circ_circulation_issue -->
628
629                                             [% IF ( issue ) %]
630                                                 <div class="lastchecked">
631                                                     <p><strong>Checked out: </strong>[% issue.item.biblioitemnumber.biblionumber.title | html %] ([% issue.item.barcode | html %]). Due on [% issue.date_due | $KohaDates as_due_date => 1 %]</p>
632                                                 </div>
633                                             [% END %]
634                                         </form> <!-- /#mainform -->
635                                     </div> <!-- /yui-u.first -->
636
637                                 [% END #/IF !noissues %]
638
639                                 [% IF ( noissues ) %]
640                                     [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
641                                         <div class="yui-u">
642                                     [% ELSE %]
643                                         <div>
644                                     [% END %]
645                                 [% ELSE %]
646                                     <div class="yui-u">
647                                 [% END %]
648
649                                 [% IF ( noissues ) %]
650                                     [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
651                                         <div id="circmessages" class="circmessage attention">
652                                     [% ELSE %]
653                                         <h4>Checking out to [% INCLUDE 'patron-title.inc' %]</h4>
654                                         <div id="circmessages" class="circmessage warning">
655                                     [% END %]
656                                     <h3>
657                                         Cannot check out!
658                                         [% IF ( Koha.Preference('OnSiteCheckouts') && Koha.Preference('OnSiteCheckoutsForce') ) %]
659                                             <span class="circ-hlt">Only on-site checkouts are allowed</span>
660                                         [% END %]
661                                     </h3>
662                                 [% ELSE %]
663                                     <div id="circmessages" class="circmessage attention">
664                                         <h3>Attention:</h3>
665                                 [% END %]
666
667                                 <ul>
668                                     [% IF ( has_modifications ) %]
669                                        <li><span class="circ-hlt">Pending modifications:</span> Patron has pending modifications.
670                                             [% IF CAN_user_borrowers_edit_borrowers && ( !Koha.Preference('IndependentBranchesPatronModifications') || borrower.branch == branch ) %]
671                                                     <a href="/cgi-bin/koha/members/members-update.pl">View all pending patron modifications</a>
672                                             [% END %]
673                                        </li>
674                                     [% END %]
675
676                                     [% IF ( warndeparture ) %]
677                                         <li>
678                                             <span class="circ-hlt">Expiration:</span> Patron's card will expire soon.
679                                             Patron's card expires on [% expiry | $KohaDates %] <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&amp;destination=circ&amp;reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;destination=circ&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;categorycode=[% categorycode | html %]">Edit details</a>
680
681                                         </li>
682                                     [% END %]
683
684                                     [% IF ( returnbeforeexpiry ) %]
685                                         <li>
686                                             <span class="circ-hlt">Set due date to expiry:</span> You have the ReturnBeforeExpiry system preference enabled this means if the expiry date is before the date due, the date due will be set to the expiry date
687                                         </li>
688                                     [% END %]
689
690                                     [% IF ( expired ) %]
691                                         <li>
692                                             <span class="circ-hlt">Expiration:</span> Patron's card has expired.
693                                             [% IF ( expiry ) %]
694                                                 Patron's card expired on [% expiry | $KohaDates %]
695                                             [% END %]
696                                             <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&amp;destination=circ&amp;reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&amp;destination=circ&amp;borrowernumber=[% patron.borrowernumber | html %]&amp;categorycode=[% categorycode | html %]">Edit details</a>
697                                         </li>
698                                     [% END %]
699
700                                     [% IF ( gna ) %]
701                                         <li class="blocker"><span class="circ-hlt">Address:</span> Patron's address in doubt</li>
702                                     [% END %]
703
704                                     [% IF ( lost ) %]
705                                         <li class="blocker"><span class="circ-hlt">Lost: </span>Patron's card is lost</li>
706                                     [% END %]
707
708                                     [% IF ( userdebarred ) %]
709                                         <li class="blocker">
710                                             <span class="circ-hlt"> Restricted:</span> Patron's account is restricted
711
712                                             [% IF ( userdebarreddate ) %]
713                                                 until [% userdebarreddate | $KohaDates %]
714                                             [% END %]
715
716                                             [% IF ( debarredcomment ) %]
717                                                 with the explanation: <br/>
718                                                 <i>
719                                                     [% IF debarredcomment.search('OVERDUES_PROCESS') %]
720                                                         Restriction added by overdues process [% debarredcomment.remove('OVERDUES_PROCESS ') | $raw | html_line_break %]
721                                                     [% ELSE %]
722                                                         [% debarredcomment | $raw | html_line_break %]
723                                                     [% END %]
724                                                 </i>
725                                             [% END %]
726                                             <br/>
727                                             <a class="btn btn-default" href="#reldebarments" onclick="$('#debarments-tab-link').click()"><i class="fa fa-ban"></i> View restrictions</a>
728
729                                             [% IF (noissues && patron && CAN_user_circulate_force_checkout) %]
730                                                 <span class="override_debarment">
731                                                     <a href="/cgi-bin/koha/circ/circulation.pl?forceallow=1&amp;borrowernumber=[% patron.borrowernumber | uri %]" class="btn btn-default">Override restriction temporarily</a>
732                                                 </span>
733                                             [% END %]
734                                        </li> <!-- /.blocker -->
735                                     [% END # /IF userdebarred %]
736
737                                     [% IF ( odues ) %]
738                                         <li><span class="circ-hlt">Overdues: Patron has ITEMS OVERDUE.</span> <a href="#checkouts">See highlighted items below</a></li>
739                                     [% END %]
740
741                                     [% IF ( charges ) %]
742                                         [% INCLUDE 'blocked-fines.inc' fines = chargesamount %]
743                                     [% END %]
744
745                                     [% IF ( charges_guarantees ) %]
746                                         <li>
747                                             <span class="circ-hlt">Fees &amp; Charges:</span> Patron's guarantees collectively owe [% chargesamount_guarantees | $Price %].
748                                                 [% IF noissues %]
749                                                     <span class="circ-hlt">Checkouts are BLOCKED because fine balance is OVER THE LIMIT.</span>
750                                                 [% END %]
751                                         </li>
752                                     [% END %]
753
754
755                                     [% IF ( credits ) %]
756                                         <li>
757                                             <span class="circ-hlt">Credits:</span> Patron has a credit[% IF ( creditsamount ) %] of [% creditsamount | $Price %][% END %]
758                                         </li>
759                                     [% END %]
760
761                                 </ul>
762                             </div> <!-- /.yui-g -->
763
764                             [% IF WaitingHolds.count %]
765                                 <div id="holdswaiting" class="circmessage">
766                                     <h4>Holds waiting:</h4>
767                                     [% FOREACH w IN WaitingHolds %]
768                                         <ul>
769                                             <li>
770                                                 <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% w.biblio.biblionumber | uri %]">[% w.biblio.title | html %]</a>
771                                                 ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]),
772                                                 [% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %]
773                                                 [% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %]
774                                                 Hold placed on [% w.reservedate | $KohaDates %].
775
776                                                 <br/>
777                                                 [% IF ( w.branch.branchcode == Branches.GetLoggedInBranchcode()  ) %]<strong class="waitinghere">[% ELSE %]<strong>[% END %]
778                                                     [% SET expires_on = w.expirationdate %]
779                                                     Waiting at [% w.branch.branchname | html %] [% IF expires_on %] until [% expires_on | $KohaDates %] [% END %]
780                                                 </strong>
781                                             </li>
782                                         </ul>
783                                     [% END %]
784                                 </div>
785                             [% END # /IF WaitingHolds.count %]
786
787                             [% IF ( notes ) %]
788                                     <div id="circnotes" class="circmessage">
789                                        <h4>Notes:</h4>
790                                         <p><span class="circ-hlt">[% notesmsg | $raw %]</span></p>
791                                     </div>
792                             [% END %]
793
794                             <div id="messages" class="circmessage">
795                                 <h4>Messages:</h4>
796                                 <ul>
797                                     [% FOREACH message IN messages %]
798                                         <li>
799                                             [% IF(message.message_type == "L") %]
800                                                 <span class="circ-hlt">
801                                             [% ELSE %]
802                                                 <span>
803                                             [% END %]
804                                                 [% message.message_date | $KohaDates %]
805                                                 [% Branches.GetName( message.branchcode ) | html %]
806                                                 [% IF message.manager_id %]
807                                                     ( <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% message.manager_id | uri %]">[% message.get_column('manager_firstname') | html %] [% message.get_column('manager_surname') | html %]</a> )
808                                                 [% END %]
809                                                 <i>"[% message.message | html %]"</i>
810                                             </span>
811                                             [% IF message.branchcode == branch OR Koha.Preference('AllowAllMessageDeletion') %]
812                                                 <a class="btn btn-link" href="/cgi-bin/koha/circ/del_message.pl?message_id=[% message.message_id | html %]&amp;borrowernumber=[% message.borrowernumber | html %]" onclick="return confirm(MSG_CONFIRM_DELETE_MESSAGE);"><i class="fa fa-trash"></i> Delete</a>
813                                             [% END %]
814                                         </li>
815                                     [% END %]
816                                 </ul>
817                                 <a id="addnewmessageLabel" href="#add_message_form" class="btn btn-link" data-toggle="modal"><i class="fa fa-plus"></i> Add a new message</a>
818                             </div> <!-- /.messages -->
819
820                         </div> <!-- /div or div.yui-u -->
821                     </div> <!-- /.yui-g -->
822
823                     <div class="yui-g">
824                         <div id="patronlists" class="toptabs">
825                             <ul>
826                                 <li>
827                                     [% IF ( issuecount ) %]
828                                         <a href="#checkouts">[% issuecount | html %] Checkout(s)</a>
829                                     [% ELSE %]
830                                         <a href="#checkouts">0 Checkouts</a>
831                                     [% END %]
832                                 </li>
833
834                                 [% IF relatives_issues_count %]
835                                     <li><a id="relatives-issues-tab" href="#relatives-issues">Relatives' checkouts</a></li>
836                                 [% END %]
837
838                                 <li>
839                                     [% IF ( holds_count ) %]
840                                         <a href="#reserves" id="holds-tab">[% holds_count | html %] Hold(s)</a>
841                                     [% ELSE %]
842                                         <a href="#reserves" id="holds-tab">0 Holds</a>
843                                     [% END %]
844                                 </li>
845
846                                 [% IF Koha.Preference('ArticleRequests') %]
847                                     <li>
848                                         <a href="#article-requests" id="article-requests-tab"> [% patron.article_requests_current.count | html %] Article requests</a>
849                                     </li>
850                                 [% END %]
851
852                                 <li><a id="debarments-tab-link" href="#reldebarments">[% debarments.count | html %] Restrictions</a></li>
853
854                                 [% SET enrollments = patron.get_club_enrollments(1) %]
855                                 [% SET enrollable  = patron.get_enrollable_clubs(0,1) %]
856                                 [% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %]
857                                     <li>
858                                         <a id="clubs-tab-link" href="#clubs-tab">
859                                             Clubs ([% enrollments.count | html %]/[% enrollable.count | html %])
860                                         </a>
861                                     </li>
862                                 [% END %]
863                             </ul>
864
865                             <!-- SUMMARY : TODAY & PREVIOUS ISSUES -->
866
867                             [% INCLUDE "checkouts-table.inc" %]
868
869                             [% IF ( relatives_issues_count ) %]
870                                 <div id="relatives-issues">
871                                     <table id="relatives-issues-table">
872                                         <thead>
873                                             <tr>
874                                                 <th scope="col">Due date (unformatted, hidden)</th>
875                                                 <th scope="col">Due date</th>
876                                                 <th scope="col">Title</th>
877                                                 <th scope="col">Item type</th>
878                                                 <th scope="col">Collection code</th>
879                                                 <th scope="col">Location</th>
880                                                 <th scope="col">Checked out on</th>
881                                                 <th scope="col">Checked out from</th>
882                                                 <th scope="col">Call no</th>
883                                                 <th scope="col">Charge</th>
884                                                 <th scope="col">Fine</th>
885                                                 <th scope="col">Price</th>
886                                                 <th scope="col">Patron</th>
887                                             </tr>
888                                         </thead>
889                                     </table>
890                                 </div> <!-- /#relatives-issues -->
891                             [% END %]
892
893                             [% IF CAN_user_clubs && ( enrollable.count || enrollments.count ) %]
894                                 <div id="clubs-tab">
895                                     Loading...
896                                 </div> <!-- /#clubs-tab -->
897                             [% END %]
898
899                             [% INCLUDE borrower_debarments.inc %]
900
901                             <div id="reserves">
902                                 [% IF ( holds_count ) %]
903                                     <form action="/cgi-bin/koha/reserve/modrequest.pl" method="post">
904                                         <input type="hidden" name="from" value="circ" />
905                                         <table id="holds-table" style="width: 100% !Important;">
906                                             <thead>
907                                                 <tr>
908                                                     <th>Hold date</th>
909                                                     <th>Title</th>
910                                                     <th>Call number</th>
911                                                     <th>Barcode</th>
912                                                     <th>Pickup at</th>
913                                                     <th>Expiration</th>
914                                                     <th>Priority</th>
915                                                     <th>Cancel?</th>
916                                                     <th>Suspend?</th>
917                                                     <th>Status</th>
918                                                 </tr>
919                                             </thead>
920                                         </table>
921
922                                         <fieldset class="action">
923                                             <input type="submit" class="cancel" name="submit" value="Cancel marked holds" />
924                                         </fieldset>
925                                     </form>
926
927                                     [% IF Koha.Preference('SuspendHoldsIntranet') %]
928                                         <fieldset class="action">
929                                             <form action="/cgi-bin/koha/reserve/modrequest_suspendall.pl" method="post">
930                                                 <input type="hidden" name="from" value="circ" />
931                                                 <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
932                                                 <input type="submit" value="Suspend all holds" />
933
934                                                 [% IF Koha.Preference('AutoResumeSuspendedHolds') %]
935                                                 <label for="suspend_until">until</label>
936                                                 <input type="text" size="10" id="suspend_until" name="suspend_until" class="datepicker"/>
937                                                 <span class="hint">Specify date on which to resume [% INCLUDE 'date-format.inc' %]: </span>
938                                                  [% END %]
939                                             </form>
940                                         </fieldset>
941
942                                         <fieldset class="action">
943                                             <form action="/cgi-bin/koha/reserve/modrequest_suspendall.pl" method="post">
944                                                 <input type="hidden" name="from" value="circ" />
945                                                 <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
946                                                 <input type="hidden" name="suspend" value="0" />
947                                                 <input type="submit" value="Resume all suspended holds" />
948                                             </form>
949                                         </fieldset>
950                                     [% END # /IF SuspendHoldsIntranet %]
951
952                                 [% ELSE # IF holds_count %]
953                                     <p>Patron has nothing on hold.</p>
954                                 [% END # /IF holds_count %]
955                             </div> <!-- /#reserves -->
956
957                             [% IF Koha.Preference('ArticleRequests') %]
958                                 [% INCLUDE 'patron-article-requests.inc' %]
959                             [% END %]
960
961                     [% ELSIF borrowernumber # IF patron %]
962                         <div class="dialog message">Patron not found. <a href="/cgi-bin/koha/members/members-home.pl">Return to search</a></div>
963                     [% END # /IF patron %]
964
965                     </div> <!-- /#patronlists -->
966                 </div> <!-- /.yui-g -->
967             [% END %]
968
969             [% IF Koha.Preference('CircSidebar') %]
970                 [% UNLESS ( borrowers ) %]
971                     [% IF not( borrowernumber and patron ) %]
972                         <div class="yui-b noprint">
973                             [% INCLUDE 'circ-nav.inc' %]
974                         </div>
975                     [% END %]
976                 [% END %]
977             [% END %]
978         </div> <!-- /.yui-b -->
979     </div> <!-- /.yui-main -->
980
981     [% UNLESS ( borrowers ) %]
982         [% IF borrowernumber and patron %]
983             <div class="yui-b">
984                 [% INCLUDE 'circ-menu.inc' %]
985             </div>
986         [% END %]
987     [% END %]
988 </div> <!-- /#bd -->
989
990 <!-- Modal -->
991 <div id="barcodeSubmittedModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="barcodeSubmittedModalLabel" aria-hidden="true">
992     <div class="modal-dialog">
993         <div class="modal-content">
994             <div class="modal-header">
995                 <h3 id="barcodeSubmittedModalLabel">Barcode submitted</h3>
996             </div>
997             <div class="modal-body">
998                 <p>You have already submitted a barcode, please wait for the checkout to process...</p>
999             </div>
1000         </div> <!-- /.modal-content -->
1001     </div> <!-- /.modal-dialog -->
1002 </div> <!-- /#barcodeSubmittedModal -->
1003
1004 [% MACRO jsinclude BLOCK %]
1005     [% INCLUDE 'strings.inc' %]
1006     [% INCLUDE 'calendar.inc' %]
1007     [% INCLUDE 'datatables.inc' %]
1008     [% INCLUDE 'columns_settings.inc' %]
1009     [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %]
1010     [% Asset.js("lib/jquery/plugins/jquery-ui-timepicker-addon.min.js") | $raw %]
1011     [% INCLUDE 'timepicker.inc' %]
1012     [% Asset.js("lib/jquery/plugins/jquery.dataTables.rowGrouping.js") | $raw %]
1013     [% Asset.js("js/pages/circulation.js") | $raw %]
1014     [% Asset.js("js/checkouts.js") | $raw %]
1015     [% Asset.js("js/holds.js") | $raw %]
1016     [% Asset.js("js/circ-patron-search-results.js") | $raw %]
1017     <script type="text/javascript">
1018         /* Set some variable needed in circulation.js */
1019         var MSG_DT_LOADING_RECORDS = _("Loading... you may continue scanning.");
1020         var interface = "[% interface | html %]";
1021         var theme = "[% theme | html %]";
1022         var borrowernumber = "[% patron.borrowernumber | html %]";
1023         var branchcode = "[% branch | html %]";
1024         var exports_enabled = "[% Koha.Preference('ExportCircHistory') | html %]";
1025         var AllowRenewalLimitOverride = [% (CAN_user_circulate_override_renewals && Koha.Preference('AllowRenewalLimitOverride') )? 1: 0 | html %];
1026         var AllowCirculate = [% (CAN_user_circulate_circulate_remaining_permissions)? 1 : 0 | html %];
1027         var script = "circulation";
1028         var relatives_borrowernumbers = new Array();
1029         [% FOREACH b IN relatives_borrowernumbers %]
1030             relatives_borrowernumbers.push("[% b | html %]");
1031         [% END %]
1032
1033         var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
1034         var MSG_CONFIRM_DELETE_MESSAGE = _("Are you sure you want to delete this message? This cannot be undone.");
1035
1036         columns_settings_issues_table = [% ColumnsSettings.GetColumns( 'circ', 'circulation', 'issues-table', 'json' ) | $raw %]
1037         columns_settings_borrowers_table = [% ColumnsSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %]
1038
1039         [% IF borrowernumber and patron %]
1040             if($.cookie("holdfor") != [% patron.borrowernumber | html %]){
1041                 $.removeCookie("holdfor", { path: '/' });
1042             }
1043         [% ELSE %]
1044             $.removeCookie("holdfor", { path: '/' });
1045         [% END %]
1046
1047         [% UNLESS ( patron.borrowernumber ) %][% UNLESS ( borrowers ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %]
1048
1049         // On-site checkout
1050         function toggle_onsite_checkout(){
1051             if ( $("#onsite_checkout").prop('checked') ) {
1052                 $("#duedatespec").val("[% todaysdate | $KohaDates  with_hours => 1 %]")
1053                 [% IF !Koha.Preference('SpecifyDueDate') %]
1054                     $("#duedatespec").datetimepicker('destroy');
1055                 [% END %]
1056             } else {
1057                 $("#duedatespec").datetimepicker({
1058                     onClose: function(dateText, inst) {
1059                         if (validate_date(dateText, inst) ) {
1060                             $("#barcode").focus();
1061                         }
1062                     },
1063                     hour: 23,
1064                     minute: 59
1065                 }).on("change", function(e, value) {
1066                     if ( ! is_valid_date( $(this).val() ) ) {$(this).val("");}
1067                 });
1068             }
1069         }
1070
1071         function Dopop(link) {
1072             var newin = window.open(link, 'popup', 'width=600,height=400,resizable=1,toolbar=0,scrollbars=1,top');
1073         }
1074         $(document).ready(function() {
1075             $('#mainform').on('submit',function() {
1076                 if ($("#barcode") && $("#barcode").val()) {
1077                     $('#barcode').on('keypress',function(event) {
1078                         $('#barcodeSubmittedModal').modal();
1079                         event.preventDefault(); }
1080                     );
1081                 }
1082             });
1083
1084             if ( $('#clubs-tab').length ) {
1085                 $('#clubs-tab-link').on('click', function() {
1086                     $('#clubs-tab').text(_("Loading..."));
1087                     $('#clubs-tab').load('/cgi-bin/koha/clubs/patron-clubs-tab.pl?borrowernumber=[% patron.borrowernumber | html %]');
1088                 });
1089             }
1090
1091             [% IF !( CircAutoPrintQuickSlip == 'clear' ) %]
1092                 // listen submit to trigger qslip on empty checkout
1093                 $('#mainform').bind('submit',function() {
1094                     if ($('#barcode').val() == '') {
1095                         return printx_window( '[% CircAutoPrintQuickSlip | html %]' );
1096                     }
1097                 });
1098             [% END %]
1099             toggle_onsite_checkout();
1100             $("#onsite_checkout").click(function(){
1101                 toggle_onsite_checkout();
1102             });
1103
1104             $("#suspend_until").datepicker({
1105                 onClose: function(dateText, inst) {
1106                     validate_date(dateText, inst);
1107                 },
1108                 minDate: 1, // require that hold suspended until date is after today
1109             });
1110
1111             [% IF HIGHHOLDS %]
1112                 [% IF !override_high_holds %]
1113                     $("input[name=duedatespec]:hidden").val('[% HIGHHOLDS.returndate | html %]');
1114                     if ('[% duedatespec | html %]' === '') {
1115                         $("input[name=restoreduedatespec]:hidden").val('highholds_empty');
1116                     } else {
1117                         $("input[name=restoreduedatespec]:hidden").val('[% duedatespec | html %]');
1118                     }
1119                 [% END %]
1120
1121                 $("#override_high_holds_tmp").on( 'change', function() {
1122                     if ( this.checked ) {
1123                         $("input[name=duedatespec]:hidden").val('');
1124                     }
1125                 });
1126             [% END %]
1127         });
1128     </script>
1129     [% INCLUDE 'str/members-menu.inc' %]
1130     [% Asset.js("js/members-menu.js") | $raw %]
1131 [% END %]
1132
1133 [% INCLUDE 'intranet-bottom.inc' %]