Bug 34853: Switch to 'div' as suggested
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / detail.tt
1 [% USE raw %]
2 [% USE Asset %]
3 [% USE Koha %]
4 [% USE KohaDates %]
5 [% USE KohaPlugins %]
6 [% USE AuthorisedValues %]
7 [% USE Branches %]
8 [% USE Biblio %]
9 [% USE Frameworks %]
10 [% USE Price %]
11 [% USE TablesSettings %]
12 [% PROCESS 'i18n.inc' %]
13 [% SET CoverImagePlugins = KohaPlugins.get_plugins_intranet_cover_images %]
14
15 [% IF Koha.Preference('AmazonAssocTag') %]
16     [% AmazonAssocTag = '?tag=' _ Koha.Preference('AmazonAssocTag') %]
17 [% ELSE %]
18     [% AmazonAssocTag = '' %]
19 [% END %]
20
21 [% ShowCourseReserves = 0 | html %]
22 [% IF UseCourseReserves %]
23     [% FOREACH item IN itemloop %]
24        [% IF item.course_reserves %]
25            [% FOREACH r IN item.course_reserves %]
26                [% IF r.course.enabled == 'yes' %]
27                    [% ShowCourseReserves = 1 | html %]
28                [% END %]
29            [% END %]
30         [% END %]
31     [% END %]
32 [% END %]
33
34 [% SET plugins_intranet_catalog_biblio_tabs = KohaPlugins.get_plugins_intranet_catalog_biblio_tab({ biblio => biblio, biblio_id => biblionumber }) %]
35
36 [% SET footerjs = 1 %]
37 [% INCLUDE 'doc-head-open.inc' %]
38 <title>[% FILTER collapse %]
39     [% IF ( unknownbiblionumber ) %]
40         [% t("Unknown record") | html %]
41     [% ELSE %]
42         [% title_in_title = INCLUDE 'biblio-title-head.inc' %]
43         [% tx("Details for {title}", { title = title_in_title }) | html %]
44     [% END %] &rsaquo;
45     [% t("Catalog") | html %] &rsaquo;
46     [% t("Koha") | html %]
47 [% END %]</title>
48 [% INCLUDE 'doc-head-close.inc' %]
49 [% Asset.css("lib/Chocolat/css/chocolat.css") | $raw %]
50 </head>
51
52 <body id="catalog_detail" class="catalog">
53
54 [% WRAPPER 'header.inc' %]
55     [% INCLUDE 'cat-search.inc' %]
56 [% END %]
57
58 [% WRAPPER 'sub-header.inc' %]
59     [% WRAPPER breadcrumbs %]
60         [% WRAPPER breadcrumb_item %]
61             <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
62         [% END %]
63
64         [% IF ( unknownbiblionumber ) %]
65             [% WRAPPER breadcrumb_item bc_active= 1 %]
66                 <span>Unknown record</span>
67             [% END %]
68         [% ELSE %]
69             [% WRAPPER breadcrumb_item %]
70                 [% INCLUDE 'biblio-title.inc' link = 1 %]
71             [% END %]
72             [% WRAPPER breadcrumb_item bc_active= 1 %]
73                 <span>Details</span>
74             [% END %]
75         [% END %]
76     [% END #/ WRAPPER breadcrumbs %]
77 [% END #/ WRAPPER sub-header.inc %]
78
79 <div class="main container-fluid">
80     <div class="row">
81         <div class="col-sm-10 col-sm-push-2">
82             <main>
83                 <div class="row">
84
85 [% IF ( unknownbiblionumber ) %]
86   <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
87 [% ELSE %]
88
89 [% IntranetCoce    = Koha.Preference('IntranetCoce') %]
90 [% CoceProviders   = Koha.Preference('CoceProviders') %]
91 [% CoceHost        = Koha.Preference('CoceHost') %]
92 [% SyndeticsCovers = Koha.Preference('SyndeticsEnabled') && Koha.Preference('SyndeticsCoverImages') %]
93
94 [% INCLUDE 'cat-toolbar.inc' %]
95     [% IF ( ocoins ) %]
96         <!-- COinS / OpenURL -->
97         <span class="Z3988" title="[% ocoins | html %]"></span>
98     [% END %]
99
100     [% IF ( CoverImagePlugins || AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
101         <div id="catalogue_detail_biblio" class="col-xs-9">
102     [% ELSE %]
103         <div id="catalogue_detail_biblio" class="col-xs-12">
104     [% END %]
105         [% IF decoding_error || analytics_error %]
106             <div class="page-section bg-danger">
107                <h1>Errors found</h1>
108                [% IF decoding_error %]
109                    <h2>Encoding errors</h2>
110                    <p class="biberror">There is at least one encoding error with this bibliographic record, the view may be degraded.</p>
111                    <pre class="error">[% decoding_error | html %]</pre>
112                [% END %]
113                [% IF analytics_error %]
114                    <h2>Analytics errors</h2>
115                    <p class="analytics_error">There was an error searching for analytic records, please see the logs for details.</p>
116                [% END %]
117             </div>
118         [% END %]
119
120         <div class="page-section">
121
122         [% XSLTBloc | $raw %]
123
124         [% IF shelves.count %]
125             <span class="results_summary"><span class="label">Lists that include this title: </span>
126             [% FOREACH s IN shelves %]
127                 <a href="/cgi-bin/koha/virtualshelves/shelves.pl?op=view&amp;shelfnumber=[% s.shelfnumber | uri %]">[% s.shelfname | html %]</a>
128                 [% IF ( loop.last ) %][% ELSE %]|[% END %]
129             [% END %]
130             </span>
131         [% END %]
132         [% IF ( TagsEnabled &&  TagsShowOnDetail &&  TagLoop ) %]
133                 <span class="results_summary"><span class="label">Tags:</span>
134                     [% FOREACH TagLoo IN TagLoop %]
135                         [% IF ( CAN_user_tools_moderate_tags ) %]
136                         <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |uri %]">[% TagLoo.term | html %]</a>
137                         [% ELSE %]
138                         [% TagLoo.term | html %]
139                         [% END %]
140                         <span class="weight">([% TagLoo.weight_total | html %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]
141                     [% END %]
142                     </span>
143         [% END %]
144         <span id="catalogue_detail_marc_preview" class="results_summary"><span class="label">MARC preview:</span> <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% biblionumber | uri %]&amp;viewas=html" title="MARC" class="previewMARC">Show</a></span>
145         <span id="catalogue_detail_framework" class="results_summary">
146             <span class="label">MARC framework:</span>
147             <span class="frameworkcode">[% Frameworks.GetName(biblio.frameworkcode) | html %]</span>
148         </span>
149         [% IF !item_level_itypes ||  Koha.Preference("BiblioItemtypeInfo") %]
150            <span class="results_summary itemtype"><span class="label">Itemtype:</span>
151           [% IF ( !noItemTypeImages && imageurl ) %]
152               <img src="[% imageurl | html %]" alt="" />
153           [% END %]
154           [% IF ( description ) %]
155               <span class="itypetext">[% description | html %]</span>
156           [% ELSE %]
157               <span class="itypetext">[% itemtype | html %]</span>
158           [% END %]
159           </span>
160         [% END %]
161
162         [% IF ( Koha.Preference('SearchEngine') == 'Elasticsearch' ) %]
163             <span id="catalogue_detail_elastic_record" class="results_summary"><span class="label">Elasticsearch record:</span> <a href="/cgi-bin/koha/catalogue/showelastic.pl?id=[% biblionumber | uri %]" title="Elasticsearch record" class="previewElastic">Show</a></span>
164         [% END %]
165
166         [% IF ( holdcount ) %]
167             <span class="results_summary">
168                 <span class="label">Holds:</span>
169                 <span class="number_box">
170                     [% IF CAN_user_reserveforothers_place_holds %]
171                         <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber | uri %]">[% holdcount | html %]</a>
172                     [% ELSE %]
173                         <span>[% holdcount | html %]</span>
174                     [% END %]
175                 </span>
176             </span>
177         [% END %]
178
179         [% IF illrequests.count %]
180             <span class="results_summary">
181                 <span class="label">ILL requests:</span>
182                 [% IF CAN_user_ill %]
183                     [% FOREACH ill IN illrequests %]
184                         <a href="/cgi-bin/koha/ill/ill-requests.pl?method=illview&illrequest_id=[% ill.illrequest_id | uri %]">Request [% ill.illrequest_id | html %]</a>[% IF ! loop.last %], [% END %]
185                     [% END %]
186                 [% ELSE %]
187                     [% FOREACH ill IN illrequests %]
188                         <span>Request [% ill.illrequest_id | html %]</span>[% IF ! loop.last %], [% END %]
189                     [% END %]
190                 [% END %]
191             </span>
192         [% END %]
193
194         [% IF ( article_requests_count = Biblio.ArticleRequestsActiveCount( biblionumber ) ) %]
195             <span class="results_summary">
196                 <span class="label">Article requests:</span>
197                 <span class="number_box">
198                     <a href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% biblionumber | uri %]">[% article_requests_count | html %]</a>
199                 </span>
200             </span>
201         [% END %]
202
203         [% IF course_reserves %]
204             <span class="results_summary"><span class="label">Courses that have reserved this title: </span>
205             [% FOREACH c IN course_reserves %]
206                 <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% c.course_id | uri %]">[% c.course.course_name | html %]</a>
207                 [% IF ( loop.last ) %][% ELSE %]|[% END %]
208             [% END %]
209             </span>
210         [% END %]
211         </div> [%# .page-section %]
212
213         [% IF ( CoverImagePlugins || AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
214         </div>
215             <div class="col-xs-3 bookcoverimg">
216                 <div id="biblio-cover-slider" class="cover-slider" data-isbn="[% normalized_isbn | html %]">
217                     [% IF ( LocalCoverImages ) %]
218                         [% IF localimages.count %]
219                             [% FOREACH image IN localimages %]
220                                 <div class="cover-image local-coverimg">
221                                     <a href="/cgi-bin/koha/catalogue/image.pl?imagenumber=[% image.imagenumber | uri %]" title="Local cover image">
222                                         <img src="/cgi-bin/koha/catalogue/image.pl?thumbnail=1&amp;imagenumber=[% image.imagenumber | uri %]" alt="Local cover image" data-link="/cgi-bin/koha/catalogue/imageviewer.pl?biblionumber=[% biblionumber | uri %]&amp;imagenumber=[% image.imagenumber | uri %]" />
223                                     </a>
224                                     <div class="hint">Local cover image</div>
225                                 </div>
226                             [% END %]
227                         [% END %]
228                     [% END %]
229
230                     [% IF ( AmazonCoverImages && normalized_isbn) %]
231                         <div class="cover-image" id="amazon-bookcoverimg">
232                             <a href="https://images-na.ssl-images-amazon.com/images/P/[% normalized_isbn | uri %].01.LZZZZZZZ.jpg" title="Amazon cover image">
233                                 <img src="https://images-na.ssl-images-amazon.com/images/P/[% normalized_isbn | uri %].01.MZZZZZZZ.jpg" alt="Amazon cover image" data-link="http://www.amazon[% AmazonTld | uri %]/gp/reader/[% normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"/>
234                             </a>
235                             <div class="hint">Image from Amazon.com</div>
236                         </div>
237                     [% END %]
238
239                     [% IF ( IntranetCoce && CoceProviders && normalized_isbn ) %]
240                         [% coce_id = normalized_ean || normalized_isbn %]
241                         <div class="cover-image coce-coverimg">
242                             [% IF ( coce_id ) %]
243                                 <a title="Image from Coce" class="[% coce_id | html %]" id="coce-thumbnail-preview"></a>
244                             [% ELSE %]
245                                 <span class="no-image">No cover image available</span>
246                             [% END %]
247                             <div class="hint">Image from Coce</div>
248                         </div>
249                     [% END %]
250
251                     [% IF ( SyndeticsCovers ) %]
252                         [% IF ( content_identifier_exists ) %]
253                         <div class="cover-image" id="syndetics-bookcoverimg">
254                             <a href="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn | url %]/LC.GIF&amp;client=[% Koha.Preference('SyndeticsClientCode') | url %]&amp;type=xw10&amp;upc=[% normalized_upc | url %]&amp;oclc=[% normalized_oclc | url %]" title="Syndetics cover image">
255                                 <img src="https://secure.syndetics.com/index.aspx?isbn=[% normalized_isbn | url %]/[% Koha.Preference('SyndeticsCoverImageSize') | url %].GIF&amp;client=[% Koha.Preference('SyndeticsClientCode') | url %]&amp;type=xw10&amp;upc=[% normalized_upc | url %]&amp;oclc=[% normalized_oclc | url %]" alt="" class="thumbnail" />
256                             </a>
257                             <div class="hint">Image from Syndetics</div>
258                         </div>
259                             [% ELSE %]
260                                 <span class="no-image">No cover image available</span>
261                             [% END %]
262                     [% END %]
263
264                     [% IF Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL') %]
265                         [% SET custom_cover_image_url = biblio.custom_cover_image_url %]
266                         [% IF custom_cover_image_url %]
267                             <div class="cover-image" id="custom-coverimg">
268                                 <a class="custom_cover_image" href="[% custom_cover_image_url | url %]" title="Custom cover image">
269                                     <img id="custom-img" alt="Custom cover image" src="[% custom_cover_image_url | url %]" />
270                                 </a>
271                                 <div class="hint">Custom cover image</div>
272                             </div>
273                         [% END %]
274                     [% END %]
275                 </div> <!-- /.cover-slider -->
276             </div> <!-- /.bookcoverimg.col-xs-3 -->
277         [% ELSE %]
278         </div> <!-- /.col-xs-* -->
279         [% END # /IF ( AmazonCoverImages, etc ) %]
280 </div>
281
282 <div id="bibliodetails" class="toptabs">
283
284 <ul class="nav nav-tabs" role="tablist">
285     [% IF (SeparateHoldings) %]
286         <li role="presentation">
287             <a href="#holdings" aria-controls="holdings" role="tab" data-toggle="tab">[% Branches.GetLoggedInBranchname | html %] holdings ([% itemloop.size() || 0 | html %])</a>
288         </li>
289         <li role="presentation">
290             <a href="#otherholdings"  aria-controls="otherholdings" role="tab" data-toggle="tab">Other holdings ([% otheritemloop.size() || 0 | html %])</a>
291         </li>
292     [% ELSE %]
293         <li role="presentation">
294             <a href="#holdings" aria-controls="holdings" role="tab" data-toggle="tab">Holdings ([% itemloop.size() || 0 | html %])</a>
295         </li>
296     [% END %]
297     [% IF Koha.Preference('EnableItemGroups') %]
298         <li role="presentation">
299             <a href="#item_groups" aria-controls="item_groups" role="tab" data-toggle="tab">Item groups</a>
300         </li>
301     [% END %]
302 [% IF ( MARCNOTES || notes ) %]<li role="presentation"><a href="#description" aria-controls="description" role="tab" data-toggle="tab">Descriptions ([% ( MARCNOTES.size || 1 ) | html %])</a></li>[% END %]
303 [% IF ComponentParts && ComponentParts.size %]<li id="components_tab" role="presentation"><a href="#components"  aria-controls="components" role="tab" data-toggle="tab">Components ([% ComponentParts.size | html %])</a></li>[% END %]
304 [% IF ( subscriptionsnumber ) %]<li role="presentation"><a href="#subscriptions"  aria-controls="subscriptions" role="tab" data-toggle="tab">Subscriptions</a></li>[% END %]
305 [% IF Koha.Preference('AcquisitionDetails') %]<li role="presentation"><a href="#acq_details"  aria-controls="acq_details" role="tab" data-toggle="tab">Acquisition details</a></li>[% END %]
306 [% IF suggestions.count %]<li role="presentation"><a href="#suggestion_details"  aria-controls="suggestion_details" role="tab" data-toggle="tab">Suggestion details</a></li>[% END %]
307 [% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %]<li role="presentation"><a href="#editions"  aria-controls="editions" role="tab" data-toggle="tab">Editions</a></li>[% END %][% END %]
308 [% IF ( ( Koha.Preference('CatalogConcerns') || Koha.Preference('OpacCatalogConcerns') ) && CAN_user_editcatalogue_edit_catalogue ) %]<li role="presentation"><a href="#concerns" aria-controls="concerns" role="tab" data-toggle="tab">Concerns ([% biblio.tickets.count | html %])</a></li>[% END %]
309 [% IF ( LocalCoverImages ) %]
310     <li role="presentation">
311         <a href="#images"  aria-controls="images" role="tab" data-toggle="tab">Images ([% localimages.count || 0 | html %])</a>
312     </li>
313 [% END %]
314 [% IF HTML5MediaEnabled && HTML5MediaSets.size %]
315     <li id="media_tab" role="presentation"><a href="#html5media"  aria-controls="html5media" role="tab" data-toggle="tab">Play media</a></li>
316 [% END %]
317 [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'tab' ) %]
318     <li class="NovelistSelect" style="display:none;" role="presentation"><a href="#NovelistSelect"  aria-controls="NovelistSelect" role="tab" data-toggle="tab">NoveList Select</a></li>
319 [% END %]
320 [% FOREACH plugins_intranet_catalog_biblio_tab IN plugins_intranet_catalog_biblio_tabs %]
321     <li role="presentation"><a href="#[% plugins_intranet_catalog_biblio_tab.id | uri %]"  aria-controls="[% plugins_intranet_catalog_biblio_tab.id | uri %]" role="tab" data-toggle="tab">[% plugins_intranet_catalog_biblio_tab.title | html %]</a></li>
322 [% END %]
323 </ul>
324
325 <div class="tab-content">
326 [% items_table_block_iter = 0 %]
327 [% BLOCK items_table %]
328     [% items_table_block_iter = items_table_block_iter + 1 %]
329     <div class="[% tab | html %]_table_table_controls">
330         [% IF (StaffDetailItemSelection) %]
331             | <a href="#" class="SelectAll" data-tab="[% tab | html %]"><i class="fa fa-check"></i> Select all</a> |
332             <a href="#" class="ClearAll" data-tab="[% tab | html %]"><i class="fa fa-times"></i> Clear all</a>
333             <span class="itemselection_actions">
334               | Actions:
335               [% IF CAN_user_tools_items_batchdel %]
336                 <a class="itemselection_action_delete"><i class="fa fa-trash-can"></i> Delete selected items</a>
337               [% END %]
338               [% IF CAN_user_tools_items_batchmod %]
339                 <a class="itemselection_action_modify"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Modify selected items</a>
340               [% END %]
341               [% IF CAN_user_editcatalogue_manage_item_groups && biblio.item_groups.count %]
342                 <a class="itemselection_action_item_group_set" href="#"><i class="fa fa-book"></i> Add/move to item group</a>
343                 <a class="itemselection_action_item_group_unset" href="#"><i class="fa fa-unlink"></i> Remove from item group</a>
344               [% END %]
345             </span>
346         [% END %]
347     </div>
348     <table class="items_table" id="[% tab | html %]_table">
349         <thead>
350             <tr>
351                 [% IF (StaffDetailItemSelection) %]<th id="[% tab | html %]_checkbox" data-colname="[% tab | html %]_checkbox" class="NoSort"></th>[% END %]
352                 [% IF Koha.Preference('LocalCoverImages') && ( tab == 'holdings' && itemloop_has_images || tab == 'otherholdings' && otheritemloop_has_images ) %]
353                     <th id="[% tab | html %]_cover_image" data-colname="[% tab | html %]_cover_image">Cover image</th>
354                 [% END %]
355                 [% IF ( item_level_itypes ) %]<th id="[% tab | html %]_itype" data-colname="[% tab | html %]_itype">Item type</th>[% END %]
356                 <th id="[% tab | html %]_holdingbranch" data-colname="[% tab | html %]_holdingbranch">Current library</th>
357                 <th id="[% tab | html %]_homebranch" data-colname="[% tab | html %]_homebranch">Home library</th>
358                 [% IF ( itemdata_ccode ) %]<th id="[% tab | html %]_ccode" data-colname="[% tab | html %]_ccode">Collection</th>[% END %]
359                 [% IF Koha.Preference('EnableItemGroups') %]
360                     <th id="[% tab | html %]_item_group" data-colname="[% tab | html %]_item_group">Item group</th>
361                 [% END %]
362                 <th id="[% tab | html %]_itemcallnumber" data-colname="[% tab | html %]_itemcallnumber">Call number</th>
363                 [% IF volinfo %]
364                     <th id="[% tab | html %]_enumchron" data-colname="[% tab | html %]_enumchron">Serial enumeration / chronology</th>
365                 [% END %]
366                 <th id="[% tab | html %]_status" data-colname="[% tab | html %]_status">Status</th>
367                 <th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen">Last seen</th>
368                 <th id="[% tab | html %]_issues" data-colname="[% tab | html %]_issues">Checkouts</th>
369                 <th id="[% tab | html %]_renewals" data-colname="[% tab | html %]_renewals">Renewals</th>
370                 <th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned">Date accessioned</th>
371                 <th id="[% tab | html %]_datelastborrowed" data-colname="[% tab | html %]_datelastborrowed">Date last borrowed</th>
372                 <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th>
373                 [% IF ( itemdata_uri ) %]<th id="[% tab | html %]_uri" data-colname="[% tab | html %]_uri">URL</th>[% END %]
374                 [% IF ( itemdata_copynumber ) %]<th id="[% tab | html %]_copynumber" data-colname="[% tab | html %]_copynumber">Copy number</th>[% END %]
375                 [% IF ( itemdata_stocknumber ) %]<th id="[% tab | html %]_stocknumber" data-colname="[% tab | html %]_stocknumber">Inventory number</th>[% END %]
376                 [% IF materials %]<th id="[% tab | html %]_materials" data-colname="[% tab | html %]_materials">Materials specified</th>[% END %]
377                 [% IF ( itemdata_itemnotes ) %]<th id="[% tab | html %]_itemnotes" data-colname="[% tab | html %]_itemnotes">Public notes</th>[% END %]
378                 [% IF ( itemdata_nonpublicnotes ) %]<th id="[% tab | html %]_itemnotes_nonpublic" data-colname="[% tab | html %]_itemnotes_nonpublic">Non-public notes</th>[% END %]
379                 [% IF ( hostrecords ) %]<th id="[% tab | html %]_hostrecord" data-colname="[% tab | html %]_hostrecord">Host records</th>[% END %]
380                 [% IF ( analyze ) %]<th id="[% tab | html %]_usedin" data-colname="[% tab | html %]_usedin">Used in</th><th></th>[% END %]
381                 [% IF ( ShowCourseReserves ) %]<th id="[% tab | html %]_course_reserves" data-colname="[% tab | html %]_course_reserves">Course reserves</th>[% END %]
382                 [% IF ( SpineLabelShowPrintOnBibDetails ) %]<th id="[% tab | html %]_spinelabel" data-colname="[% tab | html %]_spinelabel" class="NoSort">Spine label</th>[% END %]
383                 [% IF ( CAN_user_editcatalogue_edit_items ) %]<th id="[% tab | html %]_actions" data-colname="[% tab | html %]_actions"class="NoSort noExport">&nbsp;</th>[% END %]
384             </tr>
385         </thead>
386         <tbody>
387             [% FOREACH item IN items %]
388                 [% SET date_due = item.object.checkout.date_due %]
389                 <tr id="item_[% item.itemnumber | html %]" data-itemnumber="[% item.itemnumber | html %]" data-duedate="[% date_due | html %]">
390                 [% IF (StaffDetailItemSelection) %]
391                     <td style="text-align:center;vertical-align:middle">
392                         [% IF item.can_be_edited %]
393                             <input type="checkbox" value="[% item.itemnumber | html %]" name="itemnumber" />
394                         [% END %]
395                     </td>
396                 [% END %]
397                     [% IF Koha.Preference('LocalCoverImages') && ( tab == 'holdings' && itemloop_has_images || tab == 'otherholdings' && otheritemloop_has_images ) %]
398                         <td class="cover">
399                             <div class="bookcoverimg">
400                                 <div class="cover-slider">
401                                     [% FOREACH image IN item.object.cover_images %]
402                                         <div class="cover-image local-coverimg">
403                                             <a href="/cgi-bin/koha/catalogue/image.pl?itemnumber=[% image.itemnumber | uri %]&amp;imagenumber=[% image.imagenumber | uri %]" title="Local cover image">
404                                                 <img src="/cgi-bin/koha/catalogue/image.pl?thumbnail=1&amp;imagenumber=[% image.imagenumber | uri %]" alt="Local cover image" data-link="/cgi-bin/koha/catalogue/imageviewer.pl?itemnumber=[% item.itemnumber | uri %]&amp;imagenumber=[% image.imagenumber | uri %]" />
405                                             </a>
406                                         </div>
407                                     [% END %]
408                                 </div>
409                             </div>
410                         </td>
411                     [% END %]
412
413                     [% IF ( item_level_itypes ) %]
414                         <td class="itype">
415                             [% SET itemtype = item.itemtype %]
416                             [% IF !noItemTypeImages && itemtype.image_location('intranet') %]
417                                 <img src="[% itemtype.image_location('intranet') | html %]" alt="[% itemtype.translated_description | html %]" title="[% itemtype.translated_description | html %]" />
418                             [% END %]
419                             <span class="itypedesc itypetext">[% itemtype.translated_description | html %]</span>
420                         </td>
421                     [% END %]
422                     <td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.holdingbranch ) | html %] [% END %]</td>
423                     <td class="homebranch">
424                         <span class="homebranchdesc">[% Branches.GetName(item.homebranch) | html %]</span>
425                         <span class="shelvingloc">
426                         [%# If permanent location is defined, show description or code and             %]
427                         [%# display current location in parentheses. If not, display current location. %]
428                         [%# Note that permanent location is a code, and location may be an authval.    %]
429                             [% SET item_location = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) %]
430                             [% IF item.permanent_location %]
431                                 [% SET permloc_authval = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.permanent_location ) %]
432                                 [% permloc_authval | html %]
433                                 [% IF item_location AND item_location != permloc_authval AND item.location != item.permanent_location %]
434                                     ([% item_location | html %])
435                                 [% END %]
436                             [% ELSE %]
437                                 [% item_location | html %]
438                             [% END %]
439                         </span>
440                     </td>
441                     [% IF ( itemdata_ccode ) %]<td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html %]</td>[% END %]
442                     [% IF Koha.Preference('EnableItemGroups') %]<td class="item_group">[% item.object.item_group.description | html %]</td>[% END %]
443                     <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td>
444                     [% IF ( volinfo ) %]
445                         [% SET serial = item.serial %]
446                         [% IF itemdata_publisheddate #If there is at least one published date, use it for sorting %]
447                             <td class="enumchron" data-order="[% serial.publisheddate | html %]">
448                         [% ELSE %]
449                             <td class="enumchron">
450                         [% END %]
451                             [% IF ( itemdata_enumchron ) %]
452                                 [% IF item.enumchron && serial.serialseq %]
453                                     <span class="enum">[% item.enumchron | html %]</span>
454                                     [% IF ( serial.serialseq && item.enumchron != serial.serialseq ) %]
455                                         <span class="sep"> -- </span>
456                                         <span class="serialseq">[% serial.serialseq | html %]</span>
457                                     [% END %]
458                                 [% ELSIF item.enumchron %]
459                                     <span class="enum">[% item.enumchron | html %]</span>
460                                 [% ELSIF item.serialseq %]
461                                     <span class="serialseq">[% serial.serialseq | html %]</span>
462                                 [% END %]
463                                 [% IF serial.publisheddate %]
464                                     <span class="pubdate">([% serial.publisheddate | $KohaDates %])</span>
465                                 [% END %]
466                             [% END %]
467                             </span>
468                         </td>
469                     [% END %]
470                     <td class="status">
471
472                         [% IF item.object.checkout %]
473                           [% IF item.object.checkout.onsite_checkout %]
474                             <div class="item_status localuse">Currently in local use
475                           [% ELSE %]
476                             <div class="item_status datedue">Checked out
477                           [% END %]
478                               [% IF item.object.checkout.onsite_checkout %]
479                                 by
480                               [% ELSE %]
481                                 to
482                               [% END %]
483                               [% INCLUDE 'patron-title.inc' patron=item.object.checkout.patron hide_patron_infos_if_needed=1 %]
484                             : due [% date_due | $KohaDates as_due_date => 1 %]
485                             </div>
486                         [% ELSIF ( transfer = item.object.get_transfer ) %]
487                             [% IF (transfer.datesent) %]
488                                 <div class="item_status intransit">In transit from [% Branches.GetName( transfer.frombranch ) | html %] to [% Branches.GetName( transfer.tobranch ) | html %] since [% transfer.datesent | $KohaDates %]</div>
489                             [% ELSE %]
490                                 <div class="item_status transitrequested">Transit pending from [% Branches.GetName( transfer.frombranch ) | html %] to [% Branches.GetName( transfer.tobranch ) | html %] since [% transfer.daterequested | $KohaDates %]</div>
491                             [% END %]
492                         [% END %]
493
494                         [% IF ( item.itemlost ) %]
495                             [% SET itemlost_description = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) %]
496                             [% IF itemlostloop %]
497                                 <div class="item_status lost">[% itemlost_description | html %]</div>
498                             [% ELSE %]
499                                 <div class="item_status lost">Unavailable (lost or missing)</div>
500                             [% END %]
501                         [% END %]
502
503                         [% IF ( item.withdrawn ) %]
504                             [% SET withdrawn_description = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) %]
505                             [% IF withdrawn_description %]
506                                 <div class="item_status wdn">[% withdrawn_description | html %]</div>
507                             [% ELSE %]
508                                 <div class="item_status wdn">Withdrawn</div>
509                             [% END %]
510                         [% END %]
511
512                         [% IF ( item.damaged ) %]
513                             [% SET damaged_description = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => item.damaged ) %]
514                             [% IF damaged_description %]
515                                 <div class="item_status dmg">[% damaged_description | html %]</div>
516                             [% ELSE %]
517                                 <div class="item_status dmg">Damaged</div>
518                             [% END %]
519                         [% END %]
520
521                         [% IF ( item.notforloan || item.itemtype.notforloan ) %]
522                             <div class="item_status notforloan">Not for loan
523                             [% SET not_for_loan_description = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %]
524                             [% IF not_for_loan_description %]
525                                 <span class="reason">([% not_for_loan_description | html %])</span>
526                             [% END %]
527                             </div>
528                         [% END %]
529
530                         [% SET hold = item.first_hold %]
531                         [% IF hold %]
532                             [% IF hold.waitingdate %]
533                                 <div class="item_status waitingat">Waiting at [% Branches.GetName( hold.branchcode ) | html %][% IF ( hold.desk_id ) %], [% hold.desk.desk_name | html %][% END %] since [% hold.waitingdate | $KohaDates %].</div>
534                                 [% IF canreservefromotherbranches AND ( hold.waitingdate OR hold.priority == 1 ) %]
535                                     <span class="heldfor">Hold for:</span>
536                                     [% INCLUDE 'patron-title.inc' patron=hold.borrower hide_patron_infos_if_needed=1 %]
537                                 [% END %]
538                             [% ELSE %]
539                                 <div class="item_status holdonitem">There is an item level hold on this item (priority = [% hold.priority | html %]).</div>
540                             [% END %]
541                         [% END %]
542
543                         [% IF Koha.Preference('UseRecalls') %]
544                             [% SET recall = item.object.recall %]
545                             [% IF recall %]
546                                 [% IF recall.waiting_date %]
547                                     <div class="item_status recallat">Waiting at [% Branches.GetName( recall.pickup_library_id ) | html %] since [% recall.waiting_date | $KohaDates %]</div>
548                                 [% ELSE %]
549                                     [% patron_link = BLOCK %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% recall.patron_id | uri %]">[% recall.patron.firstname | html %] [% recall.patron.surname | html %] ([% recall.patron.cardnumber | html %])</a>[% END %]
550                                     <div class="item_status recallby">recalled by [% patron_link| $raw %] on [% recall.created_date | $KohaDates %]</div>
551                                 [% END %]
552                             [% END %]
553                         [% END %]
554
555                         [% UNLESS ( item.notforloan || item.itemtype.notforloan || item.onloan || item.itemlost || item.withdrawn || item.damaged || item.transfer || hold || ( Koha.Preference('UseRecalls') && recall ) ) %]
556                             <div class="item_status available">Available</div>
557                         [% END %]
558
559                         [% IF ( item.restricted ) %]
560                             <div class="item_status restricted">([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.restricted', authorised_value => item.restricted ) | html %])</div>
561                         [% END %]
562
563                         [% IF ( item.bundle_host ) %]
564                             <div class="item_status bundled">In bundle: [% INCLUDE 'biblio-title.inc' biblio = item.bundle_host.biblio link = 1 %]</div>
565                         [% END %]
566
567                     </td>
568                     <td class="datelastseen" data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates with_hours => 1 %]</td>
569                     <td class="issues" data-order="[% item.issues || 0 | html %]">[% item.issues || 0 | html %]</td>
570                     <td class="renewals" data-order="[% item.renewals || 0 | html %]">[% item.renewals || 0 | html %]</td>
571                     <td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td>
572                     <td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td>
573                     <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td>
574                     [% IF ( itemdata_uri ) %]
575                         [% IF item.uri.split(' \| ').size > 1 %]
576                             <td class="uri">
577                                 [% FOREACH uri IN item.uri.split(' \| ') %]<a href="[% uri | url %]">[% uri | html %]</a><br>[% END %]
578                             </td>
579                         [% ELSE %]
580                             <td class="uri">
581                                 [% IF item.uri %]
582                                     <a href="[% item.uri | url %]">[% IF Koha.Preference('URLLinkText') %][% Koha.Preference('URLLinkText') | html %][% ELSE %]Link to resource[% END %]</a>
583                                 [% END %]
584                             </td>
585                         [% END %]
586                     [% END %]
587                     [% IF ( itemdata_copynumber ) %]
588                         <td class="copynumber">[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.copynumber', authorised_value => item.copynumber ) | html %]</td>
589                     [% END %]
590                     [% IF ( itemdata_stocknumber ) %]
591                         <td class="stocknumber">[% item.stocknumber | html %]</td>
592                     [% END %]
593                     [% IF materials %]
594                         <td class="materials"> [% item.materials | html %] </td>
595                     [% END %]
596                     [% IF ( itemdata_itemnotes ) %]
597                         <td><div class="itemnotes">[% item.object.itemnotes.replace('\n','<br />') | $raw %]</div></td>
598                     [% END %]
599                     [% IF itemdata_nonpublicnotes %]
600                         <td class="nonpublicnote">[% item.itemnotes_nonpublic | html %]</td>
601                     [% END %]
602                     [% IF ( hostrecords ) %]
603                         <td>[% IF ( item.hostbiblionumber) %]<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.hostbiblionumber | uri %]" >[% item.hosttitle | html %]</a>[% END %]</td>
604                     [% END %]
605                     [% IF ( analyze ) %]
606                         <td>
607                             [% IF ( item.countanalytics ) %]
608                                 <a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&amp;q=[% item.itemnumber | uri %]">[% item.countanalytics | html %] analytics</a>
609                             [% END %]
610                         </td>
611                     [% END %]
612                     [% IF ( analyze ) %]
613                         <td><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?hostbiblionumber=[% item.biblionumber | uri %]&amp;hostitemnumber=[% item.itemnumber | uri %]">Create analytics</a></td>
614                     [% END %]
615
616                 [% IF ShowCourseReserves %]
617                     <td>
618                         [% IF item.course_reserves %]
619                             [% FOREACH r IN item.course_reserves %]
620                                 [% IF r.course.enabled == 'yes' %]
621                                     <p>
622                                       <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% r.course.course_id | uri %]">
623                                          [% r.course.course_name | html %]
624                                          <!--[% IF r.course.course_number %] [% r.course.course_number | html %] [% END %]-->
625                                          [% IF r.course.section %] [% r.course.section | html %] [% END %]
626                                          [% IF r.course.term %] [% AuthorisedValues.GetByCode( 'TERM', r.course.term ) | html %] [% END %]
627                                       </a>
628                                    </p>
629                                [% END %]
630                            [% END %]
631                        [% END %]
632                     </td>
633                 [% END %]
634
635                 [% IF ( SpineLabelShowPrintOnBibDetails ) %]
636                     <td><a class="btn btn-default btn-xs print-label" href="/cgi-bin/koha/labels/spinelabel-print.pl?barcode=[% item.barcode | uri %]"><i class="fa fa-print"></i> Print label</a></td>
637                 [% END %]
638
639                 [% IF CAN_user_editcatalogue_edit_items %]
640                     <td class="actions">
641                         [% IF item.can_be_edited %]
642                             [% IF Koha.Preference('LocalCoverImages') OR Koha.Preference('OPACLocalCoverImages') %]
643                                 <div class="btn-group">
644                                     <a  class="btn btn-default btn-xs" href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber | html %]&itemnumber=[% item.itemnumber | html %]#edititem"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
645                                     <ul class="dropdown-menu pull-right">
646                                         <li><a href="/cgi-bin/koha/tools/upload-cover-image.pl?itemnumber=[% item.itemnumber | uri %]&amp;filetype=image"><i class="fa fa-upload"></i> Upload image</a></li>
647                                     </ul>
648                                 </div>
649                             [% ELSE %]
650                                 <a class="btn btn-default btn-xs" href="/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=[% item.biblionumber | html %]&itemnumber=[% item.itemnumber | html %]#edititem"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit</a>
651                             [% END %]
652                         [% END %]
653                         [% IF bundlesEnabled %]
654                             <button class="btn btn-default btn-xs details-control"><i class="fa fa-folder"></i> Manage bundle ([% item.bundled | html %]|[% item.bundled_lost | html %])</button>
655                         [% END %]
656                     </td>
657                 [% END %]
658                 </tr>
659             [% END %]
660         </tbody>
661     </table>
662
663 [% END %][%# end of block items_table %]
664
665 [% IF Koha.Preference('EnableItemGroups') %]
666     <div role="tabpanel" class="tab-pane" id="item_groups">
667         [% IF CAN_user_editcatalogue_manage_item_groups %]
668             <div class="item_groups_table_table_controls">
669                 <a href="#" class="item-group-create btn btn-default btn-xs"><i class="fa fa-plus"></i> New item group</a>
670             </div>
671         [% END %]
672         <table class="items-group-table" id="items-group-table">
673             <thead>
674                 <tr>
675                     <th>Display order</th>
676                     <th>Description</th>
677                     <th class="NoSort">&nbsp;</th>
678                 </tr>
679             </thead>
680         </table>
681     </div>
682 [% END %]
683
684
685 <div role="tabpanel" class="tab-pane" id="holdings">
686
687 [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'above' ) %]
688     <span class="results_summary NovelistSelect" style="display:none;">
689         <span class="label">Novelist Select: </span>
690         <div data-novelist-novelistselect=[% normalized_isbn | html %]></div>
691     </span>
692 [% END %]
693
694 [% IF ( count ) %]
695     [% IF ( showncount ) %]
696         [% PROCESS items_table tab="holdings" items=itemloop %]
697         [% END %]
698                 [% IF ( hiddencount ) %]
699                    <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]&amp;showallitems=1">Show all items ([% hiddencount | html %] hidden)</a>
700                 [% END %]               
701                 [% IF ( debug_display ) %]
702                 <br /><br />
703                 <table>
704                         <tr><td>itemdata_enumchron</td><td>[% itemdata_enumchron | html %]</td></tr>
705                         <tr><td>itemdata_copynumber</td><td>[% itemdata_copynumber | html %]</td></tr>
706                         <tr><td>serial</td><td>[% serial | html %]</td></tr>
707                 </table>
708                 [% END %]
709 [% ELSE %]
710     [% IF ( ALTERNATEHOLDINGS ) %]
711     [% FOREACH ALTERNATEHOLDING IN ALTERNATEHOLDINGS %]
712         <div id="alternateholdings"><span class="holdings_label">Holdings:</span> [% ALTERNATEHOLDING.holding | html %]</div>
713     [% END %]
714     [% ELSE %]
715     <div id="noitems">No physical items for this record</div>
716     [% END %]
717 [% END %]
718
719 [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'below' ) %]
720     <span class="results_summary NovelistSelect" style="display:none;">
721         <span class="label">Novelist Select: </span>
722         <div data-novelist-novelistselect=[% normalized_isbn | html %]></div>
723     </span>
724 [% END %]
725     </div>
726
727 [% IF (SeparateHoldings) %]
728     <div role="tabpanel" class="tab-pane" id="otherholdings">
729         [% IF (otheritemloop.size) %]
730             [% PROCESS items_table tab="otherholdings" items=otheritemloop %]
731         [% ELSE %]
732             <span class="nootheritems">No other items.</span>
733         [% END %]
734     </div>
735 [% END %]
736
737 [% IF ( MARCNOTES ) %]
738
739 <div role="tabpanel" class="tab-pane" id="description">
740 <div class="content_set">
741
742     [% FOREACH MARCNOTE IN MARCNOTES %]
743         <p class="marcnote marcnote-[% MARCNOTE.tag | html %]" id="marcnote-[% MARCNOTE.tag | html %]-[% loop.count | html %]">
744             [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
745                 <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a>
746             [% ELSE %]
747                 [% MARCNOTE.marcnote | html | html_line_break %]
748             [% END %]
749         </p>
750 [% END %]
751 </div>
752 </div>
753
754 [% END %]
755
756 [% IF ComponentParts && ComponentParts.size %]
757 <div role="tabpanel" class="tab-pane" id="components">
758     <div class="content_set">
759         <table>
760             [% FOR PART IN ComponentParts %]
761             <tr>
762                 <td>
763                     [% PART | $raw %]
764                 </td>
765             </tr>
766             [% END %]
767         </table>
768         [% IF ComponentParts.size == Koha.Preference('MaxComponentRecords')%]
769         <p>Only [% ComponentParts.size | html %] results are shown: <a href="/cgi-bin/koha/catalogue/search.pl?q=[% ComponentPartsQuery | url %]"/>show all component parts</a></p>
770         [% END %]
771     </div> <!-- /.content_set -->
772 </div> <!-- /#components -->
773
774 [% END %]
775
776 [% IF ( subscriptionsnumber ) %]
777 <div role="tabpanel" class="tab-pane" id="subscriptions">
778 <div id="catalogue_detail_subscriptions">
779     <h2>This is a serial subscription</h2>
780     <p> (There are [% subscriptionsnumber | html %] subscriptions associated with this title).</p> 
781     [% FOREACH subscription IN subscriptions %]
782             [% IF subscription.branchcode %]
783                 <h3>At library: [% Branches.GetName(subscription.branchcode) || subscription.branchcode | html %]</h3>
784             [% END %]
785             [% IF ( subscription.closed ) %]<p>This subscription is closed.</p>[% END %]
786             [% IF ( subscription.location ) %]<p class="subscription_location">Location: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => subscription.location ) | html %]</p>[% END %]
787             [% IF ( subscription.callnumber ) %]<p>Callnumber: [% subscription.callnumber | html %] </p>[% END %]
788             [% IF ( subscription.subscriptionnotes ) %]<p>[% subscription.subscriptionnotes | html | html_line_break %] </p>[% END %]
789             [% IF ( subscription.missinglist ) %]<p>Missing issues: [% subscription.missinglist | html %] </p>[% END %]
790             [% IF ( subscription.librariannote ) %]<p>([% subscription.librariannote | html %])</p>[% END %]
791             [% IF ( subscription.latestserials ) %]
792             <p> The [% subscription.staffdisplaycount | html %] latest issues related to this subscription:</p>
793             <table>
794                 <tr>
795                     <th>Issue #</th>
796                     <th>Date arrived</th>
797                     <th>Date published</th>
798                     <th>Date published (text)</th>
799                     <th>Status</th>
800                     <th>Note</th>
801                 </tr>
802             [% FOREACH latestserial IN subscription.latestserials %]
803                 <tr>
804                     <td>[% latestserial.serialseq | html %]</td>
805                     <td data-order="[% latestserial.planneddate | html %]">[% latestserial.planneddate | $KohaDates %]</td>
806                     <td data-order="[% latestserial.publisheddate | html %]">[% latestserial.publisheddate | $KohaDates %]</td>
807                     <td>[% latestserial.publisheddatetext | html %]</td>
808                     <td>
809                         [% INCLUDE 'serial-status.inc' serial = latestserial %]
810                     </td>
811                     <td>[% latestserial.notes | html %]</td>
812                 </tr>
813             [% END %]
814             </table>
815             [% END %]
816             [% IF ( CAN_user_serials ) %]
817                 <p>
818                     <a class="btn btn-link" href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid | uri %]"><i class="fa fa-list" aria-hidden="true"></i> Subscription details</a>
819                 </p>
820             [% END %]
821     [% END %]
822 </div>
823 </div>
824 [% END %]
825
826 [% IF Koha.Preference('AcquisitionDetails') %]
827 <div role="tabpanel" class="tab-pane" id="acq_details">
828   [% IF orders.count %]
829     <table id="orders">
830       <thead>
831         <tr>
832           <th>Vendor</th>
833           <th>Invoice</th>
834           <th>Basket group</th>
835           <th>Basket</th>
836           <th>Order number</th>
837           <th>Creation date</th>
838           <th>Receive date</th>
839           <th>Status</th>
840           <th>Quantity</th>
841           <th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th>
842           <th>Internal note</th>
843           <th>Subscription</th>
844           <th>Subscription call number</th>
845         </tr>
846       </thead>
847       <tbody>
848       [% FOR order IN orders %]
849         [% SET basket = order.basket %]
850         [% SET vendor = basket.bookseller %]
851           <tr>
852             <td>
853                 <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% vendor.id | uri %]" title="Vendor detail page">[% vendor.name | html %]</a>
854             </td>
855             <td>
856             [% IF order.invoiceid %]
857                 [% IF CAN_user_acquisition %]
858                     <div><a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid | uri %]"
859                        title="Invoice detail page">
860                        [% order.invoice.invoicenumber | html %]</a></div>
861                 [% ELSE %]
862                     <div>[% order.invoice.invoicenumber | html %]</div>
863                 [% END %]
864
865                 [% IF ( Koha.Preference('EDIFACT') && CAN_user_acquisition_edi_manage && order.invoice.message_id ) %]
866                     <div><a href="/cgi-bin/koha/acqui/edimsg.pl?id=[% order.invoice.message_id | uri %]" title="EDI INVOICE message">EDI message</a></div>
867                 [% END %]
868             [% END %]
869             </td>
870             <td>
871             [% IF basket.basketgroupid %]
872                 [% SET basket_group = basket.basket_group %]
873                 [% IF CAN_user_acquisition_group_manage %]
874                     <a href="/cgi-bin/koha/acqui/basketgroup.pl?op=add&booksellerid=[% vendor.id | uri %]&basketgroupid=[% basket_group.id | uri %]">[% basket_group.name | html%] ([% basket_group.id | html %])</a>
875                 [% ELSE %]
876                     [% basket_group.name | html %] ([% basket_group.id | html %])
877                 [% END %]
878             [% END %]
879             </td>
880             <td>[% IF CAN_user_acquisition_order_manage %]
881                 <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]">[% basket.basketname | html %] ([% basket.basketno | html %])</a>
882             [% ELSE %]
883                 [% basket.basketname | html %] ([% basket.basketno | html %])
884             [% END %]</td>
885             <td>[% order.ordernumber | html %]</td>
886             <td data-order="[% basket.creationdate | uri %]">[% basket.creationdate | $KohaDates%]</td>
887             <td data-order="[% order.datereceived | uri %]">[% order.datereceived | $KohaDates%]</td>
888             <td>
889               [% SWITCH order.orderstatus %]
890                 [% CASE 'new' %]<span>New</span>
891                 [% CASE 'ordered' %]<span>Ordered</span>
892                 [% CASE 'partial' %]<span>Partial</span>
893                 [% CASE 'complete' %]<span>Complete</span>
894                 [% CASE 'cancelled' %]<span>Cancelled</span>
895               [% END %]
896             </td>
897             <td>[% order.quantity | html %]</td>
898             <td>[% IF ( order.orderstatus == "complete" ) %][% order.unitprice_tax_included | $Price %][% ELSE %][% order.ecost_tax_included | $Price %][% END %]
899             <td>[% order.order_internalnote | html %]</td>
900             <td>
901                 [% IF order.subscriptionid %]
902                     <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% order.subscriptionid | uri %]">[% order.subscriptionid | html %]</a>
903                 [% END %]
904             </td>
905             <td>
906                 [% IF order.subscriptionid %]
907                     [% order.subscription.callnumber | html %]
908                 [% END %]
909             </td>
910           </tr>
911       [% END %]
912       </tbody>
913     </table>
914   [% ELSE %]
915     <span class="noorder">There is no order for this bibliographic record.</span>
916   [% END %]
917 </div>
918 [% END %]
919
920 [% IF suggestions.count %]
921     <div role="tabpanel" class="tab-pane" id="suggestion_details">
922         [% IF nb_archived_suggestions > 0 %]
923             <p>[% tnpx('pluralization', 'There is one archived suggestion.', 'There are {count} archived suggestions.', nb_archived_suggestions, { count = nb_archived_suggestions }) | $raw  %]
924         [% END %]
925         <table id="suggestions" class="sorted">
926             <thead>
927                 <tr>
928                     <th class="NoSort">&nbsp;</th>
929                     <th class="anti-the">Suggestion</th>
930                     <th>Suggested by - on</th>
931                     <th>Managed by - on</th>
932                     <th>Last modification by - on</th>
933                     <th>Library</th>
934                     <th>Fund</th>
935                     <th>Status</th>
936                 </tr>
937             </thead>
938             <tbody>
939             [% FOREACH suggestion IN suggestions %]
940                 <tr>
941                     <td>[% suggestion.suggestionid | html %]</td>
942                     <td>
943                         <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestion.suggestionid | uri %]&amp;op=show" title="suggestion" >
944                             [% suggestion.title | html %][% IF ( suggestion.author ) %], by [% suggestion.author | html %][% END %]</a>
945                         <br />
946                         [% IF ( suggestion.copyrightdate ) %]&copy; [% suggestion.copyrightdate | html %] [% END %]
947                         [% IF ( suggestion.volumedesc ) %]; Volume:<em>[% suggestion.volumedesc | html %]</em> [% END %]
948                         [% IF ( suggestion.isbn ) %]; ISBN:<em>[% suggestion.isbn | html %]</em> [% END %][% IF ( suggestion.publishercode ) %]; Published by [% suggestion.publishercode | html %] [% END %][% IF ( suggestion.publicationyear ) %] in <em>[% suggestion.publicationyear | html %]</em> [% END %][% IF ( suggestion.place ) %] in <em>[% suggestion.place | html %]</em> [% END %][% IF ( suggestion.collectiontitle ) %]; [% suggestion.collectiontitle | html %] [% END %][% IF ( suggestion.itemtype ) %]; [% AuthorisedValues.GetByCode( 'SUGGEST_FORMAT', suggestion.itemtype, 0 ) | html %] [% END %]<br />[% IF ( suggestion.note ) %]<div class="suggestion_note"><i class="fa fa-comment"></i> [% suggestion.note | html %]</div>[% END %]
949                     </td>
950                     <td>
951                         <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.suggestedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %]</a>
952                         [% IF suggestion.suggesteddate %] - [% suggestion.suggesteddate | $KohaDates %][% END %]
953                     </td>
954                     <td>
955                         <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.managedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.manager %]</a>
956                         [% IF suggestion.manageddate %] - [% suggestion.manageddate | $KohaDates %][% END %]
957                     </td>
958                     <td>
959                         <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.lastmodificationby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.last_modifier %]</a>
960                         [% IF suggestion.lastmodificationdate %] - [% suggestion.lastmodificationdate | $KohaDates %][% END %]
961                     </td>
962                     <td>
963                         [% Branches.GetName( suggestion.branchcode ) | html %]
964                     </td>
965                     <td>
966                         [% suggestion.fund.budget_name | html %]
967                     </td>
968                     <td>
969                         [% IF    suggestion.STATUS == 'ASKED'     %]<span>Pending</span>
970                         [% ELSIF suggestion.STATUS == 'ACCEPTED'  %]<span>Accepted</span>
971                         [% ELSIF suggestion.STATUS == 'ORDERED'   %]<span>Ordered</span>
972                         [% ELSIF suggestion.STATUS == 'REJECTED'  %]<span>Rejected</span>
973                         [% ELSIF suggestion.STATUS == 'CHECKED'   %]<span>Checked</span>
974                         [% ELSIF suggestion.STATUS == 'AVAILABLE' %]<span>Available</span>
975                         [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) %]
976                             [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) | html %]
977                         [% ELSE %]<span>Status unknown</span>
978                         [% END %]
979                         [% IF suggestion.reason %]
980                             <br />([% suggestion.reason | html %])
981                         [% END %]
982                     </td>
983                 </tr>
984                 [% END %]
985             </tbody>
986         </table>
987     </div>
988 [% END %]
989
990 [% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %]
991 <div role="tabpanel" class="tab-pane" id="editions"><h4>Editions</h4>
992 <table>
993 [% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
994 [% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %]<span class="itypetext">[% XISBN.description | html %]</span>[% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %]
995 <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> <span>by</span> [% XISBN.author | html %] &copy;[% XISBN.copyrightdate | html %]
996   [% IF ( XISBN.publishercode ) %]
997 [% XISBN.publishercode | html %] [% IF ( XISBN.place ) %]([% XISBN.place | html %])[% END %] [% IF ( XISBN.publicationyear ) %], [% XISBN.publicationyear | html %][% END %] [% IF ( XISBN.editionstatement ) %][% XISBN.editionstatement | html %][% END %] [% IF ( XISBN.editionresponsibility ) %][% XISBN.editionresponsibility | html %][% END %]
998     [% END %]
999                 [% IF ( XISBN.pages ) %] [% END %][% XISBN.pages | html %] [% IF ( XISBN.illus ) %][% XISBN.illus | html %][% END %]
1000                 [% IF ( XISBN.size ) %], [% END %][% XISBN.size | html %]
1001 </td>
1002
1003 [% END %]
1004 </table></div>[% END %]
1005 [% END %]
1006
1007 [% IF ( ( Koha.Preference('CatalogConcerns') || Koha.Preference('OpacCatalogConcerns') ) && CAN_user_editcatalogue_edit_catalogue ) %]
1008 <div role="tabpanel" class="tab-pane" id="concerns">
1009     <fieldset class="action" style="cursor:pointer;">
1010         <a id="hideResolved"><i class="fa fa-minus-square"></i> Hide resolved</a>
1011         | <a id="showAll"><i class="fa fa-bars"></i> Show all</a>
1012     </fieldset>
1013
1014     <table id="table_concerns" width="100%">
1015         <thead>
1016             <tr>
1017                 <th>Reported</th>
1018                 <th>Details</th>
1019                 <th>Status</th>
1020                 <th data-class-name="actions noExport">Actions</th>
1021             </tr>
1022         </thead>
1023     </table>
1024 </div>
1025 [% END %]
1026
1027 [% IF ( LocalCoverImages ) %]
1028     <div role="tabpanel" class="tab-pane" id="images">
1029         [% IF localimages.count %]
1030             <p>Click on an image to view it in the image viewer</p>
1031             <ul class="thumbnails">
1032                 [% FOREACH image IN localimages %]
1033                     [% IF image %]
1034                         <li id="imagenumber-[% image.imagenumber | html %]" class="thumbnail">
1035                             <a href="/cgi-bin/koha/catalogue/imageviewer.pl?biblionumber=[% biblionumber | uri %]&amp;imagenumber=[% image.imagenumber | uri %]">
1036                                 <img src="/cgi-bin/koha/catalogue/image.pl?thumbnail=1&amp;imagenumber=[% image.imagenumber | uri %]" />
1037                             </a>
1038                             [% IF CAN_user_tools_upload_local_cover_images %]
1039                                 <a href="#" class="remove"><i class="fa fa-trash-can"></i> Delete image</a>
1040                             [% END %]
1041                         </li>
1042                     [% END %]
1043                 [% END %]
1044             </ul>
1045         [% ELSE # - No image passed JavaScript takes care %]
1046             <span class="noimagesuploaded">No images have been uploaded for this bibliographic record yet.</span>
1047         [% END %]
1048         [% IF ( CAN_user_tools_upload_local_cover_images ) %]
1049             <p>Upload an image file: <a class="btn btn-default btn-xs" href="/cgi-bin/koha/tools/upload-cover-image.pl?biblionumber=[% biblionumber | uri %]&amp;filetype=image"><i class="fa fa-upload" aria-hidden="true"></i> Upload</a>
1050             </p>
1051         [% END %]
1052     </div>
1053 [% END %]
1054
1055 [% IF ( HTML5MediaEnabled ) %]
1056 <div role="tabpanel" class="tab-pane" id="html5media">
1057           [% FOREACH HTML5MediaSet IN HTML5MediaSets %]
1058             <p>
1059                 [% IF HTML5MediaSet.is_youtube %]
1060                     <iframe id="player" width="640" height="360" src="[% HTML5MediaSet.srcblock | url %]"></iframe>
1061                 [% ELSE %]
1062                   <[% HTML5MediaParent | html %] controls preload=none>
1063                     <[% HTML5MediaSet.child | html %] src="[% HTML5MediaSet.srcblock | url %]"[% HTML5MediaSet.typeblock | html %] />
1064                     [[% HTML5MediaParent | html %] tag not supported by your browser.]
1065                   </[% HTML5MediaParent | html %]>
1066                 [% END %]
1067             </p>
1068           [% END %]
1069 </div>
1070 [% END %]
1071
1072
1073 [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'tab' ) %]
1074     <div role="tabpanel" class="tab-pane" id="NovelistSelect" class="novelistSelect">
1075         <div data-novelist-novelistselect=[% normalized_isbn | html %]></div>
1076     </div>
1077 [% END %]
1078
1079 [% FOREACH plugins_intranet_catalog_biblio_tab IN plugins_intranet_catalog_biblio_tabs %]
1080     <div role="tabpanel" class="tab-pane" id="[% plugins_intranet_catalog_biblio_tab.id | html %]">
1081         [% plugins_intranet_catalog_biblio_tab.content | $raw %]
1082     </div>
1083 [% END %]
1084
1085 </div><!-- /tab-content -->
1086 </div><!-- /bibliodetails -->
1087
1088 <div id="export" style="margin-top: 1em;">
1089 <form method="get" action="/cgi-bin/koha/catalogue/export.pl">
1090 <table>  <tr>
1091       <th>Save record</th>   </tr>
1092     <tr><td> Select download format:    <select name="format">
1093         <option value="mods">MODS (XML)</option>
1094         <option data-toggle="modal" data-target="#exportModal_">Dublin Core</option>
1095         <option value="marcxml">MARCXML</option>
1096         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
1097         <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
1098         <input type="submit" name="save" class="btn btn-primary" value="Download record" /></td>
1099   </tr>
1100   <tr><td>
1101     <input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="[% biblionumber | html %]" />
1102   </td></tr>
1103 </table>
1104 </form>
1105 </div>
1106
1107 <div id="marcPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true">
1108     <div class="modal-dialog modal-lg">
1109     <div class="modal-content">
1110     <div class="modal-header">
1111         <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1112         <h3 id="marcPreviewLabel">MARC preview</h3>
1113     </div>
1114     <div class="modal-body">
1115         <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
1116     </div>
1117     <div class="modal-footer">
1118         <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
1119     </div>
1120     </div>
1121     </div>
1122 </div>
1123
1124 <div id="elasticPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="elasticPreviewLabel" aria-hidden="true">
1125     <div class="modal-dialog modal-lg">
1126     <div class="modal-content">
1127     <div class="modal-header">
1128         <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1129         <h3 id="elasticPreviewLabel">Elasticsearch record</h3>
1130     </div>
1131     <div class="modal-body">
1132         <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
1133     </div>
1134     <div class="modal-footer">
1135         <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
1136     </div>
1137     </div>
1138     </div>
1139 </div>
1140
1141             </main>
1142         </div> <!-- /.col-sm-10.col-sm-push-2 -->
1143
1144         <div class="col-sm-2 col-sm-pull-10">
1145             <aside>
1146                 [% INCLUDE 'biblio-view-menu.inc' %]
1147             </aside>
1148         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1149      </div> <!-- /.row -->
1150
1151 [% END %]
1152
1153 <div class="modal fade" id="modal-item-group-create" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-create-label">
1154     <div class="modal-dialog">
1155         <div class="modal-content">
1156             <div class="modal-header">
1157                 <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1158                 <h3 id="modal-item-group-create-label"><i class="fa fa-plus"></i> Create a new item group</h3>
1159             </div>
1160             <form id="modal-item-group-create-form" class="validated">
1161                 <div class="modal-body">
1162                     <fieldset>
1163                         <p>
1164                             <label for="item_group_description" class="required">Name: </label>
1165                             <input name="description" id="modal-item-group-create-form-description" type="text" size="30" required="required" class="required" />
1166                             <span class="required">Required</span>
1167                         </p>
1168                         <p>
1169                             <label for="item_group_display_order" class="required">Display order: </label>
1170                             <input name="display_order" id="modal-item-group-create-form-display_order" value="0" size="5" required="required" class="required" />
1171                             <span class="required">Required</span>
1172                             <br/>
1173                             <span class="hint">Numbers only, item groups will be displayed in counting order</span>
1174                         </p>
1175                     </fieldset>
1176                 </div>
1177                 <div class="modal-footer">
1178                     <button id="modal-item-group-create-submit" class="btn btn-default"><i class="fa fa-plus"></i> Submit</button>
1179                     <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
1180                 </div>
1181             </form>
1182         </div>
1183     </div>
1184 </div>
1185
1186 <div class="modal fade" id="modal-item-group-edit" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-edit-label">
1187     <div class="modal-dialog">
1188         <div class="modal-content">
1189             <div class="modal-header">
1190                 <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1191                 <h3 id="modal-item-group-edit-label"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Edit item group</h3>
1192             </div>
1193             <form id="modal-item-group-edit-form" class="validated">
1194                 <div class="modal-body">
1195                     <fieldset>
1196                         <p>
1197                             <label for="item_group_description" class="required">Name: </label>
1198                             <input name="description" id="modal-item-group-edit-form-description" type="text" size="30" required="required" class="required" />
1199                             <span class="required">Required</span>
1200                         </p>
1201                         <p>
1202                             <label for="item_group_display_order" class="required">Sort order: </label>
1203                             <input name="display_order" id="modal-item-group-edit-form-display_order" size="5" />
1204                             <span class="hint">Numbers only, item groups will be displayed in counting order</span>
1205                         </p>
1206                     </fieldset>
1207                 </div>
1208                 <div class="modal-footer">
1209                     <button id="modal-item-group-edit-submit" class="btn btn-default"><i class="fa-solid fa-pencil" aria-hidden="true"></i> Submit</button>
1210                     <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
1211                 </div>
1212             </form>
1213         </div>
1214     </div>
1215 </div>
1216
1217 <div class="modal fade" id="modal-item-group-delete" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-delete-label">
1218     <div class="modal-dialog">
1219         <div class="modal-content">
1220             <div class="modal-header">
1221                 <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1222                 <h3 id="modal-item-group-delete-label"><i class='fa fa-trash-can'></i> Delete item group</h3>
1223             </div>
1224             <div class="modal-body">
1225                 Are you sure you want to delete this item group?
1226             </div>
1227             <div class="modal-footer">
1228                 <button id="modal-item-group-delete-submit" class="btn btn-danger"><i class='fa fa-trash-can'></i> Delete</button>
1229                 <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
1230             </div>
1231         </div>
1232     </div>
1233 </div>
1234
1235 <div class="modal fade" id="modal-item-group-set" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-set-label">
1236     <div class="modal-dialog">
1237         <div class="modal-content">
1238             <div class="modal-header">
1239                 <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1240                 <h3 id="modal-item-group-set-label"><i class='fa fa-book'></i> Set item group for items</h3>
1241             </div>
1242             <form id="modal-item-group-set-form" class="validated">
1243                 <div class="modal-body">
1244                     <fieldset>
1245                         <p>
1246                             <label for="item_group" class="required">Item group: </label>
1247                             <select name="item_group" id="item-group-add-form-select">
1248                                 [% FOREACH ig IN biblio.item_groups %]
1249                                     <option value="[% ig.id | html %]">[% ig.description | html %]</option>
1250                                 [% END %]
1251                             </select>
1252                             <span class="required">Required</span>
1253                         </p>
1254                     </fieldset>
1255                 </div>
1256                 <div class="modal-footer">
1257                     <button id="modal-item-group-set-submit" class="btn btn-default"><i class='fa fa-book'></i> Set item group</button>
1258                     <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
1259                 </div>
1260             </form>
1261         </div>
1262     </div>
1263 </div>
1264
1265 <div class="modal fade" id="modal-item-group-unset" tabindex="-1" role="dialog" aria-labelledby="modal-item-group-unset-label">
1266     <div class="modal-dialog">
1267         <div class="modal-content">
1268             <div class="modal-header">
1269                 <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1270                 <h3 id="modal-item-group-unset-label"><i class='fa fa-unlink'></i> Remove item from item group</h3>
1271             </div>
1272             <div class="modal-body">
1273                 Are you sure you want to remove these item(s) from their item group(s)?
1274             </div>
1275             <div class="modal-footer">
1276                 <button id="modal-item-group-unset-submit" class="btn btn-danger"><i class='fa fa-unlink'></i> Remove</button>
1277                 <button class="btn btn-link" data-dismiss="modal" aria-hidden="true">Cancel</button>
1278             </div>
1279         </div>
1280     </div>
1281 </div>
1282
1283     [% IF bundlesEnabled %]
1284     <div class="modal" id="addToBundleModal" tabindex="-1" role="dialog" aria-labelledby="addToBundleLabel">
1285         <form id="addToBundleForm" action="">
1286             <div class="modal-dialog" role="document">
1287                 <div class="modal-content">
1288                     <div class="modal-header">
1289                         <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1290                         <h3 id="addToBundleLabel">Add to bundle</h3>
1291                     </div>
1292                     <div class="modal-body">
1293                         <div id="addResult"></div>
1294                         <fieldset class="rows">
1295                             <ol>
1296                                 <li>
1297                                     <label class="required" for="external_id">Item barcode: </label>
1298                                     <input type="text" id="external_id" name="external_id" required="required">
1299                                     <span class="required">Required</span>
1300                                 </li>
1301                             </ol>
1302                         </fieldset>
1303                     </div>
1304                     <div class="modal-footer">
1305                         <button type="submit" class="btn btn-default">Submit</button>
1306                         <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
1307                     </div>
1308                 </div>
1309             </div>
1310         </form>
1311     </div>
1312
1313     <div class="modal" id="removeFromBundleModal" tabindex="-1" role="dialog" aria-labelledby="removeFromBundleLabel">
1314         <form id="removeFromBundleForm" action="">
1315             <div class="modal-dialog" role="document">
1316                 <div class="modal-content">
1317                     <div class="modal-header">
1318                         <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1319                         <h3 id="removeFromBundleLabel">Remove from bundle</h3>
1320                     </div>
1321                     <div class="modal-body">
1322                         <div id="removeResult"></div>
1323                         <fieldset class="rows">
1324                             <ol>
1325                                 <li>
1326                                     <label class="required" for="external_id">Item barcode: </label>
1327                                     <input type="text" id="rm_external_id" name="external_id" required="required">
1328                                     <span class="required">Required</span>
1329                                 </li>
1330                             </ol>
1331                         </fieldset>
1332                     </div>
1333                     <div class="modal-footer">
1334                         <button type="submit" class="btn btn-default">Submit</button>
1335                         <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
1336                     </div>
1337                 </div>
1338             </div>
1339         </form>
1340     </div>
1341     [% END %]
1342
1343     [% IF ( Koha.Preference('CatalogConcerns') ) %]
1344     [% INCLUDE 'modals/add_catalog_concern.inc' %]
1345     [% END %]
1346
1347     [% IF ( ( Koha.Preference('CatalogConcerns') || Koha.Preference('OpacCatalogConcerns') ) && CAN_user_editcatalogue_edit_catalogue ) %]
1348     [% INCLUDE 'modals/display_ticket.inc' %]
1349     [% END %]
1350
1351 [% MACRO jsinclude BLOCK %]
1352     [% INCLUDE 'catalog-strings.inc' %]
1353     [% INCLUDE 'calendar.inc' %]
1354     [% INCLUDE 'select2.inc' %]
1355     [% INCLUDE 'js-date-format.inc' %]
1356     [% Asset.js("js/catalog.js") | $raw %]
1357     [% Asset.js("js/recalls.js") | $raw %]
1358     [% Asset.js("js/coce.js") | $raw %]
1359     [% Asset.js("lib/Chocolat/js/chocolat.js") | $raw %]
1360     [% IF ( Koha.Preference('CatalogConcerns') ) %]
1361         <script>
1362             /* Set a variable needed by add_catalog_concern.js */
1363             var logged_in_user_borrowernumber = "[% logged_in_user.borrowernumber | html %]";
1364         </script>
1365         [% Asset.js("js/modals/add_catalog_concern.js") | $raw %]
1366      [% END %]
1367      [% IF ( ( Koha.Preference('CatalogConcerns') || Koha.Preference('OpacCatalogConcerns') ) && CAN_user_editcatalogue_edit_catalogue ) %]
1368          <script>
1369             $(document).ready(function() {
1370                 var table_settings = [% TablesSettings.GetTableSettings( 'cataloguing', 'concerns', 'table_concerns', 'json' ) | $raw %];
1371
1372                 var filtered = false;
1373                 let additional_filters = {
1374                     resolved_date: function(){
1375                         if ( filtered ) {
1376                             return { "=": null };
1377                         } else {
1378                             return;
1379                         }
1380                     },
1381                     biblio_id: [% biblionumber | uri %]
1382                 };
1383
1384                 var tickets_url = '/api/v1/tickets';
1385                 var tickets = $("#table_concerns").kohaTable({
1386                     "ajax": {
1387                         "url": tickets_url
1388                     },
1389                     "embed": [
1390                         "reporter",
1391                         "resolver",
1392                         "updates+count",
1393                     ],
1394                     'emptyTable': '<div class="dialog message">' + _("Congratulations, there are no catalog concerns.") + '</div>',
1395                     "columnDefs": [ {
1396                         "targets": [0,1,2],
1397                         "render": function (data, type, row, meta) {
1398                             if ( type == 'display' ) {
1399                                 if ( data != null ) {
1400                                     return data.escapeHtml();
1401                                 }
1402                                 else {
1403                                     return "";
1404                                 }
1405                             }
1406                             return data;
1407                         }
1408                     } ],
1409                     "columns": [
1410                         {
1411                             "data": "reported_date:reporter.firstname",
1412                             "render": function(data, type, row, meta) {
1413                                 let reported = '<span class="date clearfix">' + $datetime(row.reported_date) + '</span>';
1414                                 reported += '<span class="reporter clearfix">' + $patron_to_html(row.reporter, {
1415                                     display_cardnumber: false,
1416                                     url: true
1417                                 }) + '</span>';
1418                                 return reported;
1419                             },
1420                             "searchable": true,
1421                             "orderable": true
1422                         },
1423                         {
1424                             "data": "title:body",
1425                             "render": function(data, type, row, meta) {
1426                                 let resolved = ( row.resolved_date ) ? true : false;
1427                                 let result = '<a role="button" href="#" data-toggle="modal" data-target="#ticketDetailsModal" data-concern="' + encodeURIComponent(row.ticket_id) + '" data-resolved="' + resolved + '">' + row.title + '</a>';
1428                                 if (row.updates_count) {
1429                                     result += '<span class="pull-right"><a role="button" href="#" data-toggle="modal" data-target="#ticketDetailsModal" data-concern="' + encodeURIComponent(row.ticket_id) + '"><i class="fa fa-comment" aria-hidden="true"></i> ' + row.updates_count + '</a></span>';
1430                                 }
1431                                 result += '<div id="detail_' + row.ticket_id + '" class="hidden">' + row.body + '</div>';
1432                                 return result;
1433                             },
1434                             "searchable": true,
1435                             "orderable": true
1436                         },
1437                         {
1438                             "data": "resolved_date",
1439                             "render": function(data, type, row, meta) {
1440                                 let result = '';
1441                                 if (row.resolved_date) {
1442                                     result += _("Resolved by:") + ' <span>' + $patron_to_html(row.resolver, {
1443                                         display_cardnumber: false,
1444                                         url: true
1445                                     }) + '</span>';
1446                                     result += '<span class="clearfix">' + $datetime(row.resolved_date) + '</span>';
1447                                 } else {
1448                                     result += _("Open");
1449                                 }
1450                                 return result;
1451                             },
1452                             "searchable": true,
1453                             "orderable": true
1454                         },
1455                         {
1456                             "data": function(row, type, val, meta) {
1457                                 let resolved = ( row.resolved_date ) ? true : false;
1458                                 let result = '<a class="btn btn-default btn-xs" role="button" href="#" data-toggle="modal" data-target="#ticketDetailsModal" data-concern="' + encodeURIComponent(row.ticket_id) + '" data-resolved="' + resolved + '"><i class="fa-solid fa-eye" aria-hidden="true"></i> ' + _("Details") + '</a>';
1459                                 return result;
1460                             },
1461                             "searchable": false,
1462                             "orderable": false
1463                         },
1464                     ]
1465                 }, table_settings, 0, additional_filters);
1466
1467                 $('#hideResolved').on("click", function() {
1468                     filtered = true;
1469                     tickets.DataTable().draw();
1470                 });
1471
1472                 $('#showAll').on("click", function() {
1473                     filtered = false;
1474                     tickets.DataTable().draw();
1475                 });
1476             });
1477         </script>
1478         [% Asset.js("js/modals/display_ticket.js") | $raw %]
1479     [% END %]
1480     <script>
1481         var interface = "[% interface | html %]";
1482         var theme = "[% theme | html %]";
1483         // http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html
1484         function verify_cover_images() {
1485             // Loop over each container in the template which contains covers
1486             $(".cover-slider").each(function(){
1487                 var lightbox_descriptions = [];
1488                 var first_shown = 0;
1489                 $(this).find(".cover-image").each( function( index ){
1490                 var div = $(this);
1491                 // Find the image in the container
1492                 var img = div.find("img")[0];
1493                 if( $(img).length > 0 ){
1494                     var description = "";
1495                         // All slides start hidden. If this is the first one, show it.
1496                         if( first_shown == 0 ){
1497                             div.show();
1498                             first_shown = 1;
1499                         }
1500                         // Check if Amazon image is present
1501                         if ( div.attr("id") == "amazon-bookcoverimg"  ) {
1502                             w = img.width;
1503                             h = img.height;
1504                             if ((w == 1) || (h == 1)) {
1505                                 // Amazon returned single-pixel placeholder
1506                                 // Remove the container
1507                                 div.remove();
1508                             } else {
1509                                 lightbox_descriptions.push(_("Amazon cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1510                             }
1511                         } else if( div.attr("id") == "custom-coverimg" ){
1512                             if ( (img.complete != null) && (!img.complete) || img.naturalHeight == 0 ) {
1513                                 // No image was loaded via the CustomCoverImages system preference
1514                                 // Remove the container
1515                                 div.remove();
1516                             } else {
1517                                 lightbox_descriptions.push( _("Custom cover image") );
1518                             }
1519                         } else if ( div.attr("id") == "syndetics-bookcoverimg" ){
1520                                 lightbox_descriptions.push(_("Syndetics cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1521                         }
1522                         else if( div.hasClass("coce-coverimg" ) ){
1523                             // Identify which service's image is being loaded by Coce
1524                             var coce_description;
1525                             if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1526                                 coce_description = _("Coce image from Amazon.com");
1527                             } else if( $(img).attr("src").indexOf('google.com') >= 0 ){
1528                                 coce_description = _("Coce image from Google Books");
1529                             } else if( $(img).attr("src").indexOf('openlibrary.org') >= 0 ){
1530                                 coce_description = _("Coce image from Open Library");
1531                             }
1532                             div.find(".hint").html(coce_description);
1533                             lightbox_descriptions.push(coce_description);
1534                         } else if ( div.attr("class") == "cover-image local-coverimg" ) {
1535                             lightbox_descriptions.push(_("Local cover image (<a href='%s'>edit</a>)").format($(img).data('link')));
1536                         } else {
1537                             lightbox_descriptions.push(_("Cover image source unknown"));
1538                         }
1539                     }
1540                 });
1541
1542                 // Lightbox for cover images
1543                 Chocolat(this.querySelectorAll('.cover-image a'), {
1544                     description: function(){
1545                         return lightbox_descriptions[this.settings.currentImageIndex];
1546                     }
1547                 });
1548
1549             });
1550
1551             $(".cover-slider").each(function(){
1552                 var coverSlide = this;
1553                 var coverImages = $(this).find(".cover-image");
1554                 if( coverImages.length > 1 ){
1555                     coverImages.each(function( index ){
1556                         // If more that one image is present, add a navigation link
1557                         // for activating the slide
1558                         var covernav = $("<a href=\"#\" data-num=\"" + index + "\" class=\"cover-nav\"></a>");
1559                         if( index == 0 ){
1560                             // Set the first navigation link as active
1561                             $(covernav).addClass("nav-active");
1562                         }
1563                         $(covernav).html("<i class=\"fa fa-circle\"></i>");
1564                         $(coverSlide).append( covernav );
1565                     });
1566                 }
1567
1568                 if( $(coverSlide).attr('id') == 'biblio-cover-slider' // Hide if not visible, but only for the biblio images. Images for items are only local cover images
1569                     && $(coverSlide).find(".cover-image:visible").length < 1 ){
1570                     $(coverSlide).remove();
1571                 } else {
1572                     $(coverSlide).addClass("cover-slides");
1573                     var img = $(coverSlide).find(".cover-image:visible").find("img")[0];
1574                     if( $(img).length > 0 && img.complete && img.naturalHeight > 0 ){
1575                         $(".cover-slides").css({"background-image":"none"});
1576                     }
1577                 }
1578             });
1579
1580             $("#editions img").each(function(i){
1581                 if ( this.src.indexOf('amazon.com') >= 0 ) {
1582                     w = this.width;
1583                     h = this.height;
1584                     if ((w == 1) || (h == 1)) {
1585                         this.src = 'https://images-na.ssl-images-amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
1586                     } else if ( (this.complete != null) && (!this.complete) || this.naturalHeight == 0 ) {
1587                         this.src = 'https://images-na.ssl-images-amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
1588                     }
1589                 }
1590             });
1591         }
1592
1593         function removeLocalImage(imagenumber) {
1594             var thumbnail = $("#imagenumber-" + imagenumber );
1595             var copy = thumbnail.html();
1596             thumbnail.find("img").css("opacity", ".2");
1597             thumbnail.find("a.remove").html("<img style='display:inline-block' src='" + interface + "/" + theme + "/img/spinner-small.gif' alt='' />");
1598             $.ajax({
1599                 url: "/cgi-bin/koha/svc/cover_images?action=delete&imagenumber=" + imagenumber,
1600                 success: function(data) {
1601                     $(data).each( function(i) {
1602                         if ( this.deleted == 1 ) {
1603                             thumbnail.remove();
1604                         } else {
1605                             thumbnail.html( copy );
1606                             alert(_("An error occurred on deleting this image"));
1607                         }
1608                         if ( $('ul.thumbnails > li').length == 0 ) {
1609                             showNoImageMessage();
1610                         }
1611                     });
1612                 },
1613                 error: function(data) {
1614                     thumbnail.html( copy );
1615                     alert(_("An error occurred on deleting this image"));
1616                 }
1617             });
1618         }
1619
1620         function showNoImageMessage() {
1621             var no_images_msg = _("No images have been uploaded for this bibliographic record yet.");
1622             no_images_msg = '<p>' + no_images_msg + '</p>';
1623             [% IF ( CAN_user_tools_upload_local_cover_images ) %]
1624                 var please_upload = _("Upload an image file: %sUpload%s").format("<a class='btn btn-default btn-xs' href='/cgi-bin/koha/tools/upload-cover-image.pl?biblionumber=" + biblionumber + "&amp;filetype=image'><i class='fa fa-upload' aria-hidden='true'></i> ","</a>");
1625                 no_images_msg += "<p id='upload_image'>" + please_upload + '</p>';
1626             [% END %]
1627             $('#images').html(no_images_msg);
1628         }
1629
1630         [% IF StaffDetailItemSelection %]
1631             function itemSelectionBuildDeleteLink(div) {
1632                 var itemnumbers = new Array();
1633                 $("input[name='itemnumber'][type='checkbox']:checked", div).each(function() {
1634                     itemnumbers.push($(this).val());
1635                 });
1636                 if (itemnumbers.length > 0) {
1637                     var url = '/cgi-bin/koha/tools/batchMod.pl?op=show&del=1';
1638                     url += '&itemnumber=' + itemnumbers.join('&itemnumber=');
1639                     url += '&biblionumber=[% biblionumber | uri %]';
1640                     url += '&src=CATALOGUING';
1641                     $('a.itemselection_action_delete').attr('href', url);
1642                 } else {
1643                     return false;
1644                 }
1645                 return true
1646             }
1647
1648             function itemSelectionBuildModifyLink(div) {
1649                 var itemnumbers = new Array();
1650                 $("input[name='itemnumber'][type='checkbox']:checked", div).each(function() {
1651                     itemnumbers.push($(this).val());
1652                 });
1653                 if (itemnumbers.length > 0) {
1654                     var url = '/cgi-bin/koha/tools/batchMod.pl?op=show';
1655                     url += '&itemnumber=' + itemnumbers.join('&itemnumber=');
1656                     url += '&biblionumber=[% biblionumber | uri %]';
1657                     url += '&src=CATALOGUING';
1658                     $('a.itemselection_action_modify').attr('href', url);
1659                 } else {
1660                     return false;
1661                 }
1662                 return true;
1663             }
1664
1665             function itemSelectionBuildActionLinks(tab) {
1666                 var div = $("#" + tab);
1667                 var delete_link_ok = itemSelectionBuildDeleteLink(div);
1668                 var modify_link_ok = itemSelectionBuildModifyLink(div);
1669                 if (modify_link_ok || delete_link_ok) {
1670                     $('.itemselection_actions', div).show();
1671                 } else {
1672                     $('.itemselection_actions', div).hide();
1673                 }
1674             }
1675
1676             $(document).ready(function() {
1677                 $('table.items_table').each(function() {
1678                     var div = $(this).parent().attr("id");
1679                     itemSelectionBuildActionLinks(div);
1680                 });
1681
1682                 $("input[name='itemnumber'][type='checkbox']").change(function() {
1683                     var div = $(this).parents('table').parent().parent().attr("id");
1684                     itemSelectionBuildActionLinks(div);
1685                 });
1686
1687                 $(".SelectAll").on("click",function(e){
1688                     e.preventDefault();
1689                     var tab = $(this).data("tab");
1690                     $("input[name='itemnumber'][type='checkbox']", $("#"+tab)).prop('checked', true);
1691                     itemSelectionBuildActionLinks(tab);
1692                 });
1693
1694                 $(".ClearAll").on("click",function(e){
1695                     e.preventDefault();
1696                     var tab = $(this).data("tab");
1697                     $("input[name='itemnumber'][type='checkbox']", $("#"+tab)).prop('checked', false);
1698                     itemSelectionBuildActionLinks(tab);
1699                 });
1700             });
1701         [% END %]
1702
1703         $(document).ready(function() {
1704             // Pick details tab to display by default
1705             [% IF count == 0 %]
1706                 [% IF ( Koha.Preference('HTML5MediaEnabled') == 'staff' or Koha.Preference('HTML5MediaEnabled') == 'both' ) && HTML5MediaSets.size %]
1707                     $(".nav-tabs a[href='#html5media']").tab("show");
1708                 [% ELSIF ComponentParts && ComponentParts.size %]
1709                     $(".nav-tabs a[href='#components']").tab("show");
1710                 [% ELSE %]
1711                     $(".nav-tabs a[href='#holdings']").tab("show");
1712                 [% END %]
1713             [% ELSE %]
1714                 $(".nav-tabs a[href='#holdings']").tab("show");
1715             [% END %]
1716             $('#search-form').focus();
1717             $('.thumbnails > li > .remove').click(function() {
1718                 var result = confirm(_("Are you sure you want to delete this cover image?"));
1719
1720                 if ( result == true ) {
1721                     var imagenumber = $(this).parent().attr('id').split('-')[1];
1722                     removeLocalImage(imagenumber);
1723                 }
1724
1725                 return false;
1726             });
1727             [% IF ( IntranetCoce && CoceProviders ) %]
1728                 KOHA.coce.getURL('[% CoceHost | html %]', '[% CoceProviders | html %]');
1729             [% END %]
1730
1731             $("body").on("click",".previewMARC", function(e){
1732                 e.preventDefault();
1733                 var page = $(this).attr("href");
1734                 $("#marcPreview .modal-body").load(page + " table");
1735                 $('#marcPreview').modal({show:true});
1736
1737             });
1738
1739            [% IF ( Koha.Preference('SearchEngine') == 'Elasticsearch' ) %]
1740             $("body").on("click",".previewElastic", function(e){
1741                 e.preventDefault();
1742                 var pageElastic = $(this).attr("href");
1743                 $("#elasticPreview .modal-body").load(pageElastic, function( response, status, xhr ) {
1744                     if( status == 'error' ){
1745                         $("#elasticPreview .modal-body").html("<h1>"+_("An error has occurred!")+"</h1><h2><em>"+_("Error 404")+"</em></h2><ul><li>"+_("An internal link in the staff interface is broken and the page does not exist")+"</li></ul><h3>"+_("What's next?")+"</h3><ul style='margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #CCC;'><li>"+_("Use top menu bar to navigate to another part of Koha.")+"</li><li>"+_("To report a broken link or any other issue, please contact the Koha administrator.")+" <a href='mailto:[% Koha.Preference("KohaAdminEmailAddress") | uri %]'>"+_("Send email")+"</a></li></ul>");
1746                     }
1747                 });
1748                 $('#elasticPreview').modal({show:true});
1749             });
1750            [% END %]
1751
1752             [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %]
1753                 novSelect.loadContentForQuery({
1754                     ClientIdentifier : '[% IF normalized_isbn %][% normalized_isbn | html %][% ELSE %][% normalized_upc | html %][% END %]',
1755                     ISBN : '[% IF normalized_isbn %][% normalized_isbn | html %][% ELSE %][% normalized_upc | html %][% END %]',
1756                     version : '2.1'
1757                 },
1758                 '[% Koha.Preference('NovelistSelectStaffProfile') | html %]',
1759                 '[% Koha.Preference('NovelistSelectPassword') | html %]',
1760                 function(d){
1761                     if ( d.length > 0 ){ //If no content
1762                         $(".NovelistSelect").show();
1763                     }
1764                  });
1765              [% END %]
1766              $(".print-label").on("click", function(e){
1767                 e.preventDefault();
1768                 link = $(this).attr("href");
1769                 openWindow(link,"Print spine label",400,400);
1770              });
1771              $(".cover-slider").on("click",".cover-nav", function(e){
1772                  e.preventDefault();
1773                 var cover_slider = $(this).parent();
1774                 // Adding click handler for cover image navigation links
1775                 var num = $(this).data("num");
1776                 $(cover_slider).find(".cover-nav").removeClass("nav-active");
1777                 $(this).addClass("nav-active");
1778                 $(cover_slider).find(".cover-image").hide();
1779                 $(cover_slider).find(".cover-image").eq( num ).show();
1780              });
1781         });
1782
1783
1784         [% IF ( IntranetCoce && CoceProviders ) %]
1785             let counter_wait = 0;
1786             function wait_for_images(cb){
1787
1788                 var loaded = 1;
1789                 counter_wait++;
1790
1791                 if ( loaded ) {
1792                     loaded = KOHA.coce.done;
1793                 }
1794
1795                 if (!loaded && counter_wait < 50) {// Do not wait more than 5 seconds
1796                     window.setTimeout(function(){wait_for_images(cb);}, 100);
1797                 } else {
1798                     if (counter_wait >= 50 ) {
1799                         console.log("Could not retrieve the images")
1800                     }
1801                     cb();
1802                 }
1803             }
1804
1805             $(window).load(function() {
1806                 wait_for_images(verify_cover_images);
1807             });
1808         [% ELSE %]
1809             $(window).load(function() {
1810                 verify_cover_images();
1811             });
1812         [% END %]
1813     </script>
1814     [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %]
1815         <script src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script>
1816     [% END %]
1817     [% INCLUDE 'datatables.inc' %]
1818     [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %]
1819     [% INCLUDE 'columns_settings.inc' %]
1820     [% INCLUDE 'js-date-format.inc' %]
1821     [% INCLUDE 'js-patron-format.inc' %]
1822     [% INCLUDE 'js-biblio-format.inc' %]
1823     [% Asset.js("js/browser.js") | $raw %]
1824     [% Asset.js("js/table_filters.js") | $raw %]
1825     [% Asset.js("js/place_booking_modal.js") | $raw %]
1826     <script>
1827         var browser;
1828         browser = KOHA.browser('[% searchid | html %]', parseInt(biblionumber, 10));
1829         browser.show();
1830
1831         [% IF bundlesEnabled %]
1832         var bundle_settings = [% TablesSettings.GetTableSettings('catalogue', 'detail','bundle_tables','json') | $raw %];
1833         var bundle_lost_value = [% Koha.Preference('BundleLostValue') | html %];
1834         [% END %]
1835         $(document).ready(function() {
1836
1837             [% IF bundlesEnabled %] // Bundle handling
1838             function createChild ( row, itemnumber, duedate ) {
1839
1840                 // Toolbar
1841                 var bundle_toolbar = $('<div id="toolbar" class="btn-toolbar"></div>');
1842                 bundle_toolbar.append('<a class="btn btn-default" data-toggle="modal" data-target="#addToBundleModal" data-item="' + itemnumber + '"><i class="fa fa-plus"></i> ' + _("Add to bundle") + '</a>');
1843                 bundle_toolbar.append('<a class="btn btn-default" data-toggle="modal" data-target="#removeFromBundleModal" data-item="' + itemnumber + '"><i class="fa fa-minus"></i> ' + _("Remove from bundle") + '</a>');
1844
1845                 // Disable management if there's a duedate
1846                 if(duedate) {
1847                     bundle_toolbar.children('.btn').addClass("disabled");
1848                     bundle_toolbar.attr("title", _("This bundle is checked out, it cannot be modified"));
1849                 }
1850
1851                 // This is the table we'll convert into a DataTable
1852                 var bundles_table = $('<table class="display tbundle" data-itemnumber="'+itemnumber+'" id="bundle_table_'+itemnumber+'" width="100%"/>');
1853
1854                 // Display it the child row
1855                 row.child( bundle_toolbar.add(bundles_table), 'bundle' ).show();
1856
1857                 // Initialise as a DataTable
1858                 var bundle_table_url = "/api/v1/items/" + itemnumber + "/bundled_items?";
1859                 var bundle_table = bundles_table.kohaTable({
1860                     "ajax": {
1861                         "url": bundle_table_url
1862                     },
1863                     "embed": [
1864                         "biblio",
1865                         "return_claim.patron"
1866                     ],
1867                     "order": [[ 1, "asc" ]],
1868                     "columnDefs": [ {
1869                         "targets": [0,1,2,3],
1870                         "render": function (data, type, row, meta) {
1871                             if ( data && type == 'display' ) {
1872                                 return data.escapeHtml();
1873                             }
1874                             return data;
1875                         }
1876                     } ],
1877                     "columns": [
1878                         {
1879                             "data": "biblio.title:biblio.subtitle:biblio.medium",
1880                             "title": _("Title"),
1881                             "searchable": true,
1882                             "orderable": true,
1883                             "render": function(data, type, row, meta) {
1884                                 return $biblio_to_html(row.biblio, { link: 1 });
1885                             }
1886                         },
1887                         {
1888                             "data": "biblio.author",
1889                             "title": _("Author"),
1890                             "searchable": true,
1891                             "orderable": true,
1892                         },
1893                         {
1894                             "data": "callnumber",
1895                             "title": _("Callnumber"),
1896                             "searchable": true,
1897                             "orderable": true,
1898                         },
1899                         {
1900                             "data": "external_id",
1901                             "title": _("Barcode"),
1902                             "searchable": true,
1903                             "orderable": true,
1904                         },
1905                         {
1906                             "data": "lost_status:last_seen_date:return_claim.patron",
1907                             "title": _("Status"),
1908                             "searchable": false,
1909                             "orderable": true,
1910                             "render": function(data, type, row, meta) {
1911                                 if ( row.lost_status == bundle_lost_value ) {
1912                                     let out = '<span class="lost">' + _("Last seen") + ': ' + $date(row.last_seen_date) + '</span>';
1913                                     if ( row.return_claim ) {
1914                                         out = out + '<span class="claims_return">' + _("Claims returned by") + ': ' + $patron_to_html( row.return_claim.patron, { display_cardnumber: false, url: true } ) + '</span>';
1915                                     }
1916                                     return out;
1917                                 }
1918                                 else if ( row.lost_status !== 0 ) {
1919                                     return '<span class="lost">' + _("Lost") + ': ' + row.lost_status + '</span>';
1920                                 }
1921                                 return '<span class="available">' + _("Present") + '</span>';
1922                             }
1923                         },
1924                         {
1925                             "data": function( row, type, val, meta ) {
1926                                 var result;
1927                                 if (duedate) {
1928                                     result = '<button class="btn btn-default btn-xs remove disabled" role="button" data-itemnumber="'+row.item_id+'" title="%s"><i class="fa fa-minus" aria-hidden="true"></i> %s</button>\n'.format(_("This bundle is checked out, it cannot be modified"), _("Remove"));
1929                                 } else {
1930                                     result = '<button class="btn btn-default btn-xs remove" role="button" data-itemnumber="'+row.item_id+'"><i class="fa fa-minus" aria-hidden="true"></i> '+_("Remove")+'</button>\n';
1931                                 }
1932                                 return result;
1933                             },
1934                             "title": _("Actions"),
1935                             "searchable": false,
1936                             "orderable": false,
1937                             "class": "noExport"
1938                         }
1939                     ]
1940                 }, bundle_settings, 1);
1941                 $(".tbundle").on("click", ".remove:not(.disabled)", function(){
1942                     var bundle_table = $(this).closest('table');
1943                     var host_itemnumber = bundle_table.data('itemnumber');
1944                     var component_itemnumber = $(this).data('itemnumber');
1945                     var unlink_item_url = "/api/v1/items/" + host_itemnumber + "/bundled_items/" + component_itemnumber;
1946                     $.ajax({
1947                         type: "DELETE",
1948                         url: unlink_item_url,
1949                         success: function(){
1950                             bundle_table.DataTable({ 'retrieve': true }).draw(false);
1951                         }
1952                     });
1953                 });
1954
1955                 return;
1956             }
1957
1958             var bundle_changed;
1959             var bundle_form_active;
1960             $("#addToBundleModal").on("shown.bs.modal", function(e){
1961                 var button = $(e.relatedTarget);
1962                 var item_id = button.data('item');
1963                 $("#addResult").replaceWith('<div id="addResult"></div>');
1964                 $("#addToBundleForm").attr('action', '/api/v1/items/' + item_id + '/bundled_items');
1965                 $("#external_id").focus();
1966                 bundle_changed = 0;
1967                 bundle_form_active = item_id;
1968             });
1969
1970             function addToBundle (url, data) {
1971                   /* Send the data using post with external_id */
1972                   var posting = $.post({
1973                       url: url,
1974                       data: JSON.stringify(data),
1975                       contentType: "application/json; charset=utf-8",
1976                       dataType: "json"
1977                   });
1978
1979                   const barcode = data.external_id;
1980
1981                   /* Report the results */
1982                   posting.done(function(data) {
1983                       $('#addResult').replaceWith('<div id="addResult" class="alert alert-success">'+_("Success: Added '%s'").format(barcode)+'</div>');
1984                       $('#external_id').val('').focus();
1985                       bundle_changed = 1;
1986                   });
1987                   posting.fail(function(data) {
1988                       if ( data.status === 409 ) {
1989                           var response = data.responseJSON;
1990                           if ( response.error_code === 'already_bundled' ) {
1991                               $('#addResult').replaceWith('<div id="addResult" class="alert alert-warning">'+_("Warning: Item '%s' already attached").format(barcode)+'</div>');
1992                           } else if (response.error_code === 'bundle_checkout_out') {
1993                               $('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Bundle is currently checked out")+'</div>');
1994                           } else if (response.error_code === 'checked_out') {
1995                               const button = $('<button type="button">')
1996                                 .addClass('btn btn-xs')
1997                                 .text(_("Check in and add to bundle"))
1998                                 .on('click', function () {
1999                                     addToBundle(url, { external_id: barcode, force_checkin: true });
2000                                 });
2001                               $('#addResult')
2002                                 .empty()
2003                                 .attr('class', 'alert alert-warning')
2004                                 .append(__x('Warning: Item {barcode} is checked out', { barcode }))
2005                                 .append(' ', button);
2006                           } else if (response.error_code === 'failed_checkin') {
2007                               $('#addResult')
2008                                 .empty()
2009                                 .attr('class', 'alert alert-danger')
2010                                 .append(__x('Failure: Item {barcode} cannot be checked in', { barcode }))
2011                           } else if (response.error_code === 'reserved') {
2012                               const button = $('<button type="button">')
2013                                 .addClass('btn btn-xs')
2014                                 .text(_("Ignore holds and add to bundle"))
2015                                 .on('click', function () {
2016                                     addToBundle(url, { external_id: barcode, ignore_holds: true });
2017                                 });
2018                               $('#addResult')
2019                                 .empty()
2020                                 .attr('class', 'alert alert-warning')
2021                                 .append(__x('Warning: Item {barcode} is on hold', { barcode }))
2022                                 .append(' ', button);
2023                           } else {
2024                               $('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Item '%s' belongs to another bundle").format(barcode)+'</div>');
2025                           }
2026                       } else if ( data.status === 404 ) {
2027                           $('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Item '%s' not found").format(barcode)+'</div>');
2028                       } else if ( data.status === 400 ) {
2029                           var response = data.responseJSON;
2030                           if ( response.error_code === "failed_nesting" ) {
2031                               $('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Item '%s' is a bundle and bundles cannot be nested").format(barcode)+'</div>');
2032                           } else {
2033                               $('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Check the logs for details.")+'</div>');
2034                           }
2035                       } else {
2036                           $('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Check the logs for details.")+'</div>');
2037                       }
2038                       $('#external_id').val('').focus();
2039                   });
2040             }
2041
2042             $("#addToBundleForm").submit(function(event) {
2043                   /* stop form from submitting normally */
2044                   event.preventDefault();
2045
2046                   const url = this.action;
2047                   const data = { external_id: this.elements.external_id.value };
2048
2049                   addToBundle(url, data);
2050             });
2051
2052             $("#addToBundleModal").on("hidden.bs.modal", function(e){
2053                 if ( bundle_changed ) {
2054                     $('#bundle_table_'+bundle_form_active).DataTable({ 'retrieve': true }).ajax.reload();
2055                 }
2056                 bundle_form_active = 0;
2057                 bundle_changed = 0;
2058             });
2059
2060             $("#removeFromBundleModal").on("shown.bs.modal", function(e){
2061                 var button = $(e.relatedTarget);
2062                 var item_id = button.data('item');
2063                 $("#removeResult").replaceWith('<div id="removeResult"></div>');
2064                 $("#removeFromBundleForm").attr('action', '/api/v1/items/' + item_id + '/bundled_items/');
2065                 $("#rm_external_id").focus();
2066                 bundle_changed = 0;
2067                 bundle_form_active = item_id;
2068             });
2069
2070             $("#removeFromBundleForm").submit(function(event) {
2071
2072                 /* stop form from submitting normally */
2073                 event.preventDefault();
2074
2075                 /* get the action attribute from the <form action=""> element */
2076                 var $form = $(this),
2077                 url = $form.attr('action');
2078
2079                 var barcode = $('#rm_external_id').val();
2080
2081                 /* Fetch itemnumber using rm_external_id */
2082                 var itemReq = $.get('/api/v1/items', { q: JSON.stringify({
2083                     external_id: barcode
2084                 }) }, null, "json");
2085
2086                 var itemnumber;
2087                 itemReq.done(function(data) {
2088                     if (data.length === 1) {
2089                         itemnumber = data[0].item_id;
2090
2091                         /* Remove link using fetch itemnumber */
2092                         var deleteReq = $.ajax( url + itemnumber, {
2093                             type : 'DELETE'
2094                         });
2095
2096                         /* Report the results */
2097                         deleteReq.done(function(data) {
2098                             var barcode = $('#rm_external_id').val();
2099                             $('#removeResult').replaceWith('<div id="removeResult" class="alert alert-success">'+_("Success: Removed '%s'").format(barcode)+'</div>');
2100                             $('#rm_external_id').val('').focus();
2101                             bundle_changed = 1;
2102                         });
2103                         deleteReq.fail(function(data) {
2104                             var barcode = $('#rm_external_id').val();
2105                             if ( data.status === 409 ) {
2106                                 var response = data.responseJSON;
2107                                 if (response.error_code === 'bundle_checkout_out') {
2108                                     $('#removeResult').replaceWith('<div id="removeResult" class="alert alert-danger">'+_("Failure: Bundle is currently checked out")+'</div>');
2109                                 } else if ( response.key === "PRIMARY" ) {
2110                                     $('#removeResult').replaceWith('<div id="removeResult" class="alert alert-warning">'+_("Warning: Item '%s' already attached").format(barcode)+'</div>');
2111                                 } else {
2112                                     $('#removeResult').replaceWith('<div id="removeResult" class="alert alert-danger">'+_("Failure: Item '%s' belongs to another bundle").format(barcode)+'</div>');
2113                                 }
2114                             } else if ( data.status === 404 ) {
2115                                 $('#addResult').replaceWith('<div id="addResult" class="alert alert-danger">'+_("Failure: Item '%s' not found").format(barcode)+'</div>');
2116                             } else {
2117                                 $('#removeResult').replaceWith('<div id="removeResult" class="alert alert-danger">'+_("Failure: Check the logs for details")+'</div>');
2118                             }
2119                             $('#rm_external_id').val('').focus();
2120                         });
2121                     } else {
2122                         $('#removeResult').replaceWith('<div id="removeResult" class="alert alert-danger">'+_("Failed: Barcode matched more than one item '%s'").format(barcode)+'</div>');
2123                     }
2124                 });
2125                 itemReq.fail(function(data) {
2126                      $('#removeResult').replaceWith('<div id="removeResult" class="alert alert-danger">'+_("Failed: Item not found '%s'").format(barcode)+'</div>');
2127                     $('#rm_external_id').val('').focus();
2128
2129                 });
2130             });
2131
2132             $("#removeFromBundleModal").on("hidden.bs.modal", function(e){
2133                 if ( bundle_changed ) {
2134                     $('#bundle_table_'+bundle_form_active).DataTable({ 'retrieve': true }).ajax.reload();
2135                 }
2136                 bundle_form_active = 0;
2137                 bundle_changed = 0;
2138             });
2139             // End bundle handling
2140             [% END %]
2141
2142             var table_names = [ 'holdings_table', 'otherholdings_table' ];
2143             var table_settings = [ [% TablesSettings.GetTableSettings('catalogue', 'detail','holdings_table','json') | $raw %], [% TablesSettings.GetTableSettings('catalogue', 'detail','otherholdings_table','json')  | $raw %] ];
2144             var has_images = [ "[% itemloop_has_images | html %]", "[% otheritemloop_has_images | html %]" ];
2145             table_names.forEach( function( table_name, index ) {
2146                 if ( !has_images[index] ) {
2147                     table_settings[index].columns.splice(1,1);
2148                 }
2149                 var dt_parameters = {
2150                     "dom": 't',
2151                     "paginate": false,
2152                     "autoWidth": false,
2153                     "bKohaColumnsUseNames": true,
2154                     "dom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
2155                 };
2156                 var table = KohaTable( table_name, dt_parameters, table_settings[index], 'with_filters' );
2157
2158                 [% IF bundlesEnabled %]
2159                 // Add event listener for opening and closing bundle details
2160                 $('#' + table_name + ' tbody').on('click', 'button.details-control', function () {
2161                     var button = $(this);
2162                     var tr = button.closest('tr');
2163                     var dTable = button.closest('table').DataTable({ 'retrieve': true });
2164
2165                     var itemnumber = tr.data('itemnumber');
2166                     var duedate = tr.data('duedate');
2167                     var row = dTable.row( tr );
2168
2169                     if ( row.child.isShown() ) {
2170                         // This row is already open - close it
2171                         row.child.hide();
2172                         tr.removeClass('shown');
2173                         button.removeClass('active');
2174                     }
2175                     else {
2176                         // Open this row
2177                         createChild(row, itemnumber, duedate);
2178                         tr.addClass('shown');
2179                         button.addClass('active');
2180                     }
2181                 } );
2182                 [% END %]
2183             });
2184
2185             [% IF Koha.Preference('AcquisitionDetails') %]
2186                 var table_settings = [% TablesSettings.GetTableSettings('catalogue', 'detail', 'acquisitiondetails-table', 'json') | $raw %];
2187                 var acquisitiondetails_table = KohaTable("orders", {
2188                     "dom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
2189                     "paginate": false,
2190                     "autoWidth": false,
2191                     "order": [[ 4, "desc" ]],
2192                 }, table_settings);
2193             [% END %]
2194
2195             [% IF suggestions.count %]
2196                 $(".sorted").dataTable($.extend(true, {}, dataTablesDefaults, {
2197                     "columnDefs": [
2198                         { "orderable": false, "searchable":  false, "targets": [ 'NoSort' ] },
2199                         { "type": "anti-the", "targets":  [ "anti-the" ] }
2200                     ],
2201                     "pagingType": "full"
2202                 }));
2203             [% END %]
2204
2205         });
2206
2207         function columnsInit(table) {
2208             activate_filters(table.id, false);
2209         }
2210
2211         [% IF found1 && Koha.Preference('RetainCatalogSearchTerms') %]
2212             $(document).ready(function() {
2213                 var search_index = localStorage.getItem("cat_search_pulldown_selection");
2214                 var search_value = localStorage.getItem("searchbox_value");
2215                 if ( search_index ){ $('#cat-search-block select.advsearch').val(search_index)};
2216                 if ( search_value ){ $('#cat-search-block #search-form').val(search_value)};
2217             });
2218         [% END %]
2219
2220         [% IF Koha.Preference('EnableItemGroups') %]
2221             // Load item groups table
2222             var itemGroupsTable = $("#items-group-table").kohaTable({
2223                 autoWidth: false,
2224                 dom: '<"top pager"ilp>t<"bottom pager"ip>r',
2225                 columns: [
2226                     {
2227                         data: "display_order",
2228                         title: _("Display order"),
2229                         searchable: true,
2230                         orderable: true,
2231                     },
2232                     {
2233                         data: "description",
2234                         title: _("Description"),
2235                         searchable: true,
2236                         orderable: true,
2237                     },
2238                     {
2239                         data: function( oObj ) {
2240                             [% IF CAN_user_editcatalogue_manage_item_groups %]
2241                                 return `<button class='item-group-edit btn btn-default btn-xs' data-item-group-id='${oObj.item_group_id}'>
2242                                     <i class="fa-solid fa-pencil" aria-hidden="true"></i> ${_("Edit")}
2243                                 </button>`
2244                                 + '&nbsp'
2245                                 + `<button class='item-group-delete btn btn-default btn-xs' data-item-group-id='${oObj.item_group_id}'>
2246                                     <i class='fa fa-trash-can'></i> ${('Delete')}
2247                                 </button>`;
2248                             [% ELSE %]
2249                                 return "";
2250                             [% END %]
2251                         },
2252                         searchable: false,
2253                         orderable: false,
2254                     },
2255                 ],
2256                 paginate: false,
2257                 ajax: { url: `/api/v1/biblios/${biblionumber}/item_groups?_per_page=-1` },
2258             });
2259
2260             // Create new item groups
2261             $('.item-group-create').on('click', function(){
2262                 $('#modal-item-group-create-form-description').val("");
2263                 $('#modal-item-group-create-submit').removeAttr('disabled');
2264                 $('#modal-item-group-create').modal('show');
2265             });
2266
2267             $("#modal-item-group-create-form").validate({
2268                 submitHandler: function(form) {
2269                     $.ajax({
2270                         url: `/api/v1/biblios/${biblionumber}/item_groups`,
2271                         headers: { "x-koha-embed": "items" },
2272                         success: function(item_groups){
2273                             $('#modal-item-group-create-submit').attr('disabled', 'disabled');
2274
2275                             var settings = {
2276                               "url": `/api/v1/biblios/${biblionumber}/item_groups`,
2277                               "method": "POST",
2278                               "headers": {
2279                                 "Content-Type": "application/json"
2280                               },
2281                               "data": JSON.stringify(
2282                                   {
2283                                       "description": $("#modal-item-group-create-form-description").val(),
2284                                       "display_order": $("#modal-item-group-create-form-display_order").val(),
2285                                   }
2286                               ),
2287                             };
2288
2289                             $.ajax(settings)
2290                             .done(function (response) {
2291                                 $('#item-group-add-form-select').append($('<option>', {
2292                                     value: response.item_group_id,
2293                                     text: response.description
2294                                 }));
2295
2296                                 $('#modal-item-group-create').modal('hide');
2297                                 if ( item_groups.length == 0 ) {
2298                                     // This bib has no previous item groups, reload the page
2299                                     window.location.replace(`/cgi-bin/koha/catalogue/detail.pl?biblionumber=${biblionumber}`);
2300                                 } else {
2301                                     // Has other item groups, just reload the table
2302                                     itemGroupsTable.api().ajax.reload();
2303                                 }
2304                             })
2305                             .fail(function(err) {
2306                                 var message = err.responseJSON.error;
2307                                 alert(message);
2308                             });
2309                         }
2310                     });
2311                 }
2312             });
2313
2314             $('#modal-item-group-create').on('shown.bs.modal', function () {
2315                 $('#modal-item-group-create-form-description').focus();
2316             })
2317
2318             // Edit existing item groups
2319             $('body').on( 'click', '.item-group-edit', function(){
2320                 const item_group_id = $(this).data('item-group-id');
2321                 const url = `/api/v1/biblios/${biblionumber}/item_groups/${item_group_id}`;
2322                 $.get( url, function( data ) {
2323                     $('#modal-item-group-edit-form-description').val( data.description );
2324                     $('#modal-item-group-edit-form-display_order').val( data.display_order );
2325                     $('#modal-item-group-edit-submit').data('item-group-id', item_group_id );
2326                     $('#modal-item-group-edit-submit').removeAttr('disabled');
2327                     $('#modal-item-group-edit').modal('show');
2328                 });
2329             });
2330
2331             $("#modal-item-group-edit-form").validate({
2332                 submitHandler: function(form) {
2333                     $('#modal-item-group-edit-submit').attr('disabled', 'disabled');
2334
2335                     const item_group_id = $('#modal-item-group-edit-submit').data('item-group-id');
2336                     const url = `/api/v1/biblios/${biblionumber}/item_groups/${item_group_id}`;
2337
2338                     var settings = {
2339                       "url": url,
2340                       "method": "PUT",
2341                       "headers": {
2342                         "Content-Type": "application/json"
2343                       },
2344                       "data": JSON.stringify(
2345                           {
2346                               "description": $("#modal-item-group-edit-form-description").val(),
2347                               "display_order": $("#modal-item-group-edit-form-display_order").val(),
2348                           }
2349                       ),
2350                     };
2351
2352                     $.ajax(settings)
2353                     .done(function (response) {
2354                         $('#modal-item-group-edit').modal('hide');
2355                         itemGroupsTable.api().ajax.reload();
2356                     })
2357                     .fail(function(err) {
2358                         var message = err.responseJSON.error;
2359                         alert(message);
2360                     });
2361                 }
2362             });
2363
2364             $('#modal-item-group-edit').on('shown.bs.modal', function () {
2365                 $('#modal-item-group-edit-form-description').focus();
2366             })
2367
2368             // Delete existing item groups
2369             $('body').on( 'click', '.item-group-delete', function(){
2370                 const item_group_id = $(this).data('item-group-id');
2371                 $('#modal-item-group-delete-submit').data('item-group-id', item_group_id );
2372                 $('#modal-item-group-delete-submit').removeAttr('disabled');
2373                 $('#modal-item-group-delete').modal('show');
2374             });
2375             $("#modal-item-group-delete-submit").on('click', function(){
2376                 $('#modal-item-group-delete-submit').attr('disabled', 'disabled');
2377                 const item_group_id = $("#modal-item-group-delete-submit").data('item-group-id');
2378
2379                 $.ajax({
2380                     url: `/api/v1/biblios/${biblionumber}/item_groups/${item_group_id}`,
2381                     headers: { "x-koha-embed": "items" },
2382                     success: function(item_group_data){
2383                         $.ajax({
2384                           "url": `/api/v1/biblios/${biblionumber}/item_groups/${item_group_id}`,
2385                           "method": "DELETE",
2386                         })
2387                         .done(function (response) {
2388                             $('#modal-item-group-delete').modal('hide');
2389                             $(`#item-group-add-form-select option[value='${item_group_id}']`).remove();
2390                             if ( item_group_data.items === null ) {
2391                                 // No items for this item group, we can just refresh the table
2392                                 itemGroupsTable.api().ajax.reload();
2393                             } else {
2394                                 // This item group had items attached to it, we need to reload the page
2395                                 window.location.replace(`/cgi-bin/koha/catalogue/detail.pl?biblionumber=${biblionumber}`);
2396                             }
2397                         })
2398                         .fail(function(err) {
2399                             var message = err.responseJSON.error;
2400                             alert(message);
2401                         });
2402                     }
2403                 });
2404             });
2405
2406             // Add item(s) to a item group
2407             $('.itemselection_action_item_group_set').on('click', function(){
2408                 $('#modal-item-group-set').modal('show');
2409             });
2410
2411             $("#modal-item-group-set-form").validate({
2412                 submitHandler: function(form) {
2413                     $('#modal-item-group-set-submit').attr('disabled', 'disabled');
2414
2415                     const item_group_id = $('#item-group-add-form-select').val();
2416
2417                     let itemnumbers = new Array();
2418                     $("input[name='itemnumber'][type='checkbox']:checked").each(function() {
2419                         const itemnumber = $(this).val();
2420                         itemnumbers.push( itemnumber );
2421                     });
2422                     if (itemnumbers.length > 0) {
2423                         let url = '/cgi-bin/koha/catalogue/detail.pl?op=set_item_group';
2424                         url += '&itemnumber=' + itemnumbers.join('&itemnumber=');
2425                         url += '&biblionumber=[% biblionumber | uri %]';
2426                         url += `&item_group_id=${item_group_id}`;
2427
2428                         window.location.replace(url);
2429                     }
2430
2431                     $('#modal-item-group-set').modal('hide');
2432                 }
2433             });
2434
2435             // Remove item(s) from an item group
2436             $('.itemselection_action_item_group_unset').on('click', function(){
2437                 $('#modal-item-group-unset').modal('show');
2438             });
2439
2440             $("#modal-item-group-unset-submit").on('click', function(){
2441                 $('#modal-item-group-unset-submit').attr('disabled', 'disabled');
2442
2443                 let itemnumbers = new Array();
2444                 $("input[name='itemnumber'][type='checkbox']:checked").each(function() {
2445                     const itemnumber = $(this).val();
2446                     itemnumbers.push( itemnumber );
2447                 });
2448                 if (itemnumbers.length > 0) {
2449                     let url = '/cgi-bin/koha/catalogue/detail.pl?op=unset_item_group';
2450                     url += '&itemnumber=' + itemnumbers.join('&itemnumber=');
2451                     url += '&biblionumber=[% biblionumber | uri %]';
2452
2453                     window.location.replace(url);
2454                 }
2455
2456                 $('#modal-item-group-unset').modal('hide');
2457
2458             });
2459         [% END %]
2460     </script>
2461     [% CoverImagePlugins | $raw %]
2462 [% END %]
2463 [% INCLUDE 'intranet-bottom.inc' %]