67f60c8861a73f1bb19bf616450d917fcfeb6502
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reserve / request.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE KohaDates %]
5 [% USE Branches %]
6 [% USE Categories %]
7 [% USE ItemTypes %]
8 [% USE AuthorisedValues %]
9 [% SET footerjs = 1 %]
10 [% INCLUDE 'doc-head-open.inc' %]
11 [% UNLESS ( multi_hold ) %]
12     <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Place a hold on [% title | html %]</title>
13 [% ELSE %]
14     <title>Koha &rsaquo; Circulation &rsaquo; Holds &rsaquo; Confirm holds</title>
15 [% END %]
16 [% INCLUDE 'doc-head-close.inc' %]
17 [% Asset.css("css/datatables.css") | $raw %]
18 </head>
19
20 <body id="circ_request" class="catalog">
21 [% INCLUDE 'header.inc' %]
22 [% INCLUDE 'circ-search.inc' %]
23
24 [% UNLESS ( multi_hold ) %]
25     <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | html %]">[% title | html %]</a> &rsaquo; Place a hold on [% title | html %]</div>
26 [% ELSE %]
27     <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a> &rsaquo; Confirm holds</div>
28 [% END %]
29
30  <div id="doc3" class="yui-t2">
31
32    <div id="bd">
33         <div id="yui-main">
34         <div class="yui-b">
35 [% IF ( noitems ) %]
36     <div class="dialog alert">
37     [%IF (multi_hold) %]
38         <strong>Cannot place hold:</strong> one or more records without items attached.
39     [% ELSE %]
40         <strong>Cannot place hold:</strong> this record has no items attached.
41     [% END %]
42     </div>
43 [% END %]
44
45   [% IF ( messagetransfert ) %]
46                 <div class="dialog message">
47                                 <h2>Hold found for ([% nextreservtitle | html %]), please transfer</h2>
48                         <p>Hold placed by : <strong> [% nextreservsurname | html %] [% nextreservfirstname | html %]</strong> at : <strong> [% branchname | html %] </strong>, Please transfer this item.
49                         </p>
50                         <form name="cancelReservewithtransfert" action="branchreserves.pl" method="post">
51                                 <input type="submit" class="button" />
52                         </form>
53                 </div>
54   [% END %]
55
56   [% UNLESS ( multi_hold ) %]
57     <h1>Place a hold on [% INCLUDE 'biblio-default-view.inc' %][% title | html %]</a></h1>
58   [% ELSE %]
59     <h1>Confirm holds</h1>
60   [% END %]
61
62   [% UNLESS patron OR patron.borrowernumber OR noitems %]
63     [% IF ( messageborrower ) %]
64       <div class="dialog alert"><h3>Patron not found</h3><p>No patron with this name, please, try another</p> </div>
65     [% END %]
66     <form  id="holds_patronsearch" action="request.pl?biblionumber=[% biblionumber | html %]" method="post">
67         <fieldset id="circ_holds_selectborrower" class="brief">
68
69         [% UNLESS borrowers %]
70                 <label for="patron">Patron: </label>
71                 <div class="hint">Enter patron card number or partial name:</div>
72                 <input type="text" size="40" id="patron" class="focus" name="findborrower" />
73                 <input type="submit" value="Search" />
74             [% IF multi_hold %]
75                 <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
76                 <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
77             [% ELSE %]
78                 <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
79             [% END %]
80             </fieldset>
81         [% ELSE %]
82             [% INCLUDE 'circ-patron-search-results.inc' destination = "holds" %]
83           </fieldset>
84
85         [% END %]
86         [% IF ( multi_hold ) %]
87             <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
88             <input type="hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
89         [% END %]
90     </form>
91   [% ELSIF NOT noitems %]
92
93 [% IF ( exceeded_maxreserves || exceeded_holds_per_record || alreadyreserved || none_available || alreadypossession || ageRestricted ) %]
94     <div class="dialog alert">
95
96     [% UNLESS ( multi_hold ) %]
97       <h3>Cannot place hold</h3>
98       <ul>
99         [% IF ( exceeded_maxreserves ) %]
100           <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>
101         [% ELSIF ( exceeded_holds_per_record ) %]
102           <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>
103         [% ELSIF ( alreadypossession ) %]
104           <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>
105         [% ELSIF ( alreadyreserved ) %]
106           <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>
107         [% ELSIF ( ageRestricted ) %]
108           <li><strong>Age restricted</strong></li>
109         [% ELSIF ( none_available ) %]
110           <li> <strong>No items are available</strong> to be placed on hold.</li>
111         [% ELSIF ( maxreserves ) %]
112           <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>
113         [% END %]
114       </ul>
115     [% ELSE %]
116         <h3>Cannot place hold on some items</h3>
117         [% IF ( exceeded_maxreserves ) %]
118           <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>
119         [% ELSIF ( exceeded_holds_per_record ) %]
120             [% FOREACH biblioloo IN biblioloop %]
121                 [% IF (biblioloo.tooManyHoldsForThisRecord) %]
122                     <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>
123                 [% END %]
124             [% END %]
125         [% END %]
126     [% END %]
127
128     </div>
129 [% END %]
130
131 [% IF ( expiry || diffbranch || patron.is_debarred || ( amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') ) ) %]
132 <div class="dialog message"><ul>
133     [% IF ( expiry ) %]
134     <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>
135     [% END %]
136
137     [% IF patron.is_debarred %]
138     <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>
139     [% END %]
140
141     [% IF amount_outstanding && Koha.Preference('maxoutstanding') && amount_outstanding > Koha.Preference('maxoutstanding') %]
142     <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 | format('%.2f') %]</strong></li>
143     [% END %]
144
145     [% IF ( diffbranch ) %]
146     <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>
147     [% END %]
148
149 </ul></div>
150 [% END %]
151
152   [% IF ( messageborrower ) %]
153    <div class="dialog alert"><h3>Patron not found:</h3> <p>Name or barcode not found. Please try an other </p></div>
154   [% END %]
155
156   <fieldset class="rows left">
157     <legend>Hold details</legend>
158         [% UNLESS ( multi_hold ) %]
159             <form action="placerequest.pl" method="post" onsubmit="return check();" name="form" id="hold-request-form">
160         [% ELSE %]
161             <form action="placerequest.pl" method="post" onsubmit="return checkMultiHold();" name="form">
162         [% END %]
163
164         <input type="hidden" name="borrowernumber" value="[% patron.borrowernumber | html %]" />
165         <input type="hidden" name="type" value="str8" />
166
167         [% IF ( multi_hold ) %]
168             <input type="hidden" name="multi_hold" value="[% multi_hold | html %]"/>
169             <input type="hidden" name="biblionumbers" id="multi_hold_bibs" value="[% biblionumbers | html %]"/>
170             <input type="hidden" name="bad_bibs" id="bad_bibs" value=""/>
171             <input type="hidden" name="request" value="any"/>
172             [% FOREACH biblioloo IN biblioloop %]
173               <input type="hidden" name="title_[% biblioloo.biblionumber | html %]" value="[% biblioloo.title | html %]"/>
174               <input type="hidden" name="rank_[% biblioloo.biblionumber | html %]" value="[% biblioloo.rank | html %]"/>
175             [% END %]
176         [% ELSE %]
177             <input type="hidden" name="biblionumber" value="[% biblionumber | html %]" />
178             <input type="hidden" name="title" value="[% title | html %]" />
179             <input type="hidden" name="rank-request" value="[% fixedRank | html %]" />
180         [% END %]
181
182        <ol> <li><span class="label">Patron:</span>
183             [% IF ( patron.borrowernumber ) %]
184                 <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% patron.borrowernumber | uri %]">[% patron.firstname | html %] [% patron.surname | html %] ([% patron.cardnumber | html %])</a>
185             [% ELSE %]
186                 Not defined yet
187             [% END %]
188         </li>
189         [% UNLESS ( multi_hold ) %]
190           <li>
191               <span class="label">Estimated priority:</span>
192               <strong>[% fixedRank | html %]</strong>
193           </li>
194         [% END %]
195         <li>
196             <label for="holdnotes">Notes:</label>
197             <textarea id="holdnotes" name="notes" cols="30" rows="1"></textarea>
198         </li>
199         <li>
200             <label for="pickup">Pickup at:</label>
201             <select name="pickup" size="1" id="pickup">
202                 [% PROCESS options_for_libraries libraries => Branches.all({ search_params => { pickup_location => 1 } }) %]
203             </select>
204         </li>
205
206         [% UNLESS ( multi_hold ) %]
207             [% IF Koha.Preference('AllowHoldItemTypeSelection') %]
208                 <li>
209                     <label for="itemtype">Request specific item type:</label>
210                     <select name="itemtype" size="1" id="itemtype">
211                         <option value="">Any item type</option>
212                         [%- FOREACH itemtype IN available_itemtypes %]
213                             <option value="[% itemtype | html %]">[% ItemTypes.GetDescription( itemtype ) | html %]</option>
214                         [%- END %]
215                     </select>
216                 </li>
217             [% END %]
218         [% END %]
219
220         [% IF ( reserve_in_future ) %]
221         <li>
222         <label for="from">Hold starts on date:</label>
223         <input name="reserve_date" id="from" size="10" class="datepickerfrom" type="text" >
224         <a href="#" id="clear-date-from" class="clear-date">Clear date</a>
225         </li>
226         [% END %]
227
228         <li>
229         <label for="to">Hold expires on date:</label>
230         <input name="expiration_date" id="to" size="10" class="datepickerto" type="text" />
231         <a href="#" id="clear-date-to" class="clear-date">Clear date</a>
232         </li>
233
234         [% UNLESS ( multi_hold ) %]
235           <li> <label for="requestany">Hold next available item </label>
236                [% IF force_hold_level == 'item' %]
237                    <input type="checkbox" id="requestany" name="request" disabled="true" />
238                [% ELSIF force_hold_level == 'record' %]
239                    <input type="checkbox" id="requestany" checked="checked" value="Any" disabled="true"/>
240                    <input type="hidden" name="request" value="Any"/>
241                [% ELSE %]
242                    <input type="checkbox" id="requestany" name="request" checked="checked" value="Any" />
243                 [% END %]
244                <input type="hidden" name="biblioitem" value="[% biblioitemnumber | html %]" />
245                <input type="hidden" name="alreadyreserved" value="[% alreadyreserved | html %]" />
246           </li>
247
248           [% IF remaining_holds_for_record > 1 %]
249               <li>
250                    <label for="holds_to_place_count">Holds to place (count)</label>
251                    <input type="number" name="holds_to_place_count" min="1" max="[% remaining_holds_for_record | html %]" step="1" value="1" />
252               </li>
253             [% ELSE %]
254                 <input type="hidden" name="holds_to_place_count" value="1" />
255             [% END %]
256         [% END %]
257
258 </ol>
259    [% UNLESS ( multi_hold ) %]
260         <fieldset class="action">
261             [% IF ( patron.borrowernumber ) %]
262                 [% IF ( override_required ) %]
263                     <input type="submit" class="warning" value="Place hold" />
264                 [% ELSIF ( none_available ) %]
265                     <input type="submit" disabled="disabled" value="Place hold" />
266                 [% ELSE %]
267                     <input type="submit" value="Place hold" />
268                 [% END %]
269             [% END %]
270         </fieldset>
271         [% FOREACH bibitemloo IN bibitemloop %]
272           <ol>
273             [% UNLESS ( item_level_itypes ) %]
274               <li><span class="label">Item type:</span> [% bibitemloo.description | html %]</li>
275             [% END %]
276
277             [% IF ( bibitemloo.publicationyear ) %]<li><span class="label">Publication year:</span> [% bibitemloo.publicationyear | html %]</li>[% END %]
278           </ol>
279
280         <h2 style="padding: 0 1em;">
281             Place a hold on a specific item
282             [% IF bibitemloo.force_hold_level == 'item' %]
283                 <span class="error"><i>(Required)</i></span>
284             [% END %]
285         </h2>
286         <table id="requestspecific">
287             <thead>
288                 <tr>
289                     <th>Hold</th>
290                 [% IF ( item_level_itypes ) %]
291                     <th>Item type</th>
292                 [% END %]
293                     <th>Barcode</th>
294                     <th>Home library</th>
295                     <th>Last location</th>
296                 [% IF itemdata_ccode %]
297                     <th>Collection</th>
298                 [% END %]
299                     <th>Call no.</th>
300                     <th>Copy number</th>
301                 [% IF itemdata_enumchron %]
302                     <th>Vol no.</th>
303                 [% END %]
304                     <th class="title-string">Information</th>
305                 </tr>
306             </thead>
307             <tbody>
308             [% SET selected = 0 %]
309             [% FOREACH itemloo IN bibitemloo.itemloop %]
310             [% UNLESS ( itemloo.hide ) %]
311                 <tr class="[% itemloo.backgroundcolor | html %]">
312                     <td>
313                 [% IF itemloo.force_hold_level == 'record' # Patron has placed a record level hold previously for this record %]
314                     <span class="error">
315                         <i class="fa fa-times fa-lg" alt="Cannot be put on hold"></i>
316                         Hold must be record level
317                     </span>
318                 [% ELSIF ( itemloo.available ) %]
319                     <input type="radio" name="checkitem" value="[% itemloo.itemnumber | html %]" />
320                 [% ELSIF ( itemloo.override ) %]
321                     <input type="radio" name="checkitem" class="needsoverride" value="[% itemloo.itemnumber | html %]" />
322                     <i class="fa fa-exclamation-triangle fa-lg" style="color:gold" alt="Requires override of hold policy"/></i>
323                 [% ELSE %]
324                     <span class="error">
325                         <i class="fa fa-times fa-lg" alt="Cannot be put on hold"></i>
326                         [% IF itemloo.not_holdable %]
327                             [% IF itemloo.not_holdable == 'damaged' %]
328                                 Item damaged
329                             [% ELSIF itemloo.not_holdable == 'ageRestricted' %]
330                                 Age restricted
331                             [% ELSIF itemloo.not_holdable == 'tooManyHoldsForThisRecord' %]
332                                 Exceeded max holds per record
333                             [% ELSIF itemloo.not_holdable == 'tooManyReservesToday' %]
334                                 Daily hold limit reached for patron
335                             [% ELSIF itemloo.not_holdable == 'tooManyReserves' %]
336                                 Too many holds
337                             [% ELSIF itemloo.not_holdable == 'notReservable' %]
338                                 Not holdable
339                             [% ELSIF itemloo.not_holdable == 'cannotReserveFromOtherBranches' %]
340                                 Patron is from different library
341                             [% ELSIF itemloo.not_holdable == 'itemAlreadyOnHold' %]
342                                 Patron already has hold for this item
343                             [% ELSE %]
344                                 [% itemloo.not_holdable | html %]
345                             [% END %]
346                         [% END %]
347                     </span>
348                 [% END %]
349                     </td>
350                 [% IF ( item_level_itypes ) %]
351                     <td>
352                     [% UNLESS ( noItemTypeImages ) %]
353                         [% IF ( itemloo.imageurl ) %]<img src="[% itemloo.imageurl | html %]" alt="" /> <br /> [% END %]
354                     [% END %]
355                         [% itemloo.itypename | html %]
356                     </td>
357                 [% END %]
358
359                     <td>
360                         [% itemloo.barcode | html %]
361                     </td>
362                     <td>
363                         [% Branches.GetName( itemloo.homebranch ) | html %]
364                     </td>
365                     <td>
366                         [% Branches.GetName( itemloo.holdingbranch ) | html %]
367                     </td>
368                 [% IF itemdata_ccode %]
369                     <td>
370                         [% IF ( itemloo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemloo.ccode ) | html %][% END %]
371                     </td>
372                 [% END %]
373                     <td>
374                         [% itemloo.itemcallnumber | html %]
375                     </td>
376                     <td>
377                         [% IF ( itemloo.copynumber ) %][% itemloo.copynumber | html %][% ELSE %]&nbsp;[% END %]
378                     </td>
379                 [% IF itemdata_enumchron %]
380                     <td>
381                         [% itemloo.enumchron | html %]
382                     </td>
383                 [% END %]
384                     <td>
385                 [% IF ( itemloo.onloan ) %]
386                     <span title="[% itemloo.date_due | html %]" class="checkedout">Due [% itemloo.date_due | $KohaDates as_due_date => 1 | html %]</span>
387                 [% ELSE %]
388                     <span title="0000-00-00">
389                         [% IF ( itemloo.transfertwhen ) %]
390                             In transit from [% Branches.GetName( itemloo.transfertfrom ) | html %],
391                             to [% Branches.GetName( itemloo.transfertto ) | html %], since [% itemloo.transfertwhen | html %]
392                         [% END %]
393                     </span>
394                 [% END %]
395                 [% IF ( itemloo.message ) %]
396                    Unavailable (lost or missing)
397                 [% END %]
398
399                 [% IF ( itemloo.notforloan ) %]
400                    Not for loan ([% itemloo.notforloanvalue | html %])
401                 [% END %]
402
403                 [% IF ( itemloo.reservedate ) %]
404                     [% IF ( itemloo.nocancel ) %]
405                             Can't be cancelled when item is in transit
406                     [% ELSE %]
407                     [% IF ( itemloo.waitingdate ) %]Waiting[% ELSE %]On hold[% END %]
408                     [% IF ( itemloo.canreservefromotherbranches ) %]for <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% itemloo.ReservedFor.borrowernumber | uri %]">[% itemloo.ReservedFor.firstname | html %] [% itemloo.ReservedFor.surname | html %]</a>[% END %] [% IF ( itemloo.waitingdate ) %]at[% ELSE %]expected at[% END %] [% Branches.GetName( itemloo.ExpectedAtLibrary ) | html %]
409                     since
410                     [% IF ( itemloo.waitingdate ) %][% itemloo.waitingdate | $KohaDates %][% ELSE %][% IF ( itemloo.reservedate ) %][% itemloo.reservedate | html %][% END %][% END %]. <a class="info" href="modrequest.pl?CancelBiblioNumber=[% itemloo.biblionumber | html %]&amp;CancelBorrowerNumber=[% itemloo.ReservedFor.borrowernumber | html %]&amp;CancelItemnumber=[% itemloo.itemnumber | html %]"  onclick="return confirmDelete(MSG_CONFIRM_DELETE_HOLD);">Cancel hold</a>
411
412                     [% END %]
413                 [% ELSE %]
414                     Not on hold
415                 [% END %]
416
417                 [% IF itemloo.item_level_holds == "N" %]
418                     <br/>Item level hold not allowed from OPAC
419                 [% ELSIF itemloo.item_level_holds == "F" %]
420                     <br/>Item level hold forced from OPAC
421                 [% END %]
422                 [% IF ( itemloo.damaged ) %]
423                     <br />Damaged
424                 [% END %]
425                     </td>
426                 </tr>
427             [% END %] <!--UNLESS item hide-->
428             [% END %] <!-- itemloop -->
429             </tbody>
430         </table>
431     [% IF ( bibitemloo.hiddencount ) %]
432         <form>
433         <p class="hiddencount"><a href="request.pl?biblionumber=[% bibitemloo.biblionumber | uri %]&amp;borrowernumber=[% bibitemloo.borrowernumber | uri %]&amp;showallitems=1">Show all items ([% bibitemloo.hiddencount | html %] hidden)</a></p>
434         </form>
435     [% END %] <!-- hiddencount -->
436     [% END %] <!-- bibitemloop -->
437
438   [% ELSE %]<!-- UNLESS multi_hold -->
439
440     <table id="requesttitles">
441       <tr>
442         <th>Title</th>
443         [% UNLESS ( item_level_itypes ) %]
444           <th>Item type</th>
445         [% END %]
446         <th>Priority</th>
447         <th>Information</th>
448       </tr>
449       [% FOREACH biblioloo IN biblioloop %]
450         [% IF ( biblioloo.warn ) %]
451           <tr class="onissue">
452         [% ELSE %]
453           <tr>
454         [% END %]
455           <td>
456             <ul>
457               <li><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblioloo.biblionumber | uri %]">[% biblioloo.title | html %]</a></li>
458               [% IF ( biblioloo.publicationyear ) %]
459                 <li><span class="label">Publication year:</span> [% biblioloo.publicationyear | html %]</li>
460               [% END %]
461             </ul>
462             [% UNLESS ( biblioloo.warn ) %]
463               <span class="multi_hold_item" title="[% biblioloo.biblionumber | html %]"></span>
464             [% ELSE %]
465               <span class="not_holdable" title="[% biblioloo.biblionumber | html %]"></span>
466             [% END %]
467           </td>
468           [% UNLESS ( item_level_itypes ) %]
469             <td>
470               <img src="[% biblioloo.imageurl | html %]" alt="[% biblioloo.itypename | html %]" title="[% biblioloo.itypename | html %]" />
471             </td>
472           [% END %]
473             <td>[% biblioloo.rank | html %]</td>
474           <td>
475             [% IF ( biblioloo.alreadyres ) %]
476               <ul>
477             [% ELSE %]
478               [% IF ( biblioloo.none_avail ) %]
479                 <ul>
480               [% END %]
481             [% END %]
482
483           [% IF ( biblioloo.alreadyres ) %]
484               <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>
485           [% END %]
486           [% IF ( biblioloo.none_avail ) %]
487               <li> <strong>No items are available</strong> to be placed on hold</li>
488           [% END %]
489
490             [% IF ( biblioloo.alreadyres ) %]
491               </ul>
492             [% ELSE %]
493               [% IF ( biblioloo.none_avail ) %]
494                 </ul>
495               [% END %]
496             [% END %]
497
498           </td>
499         </tr>
500       [% END %]
501     </table>
502
503   [% END %]<!-- /multi_hold -->
504
505     <fieldset class="action">
506         [% IF ( patron AND patron.borrowernumber ) %]
507             [% IF ( override_required ) %]
508                 <input type="submit" class="warning" value="Place hold" />
509             [% ELSIF ( none_available ) %]
510                 <input type="submit" disabled="disabled" value="Place hold" />
511             [% ELSE %]
512                 <input type="submit" value="Place hold" />
513             [% END %]
514         [% END %]
515     </fieldset>
516     </form>
517         </fieldset>
518 [% END %]
519
520 [% UNLESS ( patron ) %]
521     [% IF ( reserveloop ) %]
522         <form name="T[% time | html %]" action="modrequest.pl" method="post">
523             [% IF ( multi_hold ) %]
524                 <input type = "hidden" name="multi_hold" value="1"/>
525                 <input type = "hidden" name="biblionumbers" value="[% biblionumbers | html %]"/>
526             [% END %]
527
528             <fieldset class="rows left">
529                 <legend>Existing holds</legend>
530
531                 [% FOREACH biblioloo IN biblioloop %]
532                     [% IF ( biblioloo.reserveloop ) %]
533                         [% IF ( multi_hold ) %]
534                             <h3>
535                                 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber | uri %]">
536                                     [% biblioloo.title | html %]
537                                 </a>
538                             </h3>
539                         [% END %]
540
541                         [% IF Koha.Preference('HoldsSplitQueue') == 'branch' %]
542                             [% SET branchcodes = [] %]
543
544                             [% FOREACH h IN biblioloo.reserveloop %]
545                                 [% branchcodes.push( h.branchcode ) | $raw %]
546                             [% END %]
547                             [% branchcodes = branchcodes.unique %]
548
549                             [% FOREACH b IN branchcodes.sort %]
550                                 [% SET holds_by_branch = [] %]
551                                 [% FOREACH h IN biblioloo.reserveloop %]
552                                     [% IF h.branchcode == b %]
553                                         [% holds_by_branch.push( h ) | $raw %]
554                                     [% END %]
555                                 [% END %]
556                                 <fieldset>
557                                     <legend>[% Branches.GetName( b ) | html %]</legend>
558                                     [% INCLUDE holds_table.inc holds=holds_by_branch %]
559                                 </fieldset>
560                             [% END %]
561                         [% ELSIF Koha.Preference('HoldsSplitQueue') == 'itemtype' %]
562                             [% SET itemtypes = [] %]
563
564                             [% FOREACH h IN biblioloo.reserveloop %]
565                                 [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
566                                 [% itemtypes.push( hold_itemtype ) | $raw %]
567                             [% END %]
568                             [% itemtypes = itemtypes.unique %]
569
570                             [% FOREACH i IN itemtypes.sort %]
571                                 [% SET holds_by_itemtype = [] %]
572                                 [% FOREACH h IN biblioloo.reserveloop %]
573                                     [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
574                                     [% IF hold_itemtype == i %]
575                                         [% holds_by_itemtype.push( h ) | $raw %]
576                                     [% END %]
577                                 [% END %]
578
579                                 <fieldset>
580                                     [% IF i %]
581                                         <legend>[% ItemTypes.GetDescription( i ) | html %]</legend>
582                                     [% ELSE %]
583                                         <legend>Any item type</legend>
584                                     [% END %]
585                                     [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
586                                 </fieldset>
587                             [% END %]
588                         [% ELSIF Koha.Preference('HoldsSplitQueue') == 'branch_itemtype' %]
589                             [% SET branchcodes = [] %]
590
591                             [% FOREACH h IN biblioloo.reserveloop %]
592                                 [% branchcodes.push( h.branchcode ) | $raw %]
593                             [% END %]
594                             [% branchcodes = branchcodes.unique %]
595
596                             [% FOREACH b IN branchcodes.sort %]
597                                 <fieldset class="contrast">
598                                     <legend>[% Branches.GetName( b ) | html %]</legend>
599                                     [% SET holds_by_branch = [] %]
600                                     [% FOREACH h IN biblioloo.reserveloop %]
601                                         [% IF h.branchcode == b %]
602                                             [% holds_by_branch.push( h ) | $raw %]
603                                         [% END %]
604                                     [% END %]
605
606                                     [% SET itemtypes = [] %]
607                                     [% FOREACH h IN holds_by_branch %]
608                                         [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
609                                         [% itemtypes.push( hold_itemtype ) | $raw %]
610                                     [% END %]
611                                     [% itemtypes = itemtypes.unique %]
612
613                                     [% FOREACH i IN itemtypes.sort %]
614                                         <fieldset class="standard">
615                                             [% IF i %]
616                                                 <legend>[% ItemTypes.GetDescription( i ) | html %]</legend>
617                                             [% ELSE %]
618                                                 <legend>Any item type</legend>
619                                             [% END %]
620
621                                             [% SET holds_by_itemtype = [] %]
622                                             [% FOREACH h IN holds_by_branch %]
623                                                 [% SET hold_itemtype = h.object.item.effective_itemtype || h.itemtype %]
624                                                 [% IF hold_itemtype == i %]
625                                                     [% holds_by_itemtype.push( h ) | $raw %]
626                                                 [% END %]
627                                             [% END %]
628                                             [% INCLUDE holds_table.inc holds=holds_by_itemtype %]
629                                         </fieldset>
630                                     [% END %]
631                                 </fieldset>
632                             [% END %]
633                         [% ELSE %]
634                             [% INCLUDE holds_table.inc holds=biblioloo.reserveloop %]
635                         [% END %]
636
637                     [% END %]<!-- /reserveloop -->
638                 [% END %]<!-- /biblioloop -->
639
640                 <fieldset class="action">
641                     <input type="submit" name="submit" value="Update hold(s)" />
642                 </fieldset>
643             </fieldset>
644         </form>
645     [% END %]
646 [% END %]
647 </div>
648 </div>
649
650 <div class="yui-b">
651 [% UNLESS ( multi_hold ) %]
652   [% INCLUDE 'biblio-view-menu.inc' %]
653 [% END %]
654
655 </div>
656 </div>
657
658 [% MACRO jsinclude BLOCK %]
659     [% INCLUDE 'datatables.inc' %]
660     [% INCLUDE 'calendar.inc' %]
661     [% Asset.js("js/circ-patron-search-results.js") | $raw %]
662     <script>
663         var MSG_CONFIRM_DELETE_HOLD   = _("Are you sure you want to cancel this hold?");
664         var patron_homebranch = "[% Branches.GetName( patron.branchcode ) |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') | html %]";
665         var override_items = {[% FOREACH bibitemloo IN bibitemloop %][% FOREACH itemloo IN bibitemloo.itemloop %][% IF ( itemloo.override ) %]
666         [% itemloo.itemnumber | html %]: {
667             homebranch: "[% Branches.GetName( itemloo.homebranch ) |replace("'", "\'") |replace('"', '\"') |replace('\n', '\\n') |replace('\r', '\\r') | html %]",
668             holdallowed: [% itemloo.holdallowed | html %]
669             },
670             [% END %][% END %][% END %]
671         };
672         var MSG_NO_ITEMS_AVAILABLE = _("A hold cannot be requested on any of these items.");
673
674         $(document).ready(function() {
675             function ToggleHoldsToPlace() {
676                 if ( $("#requestany").prop('checked') ) {
677                     $("#holds_to_place_count").prop('disabled', false);
678                 } else {
679                     $("#holds_to_place_count").prop('disabled', true);
680                 }
681             }
682             ToggleHoldsToPlace();
683             $("#requestany").on('change', function(){
684                 ToggleHoldsToPlace();
685             });
686
687             [% IF AutoResumeSuspendedHolds %]
688                 $(".suspend_until_datepicker, .datepickerfrom, .datepickerto").datepicker("option", "minDate", 1);
689             [% END %]
690
691             var my_table = $("#requestspecific").dataTable($.extend(true, {}, dataTablesDefaults, {
692                 'bPaginate': false,
693                 "sDom": '<"top pager"ilf>t',
694                 "aoColumnDefs": [
695                     { "sType": "title-string", "aTargets" : [ "title-string" ] }
696                 ]
697             }));
698
699             //Override fieldset styling for dataTables search box
700             $("div.top.pager").css("margin-left","1em");
701             $(".dataTables_filter label").css({
702                 "width":"auto",
703                 "margin-right":"0em"
704             });
705
706         });
707
708         function check() {
709             var msg = "";
710             var count_reserv = 0;
711
712             // check if we have checkitem form
713             if (document.form.checkitem){
714                 for (i=0;i<document.form.checkitem.length;i++){
715                     if (document.form.checkitem[i].checked == true) {
716                         count_reserv++ ;
717                     }
718                 }
719                 // for only one item, check the checkitem without consider the loop checkitem
720                 if (i==0){
721                     if (document.form.checkitem.checked == true) {
722                         count_reserv++;
723                     }
724                 }
725             }
726
727             if (document.form.requestany.checked == true){
728                 count_reserv++ ;
729             }
730
731             if (count_reserv == "0"){
732                 msg += (_("- Please select an item to place a hold") + "\n");
733             }
734
735             if (msg == "") {
736                 $('#hold-request-form').preventDoubleFormSubmit();
737                 return(true);
738             } else {
739                 alert(msg);
740                 return(false);
741             }
742         }
743
744         function checkMultiHold() {
745             var spans = $(".multi_hold_item");
746             if ($(spans).size() == 0) {
747                 alert(MSG_NO_ITEMS_AVAILABLE);
748                 return false;
749             }
750
751             var biblionumbers = "";
752             $(spans).each(function() {
753                 var bibnum = $(this).attr("title");
754                 biblionumbers += bibnum + "/";
755             });
756
757             var badSpans = $(".not_holdable");
758             var badBibs = "";
759             $(badSpans).each(function() {
760                 var bibnum = $(this).attr("title");
761                 badBibs += bibnum + "/";
762             });
763
764             $("#multi_hold_bibs").val(biblionumbers);
765             $("#bad_bibs").val(badBibs);
766
767             $('#hold-request-form').preventDoubleFormSubmit();
768
769             return true;
770         }
771
772          $(document).ready(function() {
773             $("input.needsoverride").click(function() { // This must be before the radio button/checkbox switch logic
774                 var itemnumber = this.value;
775                 var msg = '';
776
777                 switch (override_items[itemnumber].holdallowed) {
778                     case 0: msg = _("This item normally cannot be put on hold."); break;
779                     case 1: msg = _("This item normally cannot be put on hold except for patrons from %s.").format(override_items[itemnumber].homebranch); break;
780                 }
781
782                 msg += "\n\n" + _("Place hold on this item?");
783
784                 return confirm(msg);
785             });
786             $("input.warning").click(function() {
787                 return confirm( _("None of these items can normally be put on hold for this patron.") + "\n\n" + _("Place hold?") );
788             });
789             $("#requestany").click(function() {
790                 if(this.checked){
791                     $("input[name=checkitem]").each(function() {
792                         $(this).prop("checked", false);
793                     });
794                 }
795             });
796             $("input[name=checkitem]").click(function() {
797                 onechecked = 0;
798                 $("input[name=checkitem]").each(function() {
799                     if(this.checked){
800                         onechecked = 1;
801                     }
802                 });
803                 if(onechecked == 1){
804                     $("#requestany").prop("checked", false);
805                 } else {
806                     $("#requestany").prop("checked",true);
807                 }
808             });
809             var prev_rank_request;
810             var priorities;
811             $("select[name=rank-request]").on("focus", function() {
812                 prev_rank_request = $(this).val();
813                 var row = $(this).parents("tr:first");
814                 priorities = row.parent().find("select[name=rank-request]").map( function() {
815                     return $(this).val();
816                 }).get();
817             }).change(function() {
818                 var row = $(this).parents("tr:first");
819                 var value = parseInt($(this).val());
820                 var rowsCount = row.parent().children('tr').length - 1;
821                 value = value > rowsCount ? rowsCount : value;
822                 var after = row.parent().find("tr:nth-child("+(value+1)+")");
823
824                 if (prev_rank_request > value) {
825                     row.insertBefore(after);
826                 } else {
827                     row.insertAfter(after);
828                 }
829
830                 var next_priority = 0;
831                 row.parent().find("select[name=rank-request]").each(function () {
832                     $(this).val(priorities[next_priority]);
833                     next_priority++;
834                 });
835             });
836
837             $(".clear-date").on("click",function(e){
838                 e.preventDefault();
839                 var fieldID = this.id.replace("clear-date-","");
840                 $("#" + fieldID).val("");
841             });
842
843             // Confirm cancelation of hold
844             $(".cancel-hold").on("click",function(e) {
845                 return confirmDelete(MSG_CONFIRM_DELETE_HOLD);
846             });
847
848             [% UNLESS ( patron || patron.borrowernumber || borrowers || noitems ) %]
849                 [% IF ( CircAutocompl ) %]
850                 $( "#patron" ).autocomplete({
851                     source: "/cgi-bin/koha/circ/ysearch.pl",
852                     minLength: 3,
853                     select: function( event, ui ) {
854                         $( "#patron" ).val( ui.item.cardnumber );
855                         $( "#holds_patronsearch" ).submit();
856                         return false;
857                     }
858                 })
859                 .data( "ui-autocomplete" )._renderItem = function( ul, item ) {
860                     return $( "<li></li>" )
861                     .data( "ui-autocomplete-item", item )
862                     .append( "<a>" + item.surname + ", " + item.firstname +
863                              " (" + item.cardnumber + ") <small>" + item.address +
864                              " " + item.city + " " + item.zipcode + " " +
865                              item.country + "</small></a>" )
866                     .appendTo( ul );
867                 };
868                 [% END %]
869             [% END %]
870
871         });
872     </script>
873 [% END %]
874
875 [% INCLUDE 'intranet-bottom.inc' %]