Bug 27069: Adapt uses of holdallowed
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reserve / request.tt
1 [% USE raw %]
2 [% USE To %]
3 [% USE Asset %]
4 [% USE Koha %]
5 [% USE KohaDates %]
6 [% USE Branches %]
7 [% USE Categories %]
8 [% USE ItemTypes %]
9 [% USE AuthorisedValues %]
10 [% USE Price %]
11 [% USE TablesSettings %]
12 [% SET footerjs = 1 %]
13 [% INCLUDE 'doc-head-open.inc' %]
14 [% UNLESS ( multi_hold ) %]
15     <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Place a hold on [% INCLUDE 'biblio-title-head.inc' %]</title>
16 [% ELSE %]
17     <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
18 [% END %]
19 [% INCLUDE 'doc-head-close.inc' %]
20 </head>
21
22 <body id="circ_request" class="catalog">
23
24 [% INCLUDE 'header.inc' %]
25 [% INCLUDE 'circ-search.inc' %]
26
27 [% UNLESS ( multi_hold ) %]
28     <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
29         <ol>
30             <li>
31                 <a href="/cgi-bin/koha/mainpage.pl">Home</a>
32             </li>
33             <li>
34                 <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
35             </li>
36             <li>
37                 [% INCLUDE 'biblio-title.inc' link =1 %]
38             </li>
39             <li>
40                 <a href="#" aria-current="page">
41                     Place a hold
42                 </a>
43             </li>
44         </ol>
45     </nav>
46 [% ELSE %]
47     <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
48         <ol>
49             <li>
50                 <a href="/cgi-bin/koha/mainpage.pl">Home</a>
51             </li>
52             <li>
53                 <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
54             </li>
55             <li>
56                 <a href="#" aria-current="page">
57                     Confirm holds
58                 </a>
59             </li>
60         </ol>
61     </nav>
62 [% END # UNLESS multi_hold %]
63
64 <div class="main container-fluid">
65     <div class="row">
66         [% IF ( multi_hold ) # No sidebar menu when placing multiple holds %]
67             <div class="col-md-10 col-md-offset-1">
68         [% ELSE %]
69             <div class="col-sm-10 col-sm-push-2">
70         [% END %]
71
72         <main>
73
74             [% IF ( noitems ) %]
75                 <div class="dialog alert">
76                 [%IF (multi_hold) %]
77                     <strong>Cannot place hold:</strong> one or more records without items attached.
78                 [% ELSE %]
79                     <strong>Cannot place hold:</strong> this record has no items attached.
80                 [% END %]
81                 </div>
82             [% END %]
83
84             [% IF ( messagetransfert ) %]
85                 <div class="dialog message">
86                     <h2>Hold found for ([% nextreservtitle | html %]), please transfer</h2>
87                     <p>Hold placed by : <strong> [% nextreservsurname | html %] [% nextreservfirstname | html %]</strong> at : <strong> [% branchname | html %] </strong>, Please transfer this item.
88                     </p>
89                     <form name="cancelReservewithtransfert" action="branchreserves.pl" method="post">
90                         <input type="submit" class="button" />
91                     </form>
92                 </div>
93             [% END %]
94
95             [% UNLESS ( multi_hold ) %]
96                 <h1>Place a hold on [% INCLUDE 'biblio-title.inc' link = 1 %]</h1>
97             [% ELSE %]
98                 <h1>Confirm holds</h1>
99             [% END %]
100
101             [% UNLESS club OR patron OR patron.borrowernumber OR noitems %]
102                 [% IF ( messageborrower ) %]
103                     <div class="dialog alert">
104                         <h3>Patron not found</h3>
105                         <p>No patron with this name, please, try another</p>
106                     </div>
107                 [% END %]
108
109                 [% IF ( messageclub ) %]
110                     <div class="dialog alert">
111                         <h3>Club not found</h3>
112                         <p>No club with this name, please, try another</p>
113                     </div>
114                 [% END %]
115                 <fieldset class="brief">
116                     <label>Search patrons or clubs</label>
117                     <div id="circ_holds_select" class="toptabs">
118                         <ul>
119                             <li><a href="#holds_patronsearch_pane">Patrons</a></li>
120                             <li><a href="#holds_clubsearch_pane">Clubs</a></li>
121                         </ul>
122                         <div id="holds_patronsearch_pane">
123                             <form id="holds_patronsearch" action="request.pl?biblionumbers=[% biblionumbers | html %]" method="post">
124                                 <div class="hint">Enter patron card number or partial name:</div>
125                                 <input type="text" size="40" id="patron" class="focus" name="findborrower" autocomplete="off" />
126                                 <input type="submit" value="Search" />
127                                 [% IF multi_hold %]
128                                     <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
129                                 [% ELSE %]
130                                     <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
131                                 [% END %]
132
133                             </form> <!-- /#holds_patronsearch -->
134                             [% IF borrowers %]
135                                 [% INCLUDE 'circ-patron-search-results.inc' destination = "holds" %]
136                             [% END %]
137                         </div>
138                         <div id="holds_clubsearch_pane">
139                             <form id="holds_clubsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
140                                 <div class="hint">Enter club ID or partial name:</div>
141                                 <input type="text" size="40" id="club" class="focus" name="findclub" autocomplete="off" />
142                                 <input type="submit" value="Search" />
143                                 [% IF multi_hold %]
144                                     <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
145                                 [% ELSE %]
146                                     <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
147                                 [% END %]
148
149                             </form> <!-- /#holds_patronsearch -->
150                             [% IF clubs %]
151                                 [% INCLUDE 'clubs-table.inc' destination = "holds" %]
152                             [% END %]
153                         </div>
154                     </div>
155                 </fieldset>
156             [% ELSIF club %]
157                 <div class="dialog alert hide clubalert">
158                 </div>
159                 <fieldset class="rows">
160                     <legend>Hold details</legend>
161                     <form action="/api/v1/clubs/[% club.id | html %]/holds" method="post" name="form" id="club-request-form">
162
163                         [% IF ( multi_hold ) %]
164                             <input type="hidden" name="biblionumbers" id="multi_hold_bibs" value="[% biblionumbers | html %]"/>
165                             <input type="hidden" name="bad_bibs" id="bad_bibs" value=""/>
166                             <input type="hidden" name="request" value="any"/>
167                             [% FOREACH biblioloo IN biblioloop %]
168                                 <input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/>
169                                 <input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/>
170                             [% END %]
171                         [% ELSE %]
172                             <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
173                             <input type="hidden" name="title" value="[% biblio.title | html %]" />
174                             <input type="hidden" name="rank-request" value="[% fixedRank | html %]" />
175                         [% END # /IF multi_hold %]
176                         <ol>
177                             <li>
178                                 <span class="label">Club: </span> [% club.name | html %]
179                             </li>
180                             <li>
181                                 <span class="label">Description: </span> [% club.description | html %]
182                             </li>
183                             <li>
184                                 <label for="pickup">Pickup at:</label>
185                                 <select name="pickup" id="pickup">
186                                     [% PROCESS options_for_libraries libraries => Branches.all({ selected => club.branchcode, search_params => { pickup_location => 1 } }) %]
187                                 </select>
188                             </li>
189                             <li>
190                                 <label for="default_patron_home">Pickup at patron's home library when possible:</label>
191                                 <input type="checkbox" id="default_patron_home" name="default_patron_home"/>
192                             </li>
193                         </ol>
194                         <h2 style="padding: 0 1em;">Members</h2>
195                         <ol>
196                             [% FOREACH member IN members %]
197                                 [% SET patron = member.patron %]
198                                 <li style="padding: 0.5em 1em;">
199                                     <div><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] ([% patron.cardnumber | html %])</a></div>
200                                     [% IF member.exceeded_maxreserves %]
201                                         <div>
202                                             <i class="fa fa-error"></i>
203                                             <strong>Too many holds: </strong> Patron can only place a maximum of [% maxreserves | html %] total holds.
204                                         </div>
205                                     [% END %]
206                                     [% IF ( member.expiry ) %]
207                                         <div>
208                                             <i class="fa fa-warning"></i>
209                                             <strong>Account has expired</strong>
210                                         </div>
211                                     [% END %]
212                                     [% IF patron.is_debarred %]
213                                         <div>
214                                             <i class="fa fa-warning"></i>
215                                             <strong>Patron has restrictions</strong>
216                                         </div>
217                                     [% END %]
218                                     [% IF amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') %]
219                                         <div>
220                                             <i class="fa fa-warning"></i>
221                                             <strong>Patron has outstanding fines: [% member.amount_outstanding | $Price %]</strong>
222                                         </div>
223                                     [% END %]
224
225                                     [% IF ( member.diffbranch ) %]
226                                         <div>
227                                             <i class="fa fa-warning"></i>
228                                             <strong>Pickup library is different.</strong> Patron's home library: ([% Branches.GetName(patron.branchcode) | html %] / [% patron.branchcode | html %] )
229                                         </div>
230                                     [% END %]
231                                 </li>
232                             [% END %]
233                         </ol>
234                         [% UNLESS ( multi_hold ) %]
235                             <fieldset class="action">
236                                 <input type="submit" value="Place hold" />
237                             </fieldset>
238                         [% ELSE %]
239                             <table id="requesttitles">
240                                 <tr>
241                                     <th>&nbsp;</th>
242                                     <th>Title</th>
243                                     [% UNLESS ( item_level_itypes ) %]
244                                         <th>Item type</th>
245                                     [% END %]
246                                     <th>Priority</th>
247                                     <th>Information</th>
248                                 </tr>
249                                 [% FOREACH biblioloo IN biblioloop %]
250                                     [% IF ( biblioloo.warn ) %]
251                                         <tr class="onissue">
252                                     [% ELSE %]
253                                         <tr>
254                                     [% END %]
255                                         <td>
256                                             [% UNLESS ( biblioloo.warn ) %]
257                                                     <input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/>
258                                                 </td>
259                                             [% END %]
260                                         <td>
261                                             <ul>
262                                                 <li>
263                                                     <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">[% biblioloo.title | html %]</a>
264                                                 </li>
265                                                 [% IF ( biblioloo.publicationyear ) %]
266                                                     <li>
267                                                         <span class="label">Publication year:</span> [% biblioloo.publicationyear | html %]
268                                                     </li>
269                                                 [% END %]
270                                             </ul>
271                                             [% IF ( biblioloo.warn ) %]
272                                                 <span class="not_holdable" title="[% biblioloo.biblionumber | html %]"></span>
273                                             [% END %]
274                                         </td>
275                                         [% UNLESS ( item_level_itypes ) %]
276                                             <td>
277                                                 <img src="[% biblioloo.imageurl | html %]" alt="[% biblioloo.itypename | html %]" title="[% biblioloo.itypename | html %]" />
278                                             </td>
279                                         [% END %]
280                                         <td>[% biblioloo.rank | html %]</td>
281                                         <td>
282                                             [% IF ( biblioloo.checked_previously ) %]
283                                                 <span>Patron has previously checked out this title</span><br/>
284                                             [% END %]
285                                             [% IF ( biblioloo.alreadyres ) %]
286                                                 <ul>
287                                             [% ELSE %]
288                                                 [% IF ( biblioloo.none_avail ) %]
289                                                     <ul>
290                                                 [% END %]
291                                             [% END %]
292
293                                             [% IF ( biblioloo.alreadyres ) %]
294                                                 <li>
295                                                     <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a>
296                                                     <strong>already has a hold</strong> on this item
297                                                 </li>
298                                             [% END %]
299                                             [% IF ( biblioloo.none_avail ) %]
300                                                 <li> <strong>No items are available</strong> to be placed on hold</li>
301                                             [% END %]
302
303                                             [% IF ( biblioloo.alreadyres ) %]
304                                                 </ul>
305                                             [% ELSE %]
306                                                 [% IF ( biblioloo.none_avail ) %]
307                                                     </ul>
308                                                 [% END %]
309                                             [% END %]
310                                         </td>
311                                     </tr>
312                                 [% END # /FOREACH biblioloo %]
313                             </table> <!-- /#requesttitles -->
314                         [% END %]
315                     </form>
316                 </fieldset>
317             [% ELSIF NOT noitems # /UNLESS patron %]
318
319                 [% IF ( checked_previously && !multi_hold ) %]
320                     <div class="dialog alert">
321                         <ul>
322                             <li>Patron has previously checked out this title</li>
323                         </ul>
324                     </div>
325                 [% END %]
326
327                 [% IF ( exceeded_maxreserves || exceeded_holds_per_record || alreadyreserved || none_available || alreadypossession || ageRestricted ) %]
328                     <div class="dialog alert">
329
330                         [% UNLESS ( multi_hold ) %]
331                             <h3>Cannot place hold</h3>
332                             <ul>
333                                 [% IF ( exceeded_maxreserves ) %]
334                                     <li><strong>Too many holds: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> can only place a maximum of [% maxreserves | html %] total holds.</li>
335                                 [% ELSIF ( exceeded_holds_per_record ) %]
336                                     <li><strong>Too many holds for this record: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> can only place a maximum of [% max_holds_for_record | html %] hold(s) on this record.</li>
337                                 [% ELSIF ( alreadypossession ) %]
338                                     <li> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a> <strong>is already in possession</strong> of one item.</li>
339                                 [% ELSIF ( alreadyreserved ) %]
340                                     <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a> <strong>already has a hold</strong> on this item.</li>
341                                 [% ELSIF ( ageRestricted ) %]
342                                     <li><strong>Age restricted</strong></li>
343                                 [% ELSIF ( none_available ) %]
344                                     <li> <strong>No items are available</strong> to be placed on hold.</li>
345                                 [% ELSIF ( maxreserves ) %]
346                                     <li><strong>Too many holds: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> has too many holds.</li>
347                                 [% END # /IF exceeded_maxreserves %]
348                             </ul>
349                         [% ELSE # UNLESS multi_hold %]
350                             <h3>Cannot place hold on some items</h3>
351                             [% IF ( exceeded_maxreserves ) %]
352                                 <li><strong>Too many holds: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] </a> can place [% new_reserves_allowed | html %] of the requested [% new_reserves_count | html %] holds for a maximum of [% maxreserves | html %] total holds.</li>
353                             [% ELSIF ( exceeded_holds_per_record ) %]
354                                 [% FOREACH biblioloo IN biblioloop %]
355                                     [% IF (biblioloo.tooManyHoldsForThisRecord) %]
356                                         <li><strong>Too many holds for <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]"> [% biblioloo.title | html %]</a>: </strong> <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | html %]">[% patron.firstname | html %] [% patron.surname | html %] </a> can only place a maximum of [% max_holds_for_record | html %] hold(s) on this record.</li>
357                                     [% END %]
358                                 [% END %]
359                             [% END # /IF exceeded_maxreserves %]
360                         [% END # /UNLESS multi_hold %]
361                     </div>
362                 [% END # /IF ( exceeded_maxreserves || ... %]
363
364                 [% IF ( expiry || diffbranch || patron.is_debarred || ( amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') ) ) %]
365                     <div class="dialog message">
366                         <ul>
367                             [% IF ( expiry ) %]
368                                 <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a>: <strong>Account has expired</strong></li>
369                             [% END %]
370
371                             [% IF patron.is_debarred %]
372                                 <li><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]#reldebarments">[% patron.firstname | html %] [% patron.surname | html %]</a>: <strong>Patron has restrictions</strong></li>
373                             [% END %]
374
375                             [% IF amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') %]
376                                 <li><a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a>: <strong>Patron has outstanding fines: [% amount_outstanding | $Price %]</strong></li>
377                             [% END %]
378
379                             [% IF ( diffbranch ) %]
380                                 <li> <strong>Pickup library is different. </strong>Patron: <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a> Patron's home library: ([% Branches.GetName(patron.branchcode) | html %] / [% patron.branchcode | html %] )</li>
381                             [% END %]
382                         </ul> <!-- /.dialog.message -->
383                     </div>
384                 [% END # /IF expiry || diffbranch ... %]
385
386                 [% IF ( messageborrower ) %]
387                     <div class="dialog alert">
388                         <h3>Patron not found:</h3>
389                         <p>Name or barcode not found. Please try an other </p>
390                     </div>
391                 [% END %]
392
393                 <div class="dialog alert hide holdalert">
394                 </div>
395
396                 <fieldset class="rows">
397                     <legend>Hold details</legend>
398                     <form action="placerequest.pl" method="post" name="form" id="hold-request-form">
399
400                         <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
401                         <input type="hidden" name="type" value="str8" />
402
403                         [% IF ( multi_hold ) %]
404                             <input type="hidden" name="biblionumbers" id="multi_hold_bibs" value="[% biblionumbers | html %]"/>
405                             <input type="hidden" name="bad_bibs" id="bad_bibs" value=""/>
406                             <input type="hidden" name="request" value="any"/>
407                             [% FOREACH biblioloo IN biblioloop %]
408                                 <input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/>
409                                 <input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/>
410                             [% END %]
411                         [% ELSE %]
412                             <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
413                             <input type="hidden" name="title" value="[% biblio.title | html %]" />
414                             <input type="hidden" name="rank-request" value="[% fixedRank | html %]" />
415                         [% END # /IF multi_hold %]
416
417                         <ol>
418                             <li>
419                                 <span class="label">Patron:</span>
420                                 [% IF ( patron.borrowernumber ) %]
421                                     <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] ([% patron.cardnumber | html %])</a>
422                                 [% ELSE %]
423                                     Not defined yet
424                                 [% END %]
425                             </li>
426
427                             [% UNLESS ( multi_hold ) %]
428                                 <li>
429                                     <span class="label">Estimated priority:</span>
430                                     <strong>[% fixedRank | html %]</strong>
431                                 </li>
432                             [% END %]
433
434                             <li>
435                                 <label for="holdnotes">Notes:</label>
436                                 <textarea id="holdnotes" name="notes" cols="30" rows="1"></textarea>
437                             </li>
438                             <li>
439                                 <label for="pickup">Pickup at:</label>
440                                 <select name="pickup" id="pickup">
441                                     [% UNLESS ( multi_hold ) %]
442                                         [% PROCESS options_for_libraries libraries => Branches.pickup_locations({ search_params => { biblio => biblionumber, patron => patron }, selected => pickup }) %]
443                                     [% ELSE %]
444                                         [% PROCESS options_for_libraries libraries => Branches.all({ selected => pickup, search_params => { pickup_location => 1 } }) %]
445                                     [% END %]
446                                 </select>
447                             </li>
448
449                             [% UNLESS ( multi_hold ) %]
450                                 [% IF Koha.Preference('AllowHoldItemTypeSelection') %]
451                                     <li>
452                                         <label for="itemtype">Request specific item type:</label>
453                                         <select name="itemtype" id="itemtype">
454                                             <option value="">Any item type</option>
455                                             [%- FOREACH itemtype IN available_itemtypes %]
456                                                 <option value="[% itemtype | html %]">[% ItemTypes.GetDescription( itemtype ) | html %]</option>
457                                             [%- END %]
458                                         </select>
459                                     </li>
460                                 [% END %]
461                             [% END # /UNLESS multi_hold %]
462
463                             [% IF ( reserve_in_future ) %]
464                                 <li>
465                                     <label for="from">Hold starts on date:</label>
466                                     <input name="reserve_date" id="from" size="10" class="datepickerfrom" type="text" >
467                                     <input type="hidden" class="datepickerfrom_hidden" />
468                                     <a href="#" id="clear-date-from" class="clear-date">Clear date</a>
469                                 </li>
470                             [% END %]
471
472                             <li>
473                                 <label for="to">Hold expires on date:</label>
474                                 <input name="expiration_date" id="to" size="10" class="datepickerto" type="text" />
475                                 <input type="hidden" class="datepickerto_hidden" />
476                                 <a href="#" id="clear-date-to" class="clear-date">Clear date</a>
477                             </li>
478
479                             [% UNLESS ( multi_hold ) %]
480                                 <li>
481                                     <label for="requestany">Hold next available item </label>
482                                     [% IF force_hold_level == 'item' %]
483                                         <input type="checkbox" id="requestany" name="request" disabled="true" />
484                                     [% ELSIF force_hold_level == 'record' %]
485                                         <input type="checkbox" id="requestany" checked="checked" value="Any" disabled="true"/>
486                                         <input type="hidden" name="request" value="Any"/>
487                                     [% ELSE %]
488                                         <input type="checkbox" id="requestany" name="request" checked="checked" value="Any" />
489                                     [% END %]
490                                     <input type="hidden" name="biblioitem" value="[% biblioitemnumber | html %]" />
491                                     <input type="hidden" name="alreadyreserved" value="[% alreadyreserved | html %]" />
492                                 </li>
493
494                                 [% IF remaining_holds_for_record > 1 %]
495                                     <li>
496                                         <label for="holds_to_place_count">Holds to place (count)</label>
497                                         <input type="text" inputmode="numeric" pattern="[0-9]*" id="holds_to_place_count" name="holds_to_place_count" maxlength="[% remaining_holds_for_record | html %]" value="1" />
498                                     </li>
499                                 [% ELSE %]
500                                     <input type="hidden" name="holds_to_place_count" value="1" />
501                                 [% END %]
502                             [% END # /UNLESS multi_hold %]
503
504                             <li id="non_priority_list_item">
505                                 <label for="non_priority">Non priority hold:</label>
506                                 <input name="non_priority" id="non_priority" type="checkbox" />
507                                 <span class="hint">A non priority hold doesn't prevent a current checkout from renewing</span>
508                             </li>
509                         </ol>
510
511                         [% UNLESS ( multi_hold ) %]
512                             <fieldset class="action">
513                                 [% IF ( patron.borrowernumber ) %]
514                                     [% IF ( override_required ) %]
515                                         <button type="submit" class="btn btn-default warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button>
516                                     [% ELSIF ( none_available ) %]
517                                         <button type="submit" disabled="disabled" class="btn btn-default btn-disabled">Place hold</button>
518                                     [% ELSE %]
519                                         <button type="submit" class="btn btn-default">Place hold</button>
520                                     [% END %]
521                                 [% END %]
522                             </fieldset>
523
524                             [% FOREACH bibitemloo IN bibitemloop %]
525                                 <ol>
526                                     [% UNLESS ( item_level_itypes ) %]
527                                         <li>
528                                             <span class="label">Item type:</span>
529                                             [% bibitemloo.description | html %]
530                                         </li>
531                                     [% END %]
532
533                                     [% IF ( bibitemloo.publicationyear ) %]
534                                         <li>
535                                             <span class="label">Publication year:</span>
536                                             [% bibitemloo.publicationyear | html %]
537                                         </li>
538                                     [% END %]
539                                 </ol>
540
541                                 <h2 style="padding: 0 1em;">
542                                     Place a hold on a specific item
543                                     [% IF bibitemloo.force_hold_level == 'item' %]
544                                          <span class="error"><em>(Required)</em></span>
545                                     [% END %]
546                                 </h2>
547
548                                 <table id="requestspecific">
549                                     <thead>
550                                         <tr>
551                                             <th>Hold</th>
552                                             [% IF ( item_level_itypes ) %]
553                                                 <th>Item type</th>
554                                             [% END %]
555                                             <th>Barcode</th>
556                                             <th>Home library</th>
557                                             <th>Last location</th>
558                                             [% IF itemdata_ccode %]
559                                                 <th>Collection</th>
560                                             [% END %]
561                                             <th>Call number</th>
562                                             <th>Copy number</th>
563                                             [% IF itemdata_enumchron %]
564                                                 <th>Vol no.</th>
565                                             [% END %]
566                                             <th>Information</th>
567                                             <th>Allowed pickup locations</th>
568                                         </tr>
569                                     </thead>
570                                     <tbody>
571                                         [% SET selected = 0 %]
572                                         [% FOREACH itemloo IN bibitemloo.itemloop %]
573                                             [% UNLESS ( itemloo.hide ) %]
574                                                 <tr class="[% itemloo.backgroundcolor | html %]">
575                                                     <td>
576                                                         [% IF itemloo.force_hold_level == 'record' # Patron has placed a record level hold previously for this record %]
577                                                             <span class="error">
578                                                                 <i class="fa fa-times fa-lg" title="Cannot be put on hold"></i>
579                                                                 Hold must be record level
580                                                             </span>
581                                                         [% ELSIF ( itemloo.available ) %]
582                                                             <input type="radio" name="checkitem" value="[% itemloo.itemnumber | html %]" />
583                                                         [% ELSIF ( itemloo.override ) %]
584                                                             <input type="radio" name="checkitem" class="needsoverride" value="[% itemloo.itemnumber | html %]" />
585                                                             <i class="fa fa-exclamation-triangle fa-lg" style="color:gold" title="Requires override of hold policy"/></i>
586                                                         [% ELSE %]
587                                                             <span class="error">
588                                                                 <i class="fa fa-times fa-lg" title="Cannot be put on hold"></i>
589                                                                 [% IF itemloo.not_holdable %]
590                                                                     [% IF itemloo.not_holdable == 'damaged' %]
591                                                                         Item damaged
592                                                                     [% ELSIF itemloo.not_holdable == 'ageRestricted' %]
593                                                                         Age restricted
594                                                                     [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
595                                                                         Exceeded max holds per record
596                                                                     [% ELSIF itemloo.not_holdable == 'tooManyReservesToday' %]
597                                                                         Daily hold limit reached for patron
598                                                                     [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
599                                                                         Too many holds
600                                                                     [% ELSIF itemloo.not_holdable == 'notReservable' %]
601                                                                         Not holdable
602                                                                     [% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %]
603                                                                         Patron is from different library
604                                                                     [% ELSIF itemloo.not_holdable == 'branchNotInHoldGroup' %]
605                                                                         Cannot place hold from patron's library
606                                                                     [% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %]
607                                                                         Patron already has hold for this item
608                                                                     [% ELSIF itemloo.not_holdable == 'cannotBeTransferred' %]
609                                                                         Cannot be transferred to pickup library
610                                                                     [% ELSIF itemloo.not_holdable == 'pickupNotInHoldGroup' %]
611                                                                         Only pickup locations within the same hold group are allowed
612                                                                     [% ELSE %]
613                                                                         [% itemloo.not_holdable | html %]
614                                                                     [% END %]
615                                                                 [% END %]
616                                                             </span>
617                                                         [% END # /IF itemloo.force_hold_level %]
618                                                     </td>
619                                                     [% IF ( item_level_itypes ) %]
620                                                         <td>
621                                                             [% UNLESS ( noItemTypeImages ) %]
622                                                                 [% IF ( itemloo.imageurl ) %]<img src="[% itemloo.imageurl | html %]" alt="" /> <br /> [% END %]
623                                                             [% END %]
624                                                             [% itemloo.itypename | html %]
625                                                         </td>
626                                                     [% END %]
627                                                     <td>
628                                                         [% itemloo.barcode | html %]
629                                                     </td>
630                                                     <td>
631                                                         [% Branches.GetName( itemloo.homebranch ) | html %]
632                                                     </td>
633                                                     <td>
634                                                         [% Branches.GetName( itemloo.holdingbranch ) | html %]
635                                                     </td>
636                                                     [% IF itemdata_ccode %]
637                                                         <td>
638                                                             [% IF ( itemloo.ccode ) %][% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => itemloo.ccode ) | html %][% END %]
639                                                         </td>
640                                                     [% END %]
641                                                     <td>
642                                                         [% itemloo.itemcallnumber | html %]
643                                                     </td>
644                                                     <td>
645                                                         [% IF ( itemloo.copynumber ) %][% itemloo.copynumber | html %][% ELSE %]&nbsp;[% END %]
646                                                     </td>
647                                                     [% IF itemdata_enumchron %]
648                                                         <td>
649                                                             [% itemloo.enumchron | html %]
650                                                         </td>
651                                                     [% END %]
652                                                     [% IF ( itemloo.onloan ) %]
653                                                         <td data-order="[% itemloo.date_due | html %]">
654                                                             <span class="checkedout">Due [% itemloo.date_due | $KohaDates  as_due_date => 1 %]</span>
655                                                     [% ELSE %]
656                                                         <td>
657                                                             [% IF ( itemloo.transfertwhen ) %]
658                                                                 In transit from [% Branches.GetName( itemloo.transfertfrom ) | html %],
659                                                                 to [% Branches.GetName( itemloo.transfertto ) | html %], since [% itemloo.transfertwhen | html %]
660                                                             [% END %]
661                                                     [% END %]
662
663                                                         [% IF ( itemloo.reservedate ) %]
664                                                             [% IF ( itemloo.nocancel ) %]
665                                                                     Can't be cancelled when item is in transit
666                                                             [% ELSE %]
667                                                                 [% IF ( itemloo.waitingdate ) %]Waiting[% ELSE %]On hold[% END %]
668                                                                 [% IF ( itemloo.canreservefromotherbranches ) %]
669                                                                     for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedFor.borrowernumber | uri %]">[% itemloo.ReservedFor.firstname | html %] [% itemloo.ReservedFor.surname | html %]</a>
670                                                                 [% END %]
671                                                                 [% IF ( itemloo.waitingdate ) %]at[% ELSE %]expected at[% END %]
672                                                                 [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %] since
673                                                                 [% IF ( itemloo.waitingdate ) %]
674                                                                     [% itemloo.waitingdate | $KohaDates %]
675                                                                 [% ELSE %]
676                                                                     [% IF ( itemloo.reservedate ) %]
677                                                                         [% itemloo.reservedate | html %]
678                                                                     [% END %]
679                                                                 [% END %].
680                                                                 <a class="info cancel-hold" href="modrequest.pl?CancelBiblioNumber=[% itemloo.biblionumber | html %]&amp;CancelBorrowerNumber=[% itemloo.ReservedFor.borrowernumber | html %]&amp;CancelItemnumber=[% itemloo.itemnumber | html %]">Cancel hold</a>
681                                                             [% END # /IF itemloo.nocancel %]
682                                                         [% ELSE %]
683                                                             Not on hold
684                                                         [% END # /IF itemloo.reservedate %]
685
686                                                         [% IF itemloo.item_level_holds == "N" %]
687                                                             <br/>Item level hold not allowed from OPAC
688                                                         [% ELSIF itemloo.item_level_holds == "F" %]
689                                                             <br/>Item level hold forced from OPAC
690                                                         [% END %]
691
692                                                         [% IF ( itemloo.itemlost ) %]
693                                                            <span class="lost">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => itemloo.itemlost ) | html %]</span>
694                                                         [% END %]
695
696                                                         [% IF ( itemloo.damaged ) %]
697                                                             <span class="dmg">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => itemloo.damaged ) | html %]</span>
698                                                         [% END %]
699
700                                                         [% IF ( itemloo.withdrawn ) %]
701                                                            <span class="wdn">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => itemloo.withdrawn ) | html %]</span>
702                                                         [% END %]
703
704                                                         [% IF ( itemloo.notforloan ) %]
705                                                            <span class="nfl">Not for loan ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => itemloo.notforloan ) | html %])</span>
706                                                         [% END %]
707                                                     </td>
708                                                     <td>
709                                                     [% IF itemloo.any_pickup_location %]
710                                                         Any library
711                                                     [% ELSE %]
712                                                         [% itemloo.pickup_locations | html %]
713                                                     [% END %]
714                                                     </td>
715                                                 </tr>
716                                             [% END # / UNLESS itemloo.hide %]
717                                         [% END # /FOREACH itemloo %]
718                                     </tbody>
719                                 </table> <!-- /#requestspecific -->
720
721                                 [% IF ( bibitemloo.hiddencount ) %]
722                                     <form>
723                                         <p class="hiddencount">
724                                             <a href="request.pl?biblionumber=[% bibitemloo.biblionumber | uri %]&amp;borrowernumber=[% bibitemloo.borrowernumber | uri %]&amp;showallitems=1">Show all items ([% bibitemloo.hiddencount | html %] hidden)</a>
725                                         </p>
726                                     </form>
727                                 [% END # /IF bibitemloo.hiddencount %]
728                             [% END # /FOREACH bibitemloo %]
729
730                         [% ELSE # /UNLESS multi_hold %]
731
732                             <table id="requesttitles">
733                                 <tr>
734                                     <th>&nbsp;</th>
735                                     <th>Title</th>
736                                     [% UNLESS ( item_level_itypes ) %]
737                                         <th>Item type</th>
738                                     [% END %]
739                                     <th>Priority</th>
740                                     <th>Information</th>
741                                 </tr>
742                                 [% FOREACH biblioloo IN biblioloop %]
743                                     [% IF ( biblioloo.warn ) %]
744                                         <tr class="onissue">
745                                     [% ELSE %]
746                                         <tr>
747                                     [% END %]
748                                         <td>
749                                             [% UNLESS ( biblioloo.warn ) %]
750                                                     <input class="multi_hold_item_checkbox" type="checkbox" checked="checked" title="[% biblioloo.biblionumber | html %]"/>
751                                                 </td>
752                                             [% END %]
753                                         <td>
754                                             <ul>
755                                                 <li>
756                                                     <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">[% biblioloo.title | html %]</a>
757                                                 </li>
758                                                 [% IF ( biblioloo.publicationyear ) %]
759                                                     <li>
760                                                         <span class="label">Publication year:</span> [% biblioloo.publicationyear | html %]
761                                                     </li>
762                                                 [% END %]
763                                             </ul>
764                                             [% IF ( biblioloo.warn ) %]
765                                                 <span class="not_holdable" title="[% biblioloo.biblionumber | html %]"></span>
766                                             [% END %]
767                                         </td>
768                                         [% UNLESS ( item_level_itypes ) %]
769                                             <td>
770                                                 <img src="[% biblioloo.imageurl | html %]" alt="[% biblioloo.itypename | html %]" title="[% biblioloo.itypename | html %]" />
771                                             </td>
772                                         [% END %]
773                                         <td>[% biblioloo.rank | html %]</td>
774                                         <td>
775                                             [% IF ( biblioloo.checked_previously ) %]
776                                                 <span>Patron has previously checked out this title</span><br/>
777                                             [% END %]
778                                             [% IF ( biblioloo.alreadyres ) %]
779                                                 <ul>
780                                             [% ELSE %]
781                                                 [% IF ( biblioloo.none_avail ) %]
782                                                     <ul>
783                                                 [% END %]
784                                             [% END %]
785
786                                             [% IF ( biblioloo.alreadyres ) %]
787                                                 <li>
788                                                     <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %]</a>
789                                                     <strong>already has a hold</strong> on this item
790                                                 </li>
791                                             [% END %]
792                                             [% IF ( biblioloo.none_avail ) %]
793                                                 <li> <strong>No items are available</strong> to be placed on hold</li>
794                                             [% END %]
795
796                                             [% IF ( biblioloo.alreadyres ) %]
797                                                 </ul>
798                                             [% ELSE %]
799                                                 [% IF ( biblioloo.none_avail ) %]
800                                                     </ul>
801                                                 [% END %]
802                                             [% END %]
803                                         </td>
804                                     </tr>
805                                 [% END # /FOREACH biblioloo %]
806                             </table> <!-- /#requesttitles -->
807
808                         [% END # /UNLESS multi_hold %]
809
810                         <fieldset class="action">
811                             [% IF ( patron AND patron.borrowernumber ) %]
812                                 [% IF ( override_required ) %]
813                                     <button type="submit" class="btn btn-default warning"><i class="fa fa-exclamation-triangle "></i> Place hold</button>
814                                 [% ELSIF ( none_available ) %]
815                                     <button type="submit" disabled="disabled" class="btn btn-default btn-disabled">Place hold</button>
816                                 [% ELSE %]
817                                     [% IF ( multi_hold ) %]
818                                         <button type="submit" class="btn btn-default" id="multi_hold_submit">Place hold</button>
819                                     [% ELSE %]
820                                         <button type="submit" class="btn btn-default">Place hold</button>
821                                     [% END %]
822                                 [% END %]
823                             [% END # /IF patron %]
824                         </fieldset> <!-- /.action -->
825                     </form> <!-- /#hold-request-form -->
826                 </fieldset> <!-- /.rows -->
827             [% END %]
828
829             [% UNLESS ( patron ) %]
830                 [% IF ( reserveloop ) %]
831                     <form id="existing_holds" name="T[% time | html %]" action="modrequest.pl" method="post" style="display:block">
832                         [% IF ( multi_hold ) %]
833                             <input type = "hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
834                         [% END %]
835
836                         <h2>Existing holds</h2>
837                         <div id="toolbar" class="btn-toolbar">
838                             <input type="submit" name="submit" value="Update hold(s)" />
839                         <fieldset id="cancellation-reason-fieldset" class="action">
840                             [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
841                             [% IF hold_cancellation %]
842                                 <label for="cancellation-reason">Cancellation reason: </label>
843                                 <select class="cancellation-reason" name="cancellation-reason" id="cancellation-reason">
844                                     <option value="">No reason given</option>
845                                     [% FOREACH reason IN hold_cancellation %]
846                                         <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
847                                     [% END %]
848                                 </select>
849                             [% END %]
850                         </fieldset>
851                         </div>
852
853                         [% FOREACH biblioloo IN biblioloop %]
854                             [% IF ( biblioloo.reserveloop ) %]
855                                 [% IF ( multi_hold ) %]
856                                     <h3>
857                                         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">
858                                             [% biblioloo.title | html %]
859                                         </a>
860                                     </h3>
861                                 [% END %]
862
863                                 [% IF Koha.Preference('HoldsSplitQueue') == 'branch' %]
864                                     [% SET branchcodes = [] %]
865
866                                     [% FOREACH h IN biblioloo.reserveloop %]
867                                         [% branchcodes.push( h.branchcode ) %]
868                                     [% END %]
869                                     [% branchcodes = branchcodes.unique %]
870
871                                     [% FOREACH b IN branchcodes.sort %]
872                                         [% SET holds_by_branch = [] %]
873                                         [% FOREACH h IN biblioloo.reserveloop %]
874                                             [% IF h.branchcode == b %]
875                                                 [% holds_by_branch.push( h ) %]
876                                             [% END %]
877                                         [% END %]
878                                         <fieldset>
879                                             <legend>[% Branches.GetName( b ) | html %]</legend>
880                                             [% INCLUDE holds_table.inc holds=holds_by_branch %]
881                                         </fieldset>
882                                     [% END # /FOREACh b %]
883                                 [% ELSIF Koha.Preference('HoldsSplitQueue') == 'itemtype' %]
884                                     [% SET itemtypes = [] %]
885
886                                     [% FOREACH h IN biblioloo.reserveloop %]
887                                         [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
888                                         [% itemtypes.push( hold_itemtype ) %]
889                                     [% END %]
890                                     [% itemtypes = itemtypes.unique %]
891
892                                     [% FOREACH i IN itemtypes.sort %]
893                                         [% SET holds_by_itemtype = [] %]
894                                         [% FOREACH h IN biblioloo.reserveloop %]
895                                             [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
896                                             [% IF hold_itemtype == i %]
897                                                 [% holds_by_itemtype.push( h ) %]
898                                             [% END %]
899                                         [% END %]
900
901                                         <fieldset>
902                                             [% IF i %]
903                                                 <legend>[% ItemTypes.GetDescription( i ) | html %]</legend>
904                                             [% ELSE %]
905                                                 <legend>Any item type</legend>
906                                             [% END %]
907                                             [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
908                                         </fieldset>
909                                     [% END # /FOREACH i %]
910                                 [% ELSIF Koha.Preference('HoldsSplitQueue') == 'branch_itemtype' %]
911                                     [% SET branchcodes = [] %]
912
913                                     [% FOREACH h IN biblioloo.reserveloop %]
914                                         [% branchcodes.push( h.branchcode ) %]
915                                     [% END %]
916                                     [% branchcodes = branchcodes.unique %]
917
918                                     [% FOREACH b IN branchcodes.sort %]
919                                         <fieldset>
920                                             <legend>[% Branches.GetName( b ) | html %]</legend>
921                                             [% SET holds_by_branch = [] %]
922                                             [% FOREACH h IN biblioloo.reserveloop %]
923                                                 [% IF h.branchcode == b %]
924                                                     [% holds_by_branch.push( h ) %]
925                                                 [% END %]
926                                             [% END %]
927
928                                             [% SET itemtypes = [] %]
929                                             [% FOREACH h IN holds_by_branch %]
930                                                 [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
931                                                 [% itemtypes.push( hold_itemtype ) %]
932                                             [% END %]
933                                             [% itemtypes = itemtypes.unique %]
934
935                                             [% FOREACH i IN itemtypes.sort %]
936                                                 [% IF i %]
937                                                     <h3>[% ItemTypes.GetDescription( i ) | html %]</h3>
938                                                 [% ELSE %]
939                                                     <h3>Any item type</h3>
940                                                 [% END %]
941
942                                                 [% SET holds_by_itemtype = [] %]
943                                                 [% FOREACH h IN holds_by_branch %]
944                                                     [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
945                                                     [% IF hold_itemtype == i %]
946                                                         [% holds_by_itemtype.push( h ) %]
947                                                     [% END %]
948                                                 [% END %]
949                                                 [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
950                                             [% END %]
951                                         </fieldset>
952                                     [% END # /FOREACH b %]
953                                 [% ELSE %]
954                                     [% INCLUDE holds_table.inc holds=biblioloo.reserveloop %]
955                                 [% END # /IF HoldsSplitQueue %]
956
957                             [% END # /IF biblioloo.reserveloop %]
958                         [% END # FOREACH biblioloo %]
959                         </fieldset> <!-- /.rows -->
960                     </form> <!-- /name=TTime -->
961                 [% END # IF reserveloop %]
962             [% END # UNLESS patron %]
963
964         </main>
965
966         [% IF ( multi_hold ) # No sidebar menu when placing multiple holds %]
967             </div> <!-- /.col-md-10.col-md-offset-1 -->
968         [% ELSE %]
969             </div> <!-- /.col-sm-10.col-sm-push-2 -->
970                 <div class="col-sm-2 col-sm-pull-10">
971                     <aside>
972                         [% INCLUDE 'biblio-view-menu.inc' %]
973                     </aside>
974                 </div> <!-- /.col-sm-2.col-sm-pull-10 -->
975         [% END %]
976     </div> <!-- /.row -->
977
978     <div id="cancelModal" class="modal" tabindex="-1" role="dialog" aria-hidden="true">
979         <div class="modal-dialog" role="document">
980             <div class="modal-content">
981                 <div class="modal-header">
982                     <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
983                     <h3>Confirm deletion</h3>
984                 </div>
985
986                 <div class="modal-body">
987                     <p>Are you sure you want to cancel this hold?</p>
988
989                     <fieldset class="action">
990                         [% SET hold_cancellation = AuthorisedValues.GetAuthValueDropbox('HOLD_CANCELLATION') %]
991                         [% IF hold_cancellation %]
992                             <label for="cancellation-reason">Cancellation reason: </label>
993                             <select class="cancellation-reason" name="modal-cancellation-reason" id="modal-cancellation-reason">
994                                 <option value="">No reason given</option>
995                                 [% FOREACH reason IN hold_cancellation %]
996                                     <option value="[% reason.authorised_value | html %]">[% reason.lib | html %]</option>
997                                 [% END %]
998                             </select>
999                         [% END %]
1000                     </fieldset>
1001                 </div>
1002
1003                 <div class="modal-footer">
1004                     <button id="cancelModalConfirmBtn" type="button" class="btn btn-danger">Confirm cancellation</button>
1005                     <a href="#" data-dismiss="modal">Cancel</a>
1006                 </div>
1007             </div>
1008         </div>
1009     </div>
1010
1011 [% MACRO jsinclude BLOCK %]
1012     [% INCLUDE 'datatables.inc' %]
1013     [% INCLUDE 'calendar.inc' %]
1014     [% INCLUDE 'columns_settings.inc' %]
1015     [% Asset.js("lib/hc-sticky.js") | $raw %]
1016     [% Asset.js("js/circ-patron-search-results.js") | $raw %]
1017     [% INCLUDE 'select2.inc' %]
1018     <script>
1019         var Sticky;
1020         var biblionumber = "[% biblionumber | $raw %]";
1021         var borrowernumber = "[% patron.borrowernumber | $raw %]";
1022         var patron_homebranch = "[% To.json( Branches.GetName( patron.branchcode ) ) | $raw %]";
1023         var override_items = {[% FOREACH bibitemloo IN bibitemloop %][% FOREACH itemloo IN bibitemloo.itemloop %][% IF ( itemloo.override ) %]
1024         [% itemloo.itemnumber | html %]: {
1025             homebranch: "[% To.json( Branches.GetName( itemloo.homebranch ) ) | $raw %]",
1026             holdallowed: [% itemloo.holdallowed | html %]
1027             },
1028             [% END %][% END %][% END %]
1029         };
1030         var MSG_NO_ITEMS_AVAILABLE = _("A hold cannot be requested on any of these items.");
1031         var ERROR_MAP = {
1032             damaged: _("Item damaged"),
1033             ageRestricted: _("Age restricted"),
1034             tooManyHoldsForThisRecord: _("Exceeded max holds per record"),
1035             tooManyReservesToday: _("Daily hold limit reached for patron"),
1036             tooManyReserves: _("Too many holds"),
1037             notReservable: _("Not holdable"),
1038             cannotReserveFromOtherBranches: _("Patron is from different library"),
1039             itemAlreadyOnHold: _("Patron already has hold for this item"),
1040             cannotBeTransferred: _("Cannot be transferred to pickup library"),
1041             pickupNotInHoldGroup: _("Only pickup locations within the same hold group are allowed")
1042         }
1043         columns_settings_borrowers_table = [% TablesSettings.GetColumns( 'circ', 'circulation', 'table_borrowers', 'json' ) | $raw %];
1044         $.fn.select2.defaults.set("width", "100%" );
1045         $.fn.select2.defaults.set("dropdownAutoWidth", true );
1046
1047         $(document).ready(function() {
1048             $('#cancellation-reason-fieldset').hide();
1049             $('.rank-request').on('change', function() {
1050                 if ( $(".rank-request option:selected[value='del']").length ) {
1051                     $('#cancellation-reason-fieldset').show();
1052                 } else {
1053                     $('#cancellation-reason-fieldset').hide();
1054                 }
1055             });
1056
1057             [% SET active = clubs ? 1 : 0 %]
1058             $('#circ_holds_select').tabs({
1059                 active: [% active | $raw %],
1060                 activate: function(){
1061                     $(this).find("input.focus").focus();
1062                 },
1063                 create: function(){
1064                     $(this).find("input.focus").focus();
1065                 }
1066             });
1067             function ToggleHoldsToPlace() {
1068                 if ( $("#requestany").prop('checked') ) {
1069                     $("#holds_to_place_count").prop('disabled', false);
1070                 } else {
1071                     $("#holds_to_place_count").prop('disabled', true);
1072                 }
1073             }
1074             ToggleHoldsToPlace();
1075             $("#requestany").on('change', function(){
1076                 ToggleHoldsToPlace();
1077             });
1078
1079             [% IF Koha.Preference('UseBranchTransferLimits') %]
1080                 $("#pickup").on('change', function(){
1081                     var pickup = $("#pickup").val();
1082                     var url = "?pickup=" + pickup;
1083                     url += "&borrowernumber=" + borrowernumber;
1084                     url += "&biblionumber=" + biblionumber;
1085                     window.location.replace(url);
1086                 });
1087             [% END %]
1088
1089             [% IF AutoResumeSuspendedHolds %]
1090                 $(".suspend_until_datepicker, .datepickerfrom, .datepickerto").datepicker("option", "minDate", 1);
1091             [% END %]
1092
1093             $(".datepickerto").datepicker("option", "altField", ".datepickerto_hidden");
1094             $(".datepickerto").datepicker("option", "altFormat", "yy-mm-dd");
1095
1096             $(".datepickerfrom").datepicker("option", "altField", ".datepickerfrom_hidden");
1097             $(".datepickerfrom").datepicker("option", "altFormat", "yy-mm-dd");
1098
1099             var my_table = $("#requestspecific").dataTable($.extend(true, {}, dataTablesDefaults, {
1100                 'bPaginate': false,
1101                 "sDom": '<"top pager"ilf>t',
1102             }));
1103
1104             //Override fieldset styling for dataTables search box
1105             $("div.top.pager").css("margin-left","1em");
1106             $(".dataTables_filter label").css({
1107                 "width":"auto",
1108                 "margin-right":"0em"
1109             });
1110
1111             $("#club-request-form").on("submit", function() {
1112                 let $t = $(this);
1113                 $('.clubalert, .holdalert').addClass('hide');
1114                 let biblionumbers = [biblionumber];
1115                 let biblionumbers_text;
1116                 const data = {
1117                     pickup_library_id: $('select[name="pickup"]').val()
1118                 };
1119                 if($('input[name="checkitem"]:checked').length)
1120                     data.item_id = $('input[name="checkitem"]:checked').val();
1121                 if($('input[name="borrowernumber"]').length)
1122                     data.patron_id = $('input[name="borrowernumber"]').val();
1123                 if($('textarea[name="notes"]').length)
1124                     data.notes = $('textarea[name="notes"]').val()||null;
1125                 if($('.datepickerto_hidden').length)
1126                     data.expiration_date = $('.datepickerto_hidden').val()||null;
1127                 if($('.datepickerfrom_hidden').length)
1128                     data.hold_date = $('.datepickerfrom_hidden').val()||null;
1129                 if($('input[name="itemtype"]').length) {
1130                     data.item_type = $('input[name="itemtype"]').val()||null;
1131                 }
1132                 if($('input[name="default_patron_home"]:checked').length) {
1133                     data.default_patron_home = 1;
1134                 }
1135                 if($('input[name="biblionumbers"]').length) {
1136                     biblionumbers_text = $('input[name="biblionumbers"]').val();
1137                     biblionumbers = biblionumbers_text.replace(/\/$/, '').split('/')
1138                 }
1139
1140                 const count = $('input[name="holds_to_place_count"]').length?$('input[name="holds_to_place_count"]').val():1;
1141                 biblionumbers.forEach(function(biblionumber) {
1142                     data.biblio_id = biblionumber;
1143                     let options = {
1144                         url: $t.attr('action'),
1145                         method: $t.attr('method').toUpperCase(),
1146                         contentType: 'application/json',
1147                         data: JSON.stringify(data)
1148                     };
1149                     for(let i = 0; i < count; i++) {
1150                         $.ajax(options)
1151                         .then(function(result) {
1152                             let url = 'request.pl?biblionumber='+biblionumber;
1153                             if(biblionumbers_text) {
1154                                 url = 'request.pl?biblionumbers='+biblionumbers_text;
1155                             }
1156                             document.location = url;
1157                         })
1158                         .fail(function(err) {
1159                             var message = err.responseJSON.error;
1160                             var match = err.responseJSON.error.match(/Reason: (\w+)\s*$/);
1161                             if(match && ERROR_MAP[match[1]]) {
1162                                 message = '<div><strong>'+_("Cannot place hold")+'</strong></div><div>'+ERROR_MAP[match[1]]+'</div>'
1163                             }
1164                             $('.clubalert, .holdalert').removeClass('hide').html(message);
1165                         });
1166                     }
1167                 });
1168
1169                 return false;
1170             });
1171
1172             [% UNLESS ( multi_hold ) %]
1173                 $("#hold-request-form").on("submit", function(){
1174                     return check();
1175                 });
1176             [% ELSE %]
1177                 $("#hold-request-form").on("submit", function(){
1178                     return checkMultiHold();
1179                 });
1180             [% END %]
1181
1182             function display_pickup_location (state) {
1183                 var $text;
1184                 if ( state.needs_override === true ) {
1185                     $text = $(
1186                         '<span>' + state.text + '</span> <span style="float:right;" title="' +
1187                         _("This pickup location is not allowed according to circulation rules") +
1188                         '"><i class="fa fa-exclamation-circle" aria-hidden="true"></i></span>'
1189                     );
1190                 }
1191                 else {
1192                     $text = $('<span>'+state.text+'</span>');
1193                 }
1194
1195                 return $text;
1196             };
1197
1198             $(".pickup_location_dropdown").each( function () {
1199                 var this_dropdown = $(this);
1200                 var hold_id = $(this).data('hold_id');
1201
1202                 this_dropdown.select2({
1203                     allowClear: false,
1204                     ajax: {
1205                         url: '/api/v1/holds/' + encodeURIComponent(hold_id) + '/pickup_locations',
1206                         delay: 300, // wait 300 milliseconds before triggering the request
1207                         dataType: 'json',
1208                         data: function (params) {
1209                             var search_term = (params.term === undefined) ? '' : params.term;
1210                             var query = {
1211                                 "q": JSON.stringify({"name":{"-like":search_term+'%'}}),
1212                                 "_order_by": "name"
1213                             };
1214                             return query;
1215                         },
1216                         processResults: function (data) {
1217                             var results = [];
1218                             data.forEach( function ( pickup_location ) {
1219                                 results.push(
1220                                     {
1221                                         "id": pickup_location.library_id.escapeHtml(),
1222                                         "text": pickup_location.name.escapeHtml(),
1223                                         "needs_override": pickup_location.needs_override
1224                                     }
1225                                 );
1226                             });
1227                             return { "results": results };
1228                         }
1229                     },
1230                     templateResult: display_pickup_location
1231                 });
1232             });
1233         });
1234
1235         function check() {
1236             var msg = "";
1237             var count_reserv = 0;
1238
1239             // check if we have checkitem form
1240             if (document.form.checkitem){
1241                 for (i=0;i<document.form.checkitem.length;i++){
1242                     if (document.form.checkitem[i].checked == true) {
1243                         count_reserv++ ;
1244                     }
1245                 }
1246                 // for only one item, check the checkitem without consider the loop checkitem
1247                 if (i==0){
1248                     if (document.form.checkitem.checked == true) {
1249                         count_reserv++;
1250                     }
1251                 }
1252             }
1253
1254             if (document.form.requestany.checked == true){
1255                 count_reserv++ ;
1256             }
1257
1258             if (count_reserv == "0"){
1259                 msg += (_("- Please select an item to place a hold") + "\n");
1260             }
1261
1262             if (msg == "") {
1263                 $('#hold-request-form').preventDoubleFormSubmit();
1264                 return(true);
1265             } else {
1266                 alert(msg);
1267                 return(false);
1268             }
1269         }
1270
1271         function checkMultiHold() {
1272             var spans = $(".multi_hold_item_checkbox:checked");
1273             if ($(spans).size() == 0) {
1274                 alert(MSG_NO_ITEMS_AVAILABLE);
1275                 return false;
1276             }
1277
1278             var biblionumbers = "";
1279             $(spans).each(function() {
1280                 var bibnum = $(this).attr("title");
1281                 biblionumbers += bibnum + "/";
1282             });
1283
1284             var badSpans = $(".not_holdable");
1285             var badBibs = "";
1286             $(badSpans).each(function() {
1287                 var bibnum = $(this).attr("title");
1288                 badBibs += bibnum + "/";
1289             });
1290
1291             $("#multi_hold_bibs").val(biblionumbers);
1292             $("#bad_bibs").val(badBibs);
1293
1294             $('#hold-request-form').preventDoubleFormSubmit();
1295
1296             return true;
1297         }
1298
1299          $(document).ready(function() {
1300             $("input.needsoverride").click(function() { // This must be before the radio button/checkbox switch logic
1301                 var itemnumber = this.value;
1302                 var msg = '';
1303
1304                 switch (override_items[itemnumber].holdallowed) {
1305                     case "not_allowed": msg = _("This item normally cannot be put on hold."); break;
1306                     case "from_home_library": msg = _("This item normally cannot be put on hold except for patrons from %s.").format(override_items[itemnumber].homebranch); break;
1307                 }
1308
1309                 msg += "\n\n" + _("Place hold on this item?");
1310
1311                 return confirm(msg);
1312             });
1313             $("button.warning").click(function() {
1314                 return confirm( _("None of these items can normally be put on hold for this patron.") + "\n\n" + _("Place hold?") );
1315             });
1316             $("#requestany").click(function() {
1317                 if(this.checked){
1318                     $("input[name=checkitem]").each(function() {
1319                         $(this).prop("checked", false);
1320                     });
1321                 }
1322             });
1323             $("input[name=checkitem]").click(function() {
1324                 onechecked = 0;
1325                 $("input[name=checkitem]").each(function() {
1326                     if(this.checked){
1327                         onechecked = 1;
1328                     }
1329                 });
1330                 if(onechecked == 1){
1331                     $("#requestany").prop("checked", false);
1332                     $("#holds_to_place_count").prop('disabled', true);
1333                 } else {
1334                     $("#requestany").prop("checked",true);
1335                     $("#holds_to_place_count").prop('disabled', false);
1336                 }
1337             });
1338             var prev_rank_request;
1339             $("select[name=rank-request]").on("focus", function() {
1340                 prev_rank_request = $(this).val();
1341                 var row = $(this).parents("tr:first");
1342             }).change(function() {
1343                 var row = $(this).parents("tr:first");
1344                 var value = parseInt($(this).val());
1345                 var found_holds = $("select[name='rank-request'][disabled='disabled']").length ; //Count how many are found
1346                 if( !isNaN(value) ) {  //If moved to 'del'
1347                     var after = row.parent().find("tr:nth-child("+(value+1+found_holds )+")"); //Go to the row 1 after the new value (and skip found holds)
1348                     if (prev_rank_request > value) {
1349                         row.insertBefore(after);
1350                     } else {
1351                         row.insertAfter(after);
1352                     }
1353                 }
1354
1355                 var next_priority = 1;
1356                 $("select[name=rank-request]").each(function () {
1357                     if( isNaN( $(this).val() ) ){ return true; } //Don't reset found or del holds
1358                     $(this).val(next_priority);
1359                     next_priority++;
1360                 });
1361             });
1362
1363             $(".clear-date").on("click",function(e){
1364                 e.preventDefault();
1365                 var fieldID = this.id.replace("clear-date-","");
1366                 $("#" + fieldID).val("");
1367             });
1368
1369             // Confirm cancellation of hold
1370             let cancel_link;
1371             $(".cancel-hold").on("click",function(e) {
1372                 e.preventDefault;
1373                 cancel_link = $(this);
1374                 $('#cancelModal').modal();
1375                 return false;
1376             });
1377             $("#cancelModalConfirmBtn").on("click",function(e) {
1378                 let borrowernumber = cancel_link.data('borrowernumber');
1379                 let biblionumber = cancel_link.data('biblionumber');
1380                 let reserve_id = cancel_link.data('id');
1381                 let reason = $("#modal-cancellation-reason").val();
1382                 let link = `request.pl?action=cancel&amp;borrowernumber=${ borrowernumber }&amp;biblionumber=${ biblionumber }&amp;reserve_id=${ reserve_id }`;
1383                 if ( reason ) {
1384                     link += "&amp;cancellation-reason=" + reason
1385                 }
1386                 window.location.href = link;
1387                 return false;
1388             });
1389
1390             [% UNLESS ( patron || patron.borrowernumber || borrowers || noitems ) %]
1391                 [% IF ( PatronAutoComplete ) %]
1392                 $( "#patron" ).autocomplete({
1393                     source: "/cgi-bin/koha/circ/ysearch.pl",
1394                     minLength: 3,
1395                     select: function( event, ui ) {
1396                         $( "#patron" ).val( ui.item.cardnumber );
1397                         $( "#holds_patronsearch" ).submit();
1398                         return false;
1399                     }
1400                 })
1401                 .data( "ui-autocomplete" )._renderItem = function( ul, item ) {
1402                     return $( "<li></li>" )
1403                     .data( "ui-autocomplete-item", item )
1404                     .append(
1405                         "<a>"
1406                             + ( item.surname ? item.surname.escapeHtml() : "" )
1407                             + ", "
1408                             + ( item.firstname ? item.firstname.escapeHtml() : "" )
1409                             + " (" + ( item.cardnumber ? item.cardnumber.escapeHtml() : "" ) + ")"
1410                             + " "
1411                             + "<small>"
1412                                 + ( item.address ? item.address.escapeHtml() : "" )
1413                                 + " "
1414                                 + ( item.city ? item.city.escapeHtml() : "" )
1415                                 + " "
1416                                 + ( item.zipcode ? item.zipcode.escapeHtml() : "" )
1417                                 + " "
1418                                 + ( item.country ? item.country.escapeHtml() : "" )
1419                             + "</small>"
1420                         + "</a>" )
1421                     .appendTo( ul );
1422                 };
1423                 [% END %]
1424             [% END %]
1425             Sticky = $("#toolbar");
1426             Sticky.hcSticky({
1427                 stickTo: "#existing_holds",
1428                 stickyClass: "floating"
1429             });
1430         });
1431     </script>
1432 [% END %]
1433
1434 [% INCLUDE 'intranet-bottom.inc' %]