Bug 30234: Fix local cover image display for other holdings
[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 Price %]
10 [% USE TablesSettings %]
11 [% PROCESS 'i18n.inc' %]
12
13 [% IF Koha.Preference('AmazonAssocTag') %]
14     [% AmazonAssocTag = '?tag=' _ Koha.Preference('AmazonAssocTag') %]
15 [% ELSE %]
16     [% AmazonAssocTag = '' %]
17 [% END %]
18
19 [% ShowCourseReserves = 0 | html %]
20 [% IF UseCourseReserves %]
21     [% FOREACH item IN itemloop %]
22        [% IF item.course_reserves %]
23            [% FOREACH r IN item.course_reserves %]
24                [% IF r.course.enabled == 'yes' %]
25                    [% ShowCourseReserves = 1 | html %]
26                [% END %]
27            [% END %]
28         [% END %]
29     [% END %]
30 [% END %]
31
32 [% SET plugins_intranet_catalog_biblio_tabs = KohaPlugins.get_plugins_intranet_catalog_biblio_tab({ biblio => biblio, biblio_id => biblionumber }) %]
33
34 [% SET footerjs = 1 %]
35 [% INCLUDE 'doc-head-open.inc' %]
36 <title>
37   [% IF ( unknownbiblionumber ) %]
38     Unknown record
39   [% ELSE %]
40     Details for [% INCLUDE 'biblio-title-head.inc' %]
41   [% END %] &rsaquo; Catalog &rsaquo; Koha
42 </title>
43 [% INCLUDE 'doc-head-close.inc' %]
44 [% Asset.css("lib/Chocolat/css/chocolat.css") | $raw %]
45 </head>
46
47 <body id="catalog_detail" class="catalog">
48
49 [% INCLUDE 'header.inc' %]
50 [% INCLUDE 'cat-search.inc' %]
51
52 <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
53     <ol>
54         <li>
55             <a href="/cgi-bin/koha/mainpage.pl">Home</a>
56         </li>
57         <li>
58             <a href="/cgi-bin/koha/catalogue/search.pl">Catalog</a>
59         </li>
60
61         [% IF ( unknownbiblionumber ) %]
62             <li>
63                 <a href="#" aria-current="page">
64                     Unknown record
65                 </a>
66             </li>
67         [% ELSE %]
68             <li>
69                 [% INCLUDE 'biblio-title.inc' link = 1 %]
70             </li>
71             <li>
72                 <a href="#" aria-current="page">
73                     Details
74                 </a>
75             </li>
76         [% END %]
77     </ol>
78 </nav>
79
80 <div class="main container-fluid">
81     <div class="row">
82         <div class="col-sm-10 col-sm-push-2">
83             <main>
84                 <div class="row">
85
86 [% IF ( unknownbiblionumber ) %]
87   <div class="dialog message">The record you requested does not exist ([% biblionumber | html %]).</div>
88 [% ELSE %]
89
90 [% IntranetCoce    = Koha.Preference('IntranetCoce') %]
91 [% CoceProviders   = Koha.Preference('CoceProviders') %]
92 [% CoceHost        = Koha.Preference('CoceHost') %]
93 [% SyndeticsCovers = Koha.Preference('SyndeticsEnabled') && Koha.Preference('SyndeticsCoverImages') %]
94
95 [% INCLUDE 'cat-toolbar.inc' %]
96     [% IF decoding_error %]
97         <div>
98            <span class="biberror">
99             There is an error with this bibliographic record, the view may be degraded.</span>
100             <span class="error"><br/> Error: [% decoding_error | html %]</span>
101         </div>
102     [% END %]
103     [% IF analytics_error %]
104         <div>
105            <span class="analytics_error">
106             There was an error searching for analytic records, please see the logs for details.</span>
107         </div>
108     [% END %]
109     [% IF ( ocoins ) %]
110         <!-- COinS / OpenURL -->
111         <span class="Z3988" title="[% ocoins | html %]"></span>
112     [% END %]
113
114     [% IF ( AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
115         <div id="catalogue_detail_biblio" class="col-xs-9">
116     [% ELSE %]
117         <div id="catalogue_detail_biblio" class="col-xs-12">
118     [% END %]
119
120         [% XSLTBloc | $raw %]
121
122         [% IF shelves.count %]
123             <span class="results_summary"><span class="label">Lists that include this title: </span>
124             [% FOREACH s IN shelves %]
125                 <a href="/cgi-bin/koha/virtualshelves/shelves.pl?op=view&amp;shelfnumber=[% s.shelfnumber | uri %]">[% s.shelfname | html %]</a>
126                 [% IF ( loop.last ) %][% ELSE %]|[% END %]
127             [% END %]
128             </span>
129         [% END %]
130         [% IF ( TagsEnabled &&  TagsShowOnDetail &&  TagLoop ) %]
131                 <span class="results_summary"><span class="label">Tags:</span>
132                     [% FOREACH TagLoo IN TagLoop %]
133                         [% IF ( CAN_user_tools_moderate_tags ) %]
134                         <a href="/cgi-bin/koha/tags/list.pl?tag=[% TagLoo.term |url %]">[% TagLoo.term | html %]</a>
135                         [% ELSE %]
136                         [% TagLoo.term | html %]
137                         [% END %]
138                         <span class="weight">([% TagLoo.weight_total | html %])</span>[% IF ( loop.last ) %][% ELSE %], [% END %]
139                     [% END %]
140                     </span>
141         [% END %]
142         <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>
143         [% IF !item_level_itypes ||  Koha.Preference("BiblioItemtypeInfo") %]
144            <span class="results_summary itemtype"><span class="label">Itemtype:</span>
145           [% IF ( !noItemTypeImages && imageurl ) %]
146               <img src="[% imageurl | html %]" alt="" />
147           [% END %]
148           [% IF ( description ) %]
149             [% description | html %]
150           [% ELSE %]
151             [% itemtype | html %]
152           [% END %]
153           </span>
154         [% END %]
155
156         [% IF ( holdcount ) %]
157             <span class="results_summary">
158                 <span class="label">Holds:</span>
159                 <span class="number_box">
160                     [% IF CAN_user_reserveforothers_place_holds %]
161                         <a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% biblionumber | uri %]">[% holdcount | html %]</a>
162                     [% ELSE %]
163                         <span>[% holdcount | html %]</span>
164                     [% END %]
165                 </span>
166             </span>
167         [% END %]
168
169         [% IF illrequests.count %]
170             <span class="results_summary">
171                 <span class="label">ILL requests:</span>
172                 [% IF CAN_user_ill %]
173                     [% FOREACH ill IN illrequests %]
174                         <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 %]
175                     [% END %]
176                 [% ELSE %]
177                     [% FOREACH ill IN illrequests %]
178                         <span>Request [% ill.illrequest_id | html %]</span>[% IF ! loop.last %], [% END %]
179                     [% END %]
180                 [% END %]
181             </span>
182         [% END %]
183
184         [% IF ( article_requests_count = Biblio.ArticleRequestsActiveCount( biblionumber ) ) %]
185             <span class="results_summary">
186                 <span class="label">Article requests:</span>
187                 <span class="number_box">
188                     <a href="/cgi-bin/koha/circ/request-article.pl?biblionumber=[% biblionumber | uri %]">[% article_requests_count | html %]</a>
189                 </span>
190             </span>
191         [% END %]
192
193         [% IF course_reserves %]
194             <span class="results_summary"><span class="label">Courses that have reserved this title: </span>
195             [% FOREACH c IN course_reserves %]
196                 <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% c.course_id | uri %]">[% c.course.course_name | html %]</a>
197                 [% IF ( loop.last ) %][% ELSE %]|[% END %]
198             [% END %]
199             </span>
200         [% END %]
201
202         [% IF ( AmazonCoverImages  || LocalCoverImages || IntranetCoce || ( SyndeticsCovers ) || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
203             </div>
204             <div class="col-xs-3 bookcoverimg">
205                 <div id="biblio-cover-slider" class="cover-slider">
206                     [% IF ( LocalCoverImages ) %]
207                         [% IF localimages.count %]
208                             [% FOREACH image IN localimages %]
209                                 <div class="cover-image local-coverimg">
210                                     <a href="/cgi-bin/koha/catalogue/image.pl?imagenumber=[% image.imagenumber | uri %]" title="Local cover image">
211                                         <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 %]" />
212                                     </a>
213                                     <div class="hint">Local cover image</div>
214                                 </div>
215                             [% END %]
216                         [% END %]
217                     [% END %]
218
219                     [% IF ( AmazonCoverImages && normalized_isbn) %]
220                         <div class="cover-image" id="amazon-bookcoverimg">
221                             <a href="https://images-na.ssl-images-amazon.com/images/P/[% normalized_isbn | uri %].01.LZZZZZZZ.jpg" title="Amazon cover image">
222                                 <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"/>
223                             </a>
224                             <div class="hint">Image from Amazon.com</div>
225                         </div>
226                     [% END %]
227
228                     [% IF ( IntranetCoce && CoceProviders && normalized_isbn ) %]
229                         [% coce_id = normalized_ean || normalized_isbn %]
230                         <div class="cover-image" id="coce-coverimg">
231                             [% IF ( coce_id ) %]
232                                 <a title="Image from Coce" class="[% coce_id | html %]" id="coce-thumbnail-preview"></a>
233                             [% ELSE %]
234                                 <span class="no-image">No cover image available</span>
235                             [% END %]
236                             <div class="hint">Image from Coce</div>
237                         </div>
238                     [% END %]
239
240                     [% IF ( SyndeticsCovers ) %]
241                         [% IF ( content_identifier_exists ) %]
242                         <div class="cover-image" id="syndetics-bookcoverimg">
243                             <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">
244                                 <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" />
245                             </a>
246                             <div class="hint">Image from Syndetics</div>
247                         </div>
248                             [% ELSE %]
249                                 <span class="no-image">No cover image available</span>
250                             [% END %]
251                     [% END %]
252
253                     [% IF Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL') %]
254                         [% SET custom_cover_image_url = biblio.custom_cover_image_url %]
255                         [% IF custom_cover_image_url %]
256                             <div class="cover-image" id="custom-coverimg">
257                                 <a class="custom_cover_image" href="[% custom_cover_image_url | url %]" title="Custom cover image">
258                                     <img id="custom-img" alt="Custom cover image" src="[% custom_cover_image_url | url %]" />
259                                 </a>
260                                 <div class="hint">Custom cover image</div>
261                             </div>
262                         [% END %]
263                     [% END %]
264                 </div> <!-- /.cover-slider -->
265             </div> <!-- /.bookcoverimg.col-xs-3 -->
266         [% ELSE %]
267         </div> <!-- /.col-xs-* -->
268         [% END # /IF ( AmazonCoverImages, etc ) %]
269 </div>
270
271 <div id="bibliodetails" class="toptabs">
272
273 <ul class="nav nav-tabs" role="tablist">
274     [% IF (SeparateHoldings) %]
275         <li role="presentation">
276             <a href="#holdings" aria-controls="holdings" role="tab" data-toggle="tab">[% Branches.GetLoggedInBranchname | html %] holdings ([% itemloop.size() || 0 | html %])</a>
277         </li>
278         <li role="presentation">
279             <a href="#otherholdings"  aria-controls="otherholdings" role="tab" data-toggle="tab">Other holdings ([% otheritemloop.size() || 0 | html %])</a>
280         </li>
281     [% ELSE %]
282         <li role="presentation">
283             <a href="#holdings" aria-controls="holdings" role="tab" data-toggle="tab">Holdings ([% itemloop.size() || 0 | html %])</a>
284         </li>
285     [% END %]
286 [% IF ( MARCNOTES ) %]<li role="presentation"><a href="#description"  aria-controls="description" role="tab" data-toggle="tab">Descriptions ([% ( MARCNOTES.size || 1 ) | html %])</a></li>[% END %]
287 [% 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 %]
288 [% IF ( subscriptionsnumber ) %]<li role="presentation"><a href="#subscriptions"  aria-controls="subscriptions" role="tab" data-toggle="tab">Subscriptions</a></li>[% END %]
289 [% 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 %]
290 [% IF suggestions.count %]<li role="presentation"><a href="#suggestion_details"  aria-controls="suggestion_details" role="tab" data-toggle="tab">Suggestion details</a></li>[% END %]
291 [% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %]<li role="presentation"><a href="#editions"  aria-controls="editions" role="tab" data-toggle="tab">Editions</a></li>[% END %][% END %]
292 [% IF ( LocalCoverImages ) %]
293     <li role="presentation">
294         <a href="#images"  aria-controls="images" role="tab" data-toggle="tab">Images ([% localimages.count || 0 | html %])</a>
295     </li>
296 [% END %]
297 [% IF HTML5MediaEnabled && HTML5MediaSets.size %]
298     <li id="media_tab" role="presentation"><a href="#html5media"  aria-controls="html5media" role="tab" data-toggle="tab">Play media</a></li>
299 [% END %]
300 [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'tab' ) %]
301     <li class="NovelistSelect" style="display:none;" role="presentation"><a href="#NovelistSelect"  aria-controls="NovelistSelect" role="tab" data-toggle="tab">NoveList Select</a></li>
302 [% END %]
303 [% FOREACH plugins_intranet_catalog_biblio_tab IN plugins_intranet_catalog_biblio_tabs %]
304     <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>
305 [% END %]
306 </ul>
307
308 <div class="tab-content">
309 [% items_table_block_iter = 0 %]
310 [% BLOCK items_table %]
311     [% items_table_block_iter = items_table_block_iter + 1 %]
312     <div class="[% tab | html %]_table_table_controls">
313         [% IF (StaffDetailItemSelection) %]
314             | <a href="#" class="SelectAll" data-tab="[% tab | html %]"><i class="fa fa-check"></i> Select all</a> |
315             <a href="#" class="ClearAll" data-tab="[% tab | html %]"><i class="fa fa-remove"></i> Clear all</a>
316             <span class="itemselection_actions">
317               | Actions:
318               [% IF CAN_user_tools_items_batchdel %]
319                 <a class="itemselection_action_delete"><i class="fa fa-trash"></i> Delete selected items</a>
320               [% END %]
321               [% IF CAN_user_tools_items_batchmod %]
322                 <a class="itemselection_action_modify"><i class="fa fa-pencil"></i> Modify selected items</a>
323               [% END %]
324             </span>
325         [% END %]
326     </div>
327     <table class="items_table" id="[% tab | html %]_table">
328         <thead>
329             <tr>
330                 [% IF (StaffDetailItemSelection) %]<th id="[% tab | html %]_checkbox" data-colname="[% tab | html %]_checkbox" class="NoSort"></th>[% END %]
331                 [% IF Koha.Preference('LocalCoverImages') && ( tab == 'holdings' && itemloop_has_images || tab == 'otherholdings' && otheritemloop_has_images ) %]
332                     <th id="[% tab | html %]_cover_image" data-colname="[% tab | html %]_cover_image">Cover image</th>
333                 [% END %]
334                 [% IF ( item_level_itypes ) %]<th id="[% tab | html %]_itype" data-colname="[% tab | html %]_itype">Item type</th>[% END %]
335                 <th id="[% tab | html %]_holdingbranch" data-colname="[% tab | html %]_holdingbranch">Current library</th>
336                 <th id="[% tab | html %]_homebranch" data-colname="[% tab | html %]_homebranch">Home library</th>
337                 [% IF ( itemdata_ccode ) %]<th id="[% tab | html %]_ccode" data-colname="[% tab | html %]_ccode">Collection</th>[% END %]
338                 <th id="[% tab | html %]_itemcallnumber" data-colname="[% tab | html %]_itemcallnumber">Call number</th>
339                 [% IF volinfo %]
340                     <th id="[% tab | html %]_enumchron" data-colname="[% tab | html %]_enumchron">Serial enumeration / chronology</th>
341                 [% END %]
342                 <th id="[% tab | html %]_status" data-colname="[% tab | html %]_status">Status</th>
343                 <th id="[% tab | html %]_lastseen" data-colname="[% tab | html %]_lastseen">Last seen</th>
344                 <th id="[% tab | html %]_dateaccessioned" data-colname="[% tab | html %]_dateaccessioned">Date accessioned</th>
345                 <th id="[% tab | html %]_datelastborrowed" data-colname="[% tab | html %]_datelastborrowed">Date last borrowed</th>
346                 <th id="[% tab | html %]_barcode" data-colname="[% tab | html %]_barcode">Barcode</th>
347                 [% IF ( itemdata_uri ) %]<th id="[% tab | html %]_uri" data-colname="[% tab | html %]_uri">URL</th>[% END %]
348                 [% IF ( itemdata_copynumber ) %]<th id="[% tab | html %]_copynumber" data-colname="[% tab | html %]_copynumber">Copy number</th>[% END %]
349                 [% IF ( itemdata_stocknumber ) %]<th id="[% tab | html %]_stocknumber" data-colname="[% tab | html %]_stocknumber">Inventory number</th>[% END %]
350                 [% IF materials %]<th id="[% tab | html %]_materials" data-colname="[% tab | html %]_materials">Materials specified</th>[% END %]
351                 [% IF ( itemdata_itemnotes ) %]<th id="[% tab | html %]_itemnotes" data-colname="[% tab | html %]_itemnotes">Public notes</th>[% END %]
352                 [% IF ( itemdata_nonpublicnotes ) %]<th id="[% tab | html %]_itemnotes_nonpublic" data-colname="[% tab | html %]_itemnotes_nonpublic">Non-public notes</th>[% END %]
353                 [% IF ( hostrecords ) %]<th id="[% tab | html %]_hostrecord" data-colname="[% tab | html %]_hostrecord">Host records</th>[% END %]
354                 [% IF ( analyze ) %]<th id="[% tab | html %]_usedin" data-colname="[% tab | html %]_usedin">Used in</th><th></th>[% END %]
355                 [% IF ( ShowCourseReserves ) %]<th id="[% tab | html %]_course_reserves" data-colname="[% tab | html %]_course_reserves">Course reserves</th>[% END %]
356                 [% IF ( SpineLabelShowPrintOnBibDetails ) %]<th id="[% tab | html %]_spinelabel" data-colname="[% tab | html %]_spinelabel" class="NoSort">Spine label</th>[% END %]
357                 [% IF ( CAN_user_editcatalogue_edit_items ) %]<th id="[% tab | html %]_actions" data-colname="[% tab | html %]_actions"class="NoSort">&nbsp;</th>[% END %]
358             </tr>
359         </thead>
360         <tbody>
361             [% FOREACH item IN items %]
362                 <tr>
363                 [% IF (StaffDetailItemSelection) %]
364                     <td style="text-align:center;vertical-align:middle">
365                         <input type="checkbox" value="[% item.itemnumber | html %]" name="itemnumber" />
366                     </td>
367                 [% END %]
368                     [% IF Koha.Preference('LocalCoverImages') && ( tab == 'holdings' && itemloop_has_images || tab == 'otherholdings' && otheritemloop_has_images ) %]
369                         <td class="cover">
370                             <div class="bookcoverimg">
371                                 <div class="cover-slider">
372                                     [% FOREACH image IN item.cover_images %]
373                                         <div class="cover-image local-coverimg">
374                                             <a href="/cgi-bin/koha/catalogue/image.pl?itemnumber=[% image.itemnumber | uri %]&amp;imagenumber=[% image.imagenumber | uri %]" title="Local cover image">
375                                                 <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 %]" />
376                                             </a>
377                                         </div>
378                                     [% END %]
379                                 </div>
380                             </div>
381                         </td>
382                     [% END %]
383
384                     [% IF ( item_level_itypes ) %]
385                         <td class="itype">
386                             [% IF !noItemTypeImages && item.imageurl %]
387                                 <img src="[% item.imageurl | html %]" alt="[% item.translated_description | html %]" title="[% item.translated_description | html %]" />
388                             [% END %]
389                             <span class="itypedesc">[% item.translated_description | html %]</span>
390                         </td>
391                     [% END %]
392                     <td class="location">[% UNLESS ( singlebranchmode ) %][% Branches.GetName( item.branchcode ) | html %] [% END %]</td>
393                     <td class="homebranch">
394                         <span class="homebranchdesc">[% Branches.GetName(item.homebranch) | html %]</span>
395                         <span class="shelvingloc">
396 <!--
397 If permanent location is defined, show description or code and display current location in parentheses. If not, display current location.
398 Note that permanent location is a code, and location may be an authval.
399 -->
400                             [% IF item.permanent_location %]
401                                 [% SET permloc_authval = AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.permanent_location ) %]
402                                 [% permloc_authval | html %]
403                                 [% IF item.location AND item.location != permloc_authval AND item.location != item.permanent_location %]
404                                     ([% item.location | html %])
405                                 [% END %]
406                             [% ELSE %]
407                                 [% item.location | html %]
408                             [% END %]
409                         </span>
410                     </td>
411                     [% IF ( itemdata_ccode ) %]<td>[% item.ccode | html %]</td>[% END %]
412                     <td class="itemcallnumber">[% IF ( item.itemcallnumber ) %] [% item.itemcallnumber | html %][% END %]</td>
413                     [% IF ( volinfo ) %]
414                         [% IF itemdata_publisheddate #If there is at least one published date, use it for sorting %]
415                             <td class="enumchron" data-order="[% item.publisheddate | html %]">
416                         [% ELSE %]
417                             <td class="enumchron">
418                         [% END %]
419                             [% IF ( itemdata_enumchron ) %]
420                                 [% IF item.enumchron && item.serialseq %]
421                                     <span class="enum">[% item.enumchron | html %]</span>
422                                     [% IF ( item.serialseq && item.enumchron!=item.serialseq ) %]
423                                         <span class="sep"> -- </span>
424                                         <span class="serialseq">[% item.serialseq | html %]</span>
425                                     [% END %]
426                                 [% ELSIF item.enumchron %]
427                                     <span class="enum">[% item.enumchron | html %]</span>
428                                 [% ELSIF item.serialseq %]
429                                     <span class="serialseq">[% item.serialseq | html %]</span>
430                                 [% END %]
431                                 [% IF ( item.publisheddate ) %]
432                                     <span class="pubdate">([% item.publisheddate | $KohaDates %])</span>
433                                 [% END %]
434                             [% END %]
435                             </span>
436                         </td>
437                     [% END %]
438                     <td class="status">
439
440                         [% IF item.CheckedOutFor %]
441                           [% IF item.onsite_checkout %]
442                             <span>Currently in local use
443                           [% ELSE %]
444                             <span class="datedue">Checked out
445                           [% END %]
446                                 [% UNLESS ( item.NOTSAMEBRANCH ) %]
447                                   [% IF item.onsite_checkout %]
448                                     by
449                                   [% ELSE %]
450                                     to
451                                   [% END %]
452                                   [% INCLUDE 'patron-title.inc' patron=item.CheckedOutFor hide_patron_infos_if_needed=1 %]
453                                 [% END %]
454                                 : due [% item.datedue | html %]
455                             </span>
456                         [% ELSIF ( item.transfertwhen ) %]
457                             <span class="intransit">In transit from [% Branches.GetName( item.transfertfrom ) | html %] to [% Branches.GetName( item.transfertto ) | html %] since [% item.transfertwhen | $KohaDates %]</span>
458                         [% END %]
459
460                         [% IF ( item.itemlost ) %]
461                             [% IF itemlostloop %]
462                                 [% FOREACH itemlostloo IN itemlostloop %]
463                                     [% IF itemlostloo.authorised_value == item.itemlost %]
464                                         <span class="lost">[% itemlostloo.lib | html %]</span>
465                                     [% END %]
466                                 [% END %]
467                             [% ELSE %]
468                                 <span class="lost">Unavailable (lost or missing)</span>
469                             [% END %]
470                         [% END %]
471
472                         [% IF ( item.withdrawn ) %]
473                             [% IF itemwithdrawnloop %]
474                                 [% FOREACH itemwithdrawnloo IN itemwithdrawnloop %]
475                                     [% IF itemwithdrawnloo.authorised_value == item.withdrawn %]
476                                         <span class="wdn">[% itemwithdrawnloo.lib | html %]</span>
477                                     [% END %]
478                                 [% END %]
479                             [% ELSE %]
480                                 <span class="wdn">Withdrawn</span>
481                             [% END %]
482                         [% END %]
483
484                         [% IF ( item.damaged ) %]
485                             [% IF itemdamagedloop %]
486                                 [% FOREACH itemdamagedloo IN itemdamagedloop %]
487                                     [% IF itemdamagedloo.authorised_value == item.damaged %]
488                                         <span class="dmg">[% itemdamagedloo.lib | html %]</span>
489                                     [% END %]
490                                 [% END %]
491                             [% ELSE %]
492                                 <span class="dmg">Damaged</span>
493                             [% END %]
494                         [% END %]
495
496                         [% IF ( item.itemnotforloan || item.notforloan_per_itemtype ) %]
497                             <span class="notforloan">Not for loan
498                             [% IF ( item.notforloanvalue ) %]
499                                 <span class="reason">([% item.notforloanvalue | html %])</span>
500                             [% END %]
501                             </span>
502                         [% END %]
503
504                         [% SET hold = item.first_hold %]
505                         [% IF hold %]
506                             [% IF hold.waitingdate %]
507                                 <span class="waitingat">Waiting at [% Branches.GetName( hold.branchcode ) | html %][% IF ( hold.desk_id ) %], [% hold.desk.desk_name | html %][% END %] since [% hold.waitingdate | $KohaDates %].</span>
508                                 [% IF canreservefromotherbranches AND ( hold.waitingdate OR hold.priority == 1 ) %]
509                                     <span class="heldfor">Hold for:</span>
510                                     [% INCLUDE 'patron-title.inc' patron=hold.borrower hide_patron_infos_if_needed=1 %]
511                                 [% END %]
512                             [% ELSE %]
513                                 <span class="holdonitem">There is an item level hold on this item (priority = [% hold.priority | html %]).</span>
514                             [% END %]
515                         [% END %]
516
517                         [% IF item.recalled %]
518                             [% IF item.recall.waiting_date %]
519                                 <span>Waiting at [% Branches.GetName( item.recall.pickup_library_id ) | html %] since [% item.recall.waiting_date | $KohaDates %]</span>
520                             [% ELSE %]
521                                 [% patron_link = BLOCK %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.recall.patron_id | uri %]">[% item.recall.patron.firstname | html %] [% item.recall.patron.surname | html %] ([% item.recall.patron.cardnumber | html %])</a>[% END %]
522                                 <span>Item recalled by [% patron_link| $raw %] on [% item.recall.created_date | $KohaDates %]</span>
523                             [% END %]
524                         [% END %]
525
526                         [% UNLESS ( item.itemnotforloan || item.notforloan_per_itemtype || item.onloan || item.itemlost || item.withdrawn || item.damaged || item.transfertwhen || hold || item.recalled ) %]
527                             <span>Available</span>
528                         [% END %]
529
530                         [% IF ( item.restricted ) %]
531                             <span class="restricted">([% item.restrictedvalue | html %])</span>
532                         [% END %]
533                     </td>
534                     <td class="datelastseen" data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</td>
535                     <td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td>
536                     <td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td>
537                     <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type | uri %]&amp;itemnumber=[% item.itemnumber | uri %]&amp;biblionumber=[% item.biblionumber | uri %]&amp;bi=[% item.biblioitemnumber | uri %]#item[% item.itemnumber | uri %]">[% item.barcode | html %]</a></td>
538                     [% IF ( itemdata_uri ) %]
539                         [% IF item.uri.split(' \| ').size > 1 %]
540                             <td class="uri">
541                                 [% FOREACH uri IN item.uri.split(' \| ') %]<a href="[% uri | url %]">[% uri | html %]</a><br>[% END %]
542                             </td>
543                         [% ELSE %]
544                             <td class="uri">
545                                 [% IF item.uri %]
546                                     <a href="[% item.uri | url %]">[% IF Koha.Preference('URLLinkText') %][% Koha.Preference('URLLinkText') | html %][% ELSE %]Link to resource[% END %]</a>
547                                 [% END %]
548                             </td>
549                         [% END %]
550                     [% END %]
551                     [% IF ( itemdata_copynumber ) %]
552                         <td class="copynumber">[% item.copynumber | html %]</td>
553                     [% END %]
554                     [% IF ( itemdata_stocknumber ) %]
555                         <td class="stocknumber">[% item.stocknumber | html %]</td>
556                     [% END %]
557                     [% IF materials %]
558                         <td class="materials"> [% item.materials | html %] </td>
559                     [% END %]
560                     [% IF ( itemdata_itemnotes ) %]
561                         <td><div class="itemnotes">[% item.itemnotes | $raw %]</div></td>
562                     [% END %]
563                     [% IF itemdata_nonpublicnotes %]
564                         <td class="nonpublicnote">[% item.itemnotes_nonpublic | html %]</td>
565                     [% END %]
566                     [% IF ( hostrecords ) %]
567                         <td>[% IF ( item.hostbiblionumber) %]<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.hostbiblionumber | uri %]" >[% item.hosttitle | html %]</a>[% END %]</td>
568                     [% END %]
569                     [% IF ( analyze ) %]
570                         <td>
571                             [% IF ( item.countanalytics ) %]
572                                 <a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&amp;q=[% item.itemnumber | uri %]">[% item.countanalytics | html %] analytics</a>
573                             [% END %]
574                         </td>
575                     [% END %]
576                     [% IF ( analyze ) %]
577                         <td><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?hostbiblionumber=[% item.biblionumber | uri %]&amp;hostitemnumber=[% item.itemnumber | uri %]">Create analytics</a></td>
578                     [% END %]
579
580                 [% IF ShowCourseReserves %]
581                     <td>
582                         [% IF item.course_reserves %]
583                             [% FOREACH r IN item.course_reserves %]
584                                 [% IF r.course.enabled == 'yes' %]
585                                     <p>
586                                       <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% r.course.course_id | uri %]">
587                                          [% r.course.course_name | html %]
588                                          <!--[% IF r.course.course_number %] [% r.course.course_number | html %] [% END %]-->
589                                          [% IF r.course.section %] [% r.course.section | html %] [% END %]
590                                          [% IF r.course.term %] [% AuthorisedValues.GetByCode( 'TERM', r.course.term ) | html %] [% END %]
591                                       </a>
592                                    </p>
593                                [% END %]
594                            [% END %]
595                        [% END %]
596                     </td>
597                 [% END %]
598
599                 [% IF ( SpineLabelShowPrintOnBibDetails ) %]
600                     <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>
601                 [% END %]
602
603                 [% IF CAN_user_editcatalogue_edit_items %]
604                     <td class="actions">
605                         [% UNLESS item.cannot_be_edited %]
606                             [% IF Koha.Preference('LocalCoverImages') OR Koha.Preference('OPACLocalCoverImages') %]
607                                 <div class="btn-group">
608                                     <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 fa-pencil"></i> Edit</a><a class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></a>
609                                     <ul class="dropdown-menu pull-right">
610                                         <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>
611                                     </ul>
612                                 </div>
613                             [% ELSE %]
614                                 <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 fa-pencil"></i> Edit</a>
615                             [% END %]
616                         [% END %]
617                     </td>
618                 [% END %]
619                 </tr>
620             [% END %]
621         </tbody>
622     </table>
623
624 [% END %][%# end of block items_table %]
625
626 <div role="tabpanel" class="tab-pane" id="holdings">
627
628 [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'above' ) %]
629     <span class="results_summary NovelistSelect" style="display:none;">
630         <span class="label">Novelist Select: </span>
631         <div data-novelist-novelistselect=[% normalized_isbn | html %]></div>
632     </span>
633 [% END %]
634
635 [% IF ( count ) %]
636     [% IF ( showncount ) %]
637         [% PROCESS items_table tab="holdings" items=itemloop %]
638         [% END %]
639                 [% IF ( hiddencount ) %]
640                    <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]&amp;showallitems=1">Show all items ([% hiddencount | html %] hidden)</a>
641                 [% END %]               
642                 [% IF ( debug_display ) %]
643                 <br /><br />
644                 <table>
645                         <tr><td>itemdata_enumchron</td><td>[% itemdata_enumchron | html %]</td></tr>
646                         <tr><td>itemdata_copynumber</td><td>[% itemdata_copynumber | html %]</td></tr>
647                         <tr><td>serial</td><td>[% serial | html %]</td></tr>
648                 </table>
649                 [% END %]
650 [% ELSE %]
651     [% IF ( ALTERNATEHOLDINGS ) %]
652     [% FOREACH ALTERNATEHOLDING IN ALTERNATEHOLDINGS %]
653         <div id="alternateholdings"><span class="holdings_label">Holdings:</span> [% ALTERNATEHOLDING.holding | html %]</div>
654     [% END %]
655     [% ELSE %]
656     <div id="noitems">No physical items for this record</div>
657     [% END %]
658 [% END %]
659
660 [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'below' ) %]
661     <span class="results_summary NovelistSelect" style="display:none;">
662         <span class="label">Novelist Select: </span>
663         <div data-novelist-novelistselect=[% normalized_isbn | html %]></div>
664     </span>
665 [% END %]
666     </div>
667
668 [% IF (SeparateHoldings) %]
669     <div role="tabpanel" class="tab-pane" id="otherholdings">
670         [% IF (otheritemloop.size) %]
671             [% PROCESS items_table tab="otherholdings" items=otheritemloop %]
672         [% ELSE %]
673             <span class="nootheritems">No other items.</span>
674         [% END %]
675     </div>
676 [% END %]
677
678 [% IF ( MARCNOTES ) %]
679
680 <div role="tabpanel" class="tab-pane" id="description">
681 <div class="content_set">
682
683     [% FOREACH MARCNOTE IN MARCNOTES %]
684         <p>
685         [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
686             <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a>
687         [% ELSE %]
688             [% MARCNOTE.marcnote | html | html_line_break %]
689         [% END %]
690         </p>
691 [% END %]
692 </div>
693 </div>
694
695 [% END %]
696
697 [% IF ComponentParts && ComponentParts.size %]
698 <div role="tabpanel" class="tab-pane" id="components">
699     <div class="content_set">
700         <table>
701             [% FOR PART IN ComponentParts %]
702             <tr>
703                 <td>
704                     [% PART | $raw %]
705                 </td>
706             </tr>
707             [% END %]
708         </table>
709         [% IF ComponentParts.size == Koha.Preference('MaxComponentRecords')%]
710         <p>Only [% ComponentParts.size | html %] results are shown: <a href="/cgi-bin/koha/catalogue/search.pl?q=[% ComponentPartsQuery | uri %]"/>show all component parts</a></p>
711         [% END %]
712     </div> <!-- /.content_set -->
713 </div> <!-- /#components -->
714
715 [% END %]
716
717 [% IF ( subscriptionsnumber ) %]
718 <div role="tabpanel" class="tab-pane" id="subscriptions">
719 <div id="catalogue_detail_subscriptions">
720     <h2>This is a serial subscription</h2>
721     <p> (There are [% subscriptionsnumber | html %] subscriptions associated with this title).</p> 
722     [% FOREACH subscription IN subscriptions %]
723             [% IF subscription.branchcode %]
724                 <h3>At library: [% Branches.GetName(subscription.branchcode) || subscription.branchcode | html %]</h3>
725             [% END %]
726             [% IF ( subscription.closed ) %]<p>This subscription is closed.</p>[% END %]
727             [% IF ( subscription.location ) %]<p class="subscription_location">Location: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => subscription.location ) | html %]</p>[% END %]
728             [% IF ( subscription.callnumber ) %]<p>Callnumber: [% subscription.callnumber | html %] </p>[% END %]
729             [% IF ( subscription.subscriptionnotes ) %]<p>[% subscription.subscriptionnotes | html | html_line_break %] </p>[% END %]
730             [% IF ( subscription.missinglist ) %]<p>Missing issues: [% subscription.missinglist | html %] </p>[% END %]
731             [% IF ( subscription.librariannote ) %]<p>([% subscription.librariannote | html %])</p>[% END %]
732             [% IF ( subscription.latestserials ) %]
733             <p> The [% subscription.staffdisplaycount | html %] latest issues related to this subscription:</p>
734             <table>
735                 <tr>
736                     <th>Issue #</th>
737                     <th>Date arrived</th>
738                     <th>Date published</th>
739                     <th>Status</th>
740                     <th>Note</th>
741                 </tr>
742             [% FOREACH latestserial IN subscription.latestserials %]
743                 <tr>
744                     <td>[% latestserial.serialseq | html %]</td>
745                     <td data-order="[% latestserial.planneddate | html %]">[% latestserial.planneddate | $KohaDates %]</td>
746                     <td data-order="[% latestserial.publisheddate | html %]">[% latestserial.publisheddate | $KohaDates %]</td>
747                     <td>
748                       [% IF ( latestserial.status1 ) %]<span>Expected</span>[% END %]
749                       [% IF ( latestserial.status2 ) %]<span>Arrived</span>[% END %]
750                       [% IF ( latestserial.status3 ) %]<span>Late</span>[% END %]
751                       [% IF ( latestserial.status4 ) %]<span>Missing</span>[% END %]
752                       [% IF ( latestserial.status41 ) %]<span>Missing (never received)</span>[% END %]
753                       [% IF ( latestserial.status42 ) %]<span>Missing (sold out)</span>[% END %]
754                       [% IF ( latestserial.status43 ) %]<span>Missing (damaged)</span>[% END %]
755                       [% IF ( latestserial.status44 ) %]<span>Missing (lost)</span>[% END %]
756                       [% IF ( latestserial.status5 ) %]<span>Not issued</span>[% END %]
757                       [% IF ( latestserial.status6 ) %]<span>Delete</span>[% END %]
758                       [% IF ( latestserial.status7 ) %]<span>Claimed</span>[% END %]
759                       [% IF ( latestserial.status8 ) %]<span>Stopped</span>[% END %]
760                     </td>
761                     <td>[% latestserial.notes | html %]</td>
762                 </tr>
763             [% END %]
764             </table>
765             [% END %]
766             <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid | uri %]">Subscription details</a>
767     [% END %]
768 </div>
769 </div>
770 [% END %]
771
772 [% IF Koha.Preference('AcquisitionDetails') %]
773 <div role="tabpanel" class="tab-pane" id="acq_details">
774   [% IF orders.count %]
775     <table id="orders">
776       <thead>
777         <tr>
778           <th>Vendor</th>
779           <th>Invoice</th>
780           <th>Basket group</th>
781           <th>Basket</th>
782           <th>Order number</th>
783           <th>Creation date</th>
784           <th>Receive date</th>
785           <th>Status</th>
786           <th>Quantity</th>
787           <th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th>
788           <th>Internal note</th>
789           <th>Subscription</th>
790           <th>Subscription call number</th>
791         </tr>
792       </thead>
793       <tbody>
794       [% FOR order IN orders %]
795         [% SET basket = order.basket %]
796         [% SET vendor = basket.bookseller %]
797           <tr>
798             <td>
799                 <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% vendor.id | uri %]" title="Vendor detail page">[% vendor.name | html %]</a>
800             </td>
801             <td>
802             [% IF order.invoiceid %]
803                 [% IF CAN_user_acquisition %]
804                     <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid | uri %]"
805                        title="Invoice detail page">
806                        [% order.invoice.invoicenumber | html %]</a>
807                 [% ELSE %]
808                     [% order.invoice.invoicenumber | html %]
809                 [% END %]
810             [% END %]
811             </td>
812             <td>
813             [% IF basket.basketgroupid %]
814                 [% SET basket_group = basket.basket_group %]
815                 [% IF CAN_user_acquisition_group_manage %]
816                     <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>
817                 [% ELSE %]
818                     [% basket_group.name | html %] ([% basket_group.id | html %])
819                 [% END %]
820             [% END %]
821             </td>
822             <td>[% IF CAN_user_acquisition_order_manage %]
823                 <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]">[% basket.basketname | html %] ([% basket.basketno | html %])</a>
824             [% ELSE %]
825                 [% basket.basketname | html %] ([% basket.basketno | html %])
826             [% END %]</td>
827             <td>[% order.ordernumber | html %]</td>
828             <td data-order="[% basket.creationdate | uri %]">[% basket.creationdate | $KohaDates%]</td>
829             <td data-order="[% order.datereceived | uri %]">[% order.datereceived | $KohaDates%]</td>
830             <td>
831               [% SWITCH order.orderstatus %]
832                 [% CASE 'new' %]<span>New</span>
833                 [% CASE 'ordered' %]<span>Ordered</span>
834                 [% CASE 'partial' %]<span>Partial</span>
835                 [% CASE 'complete' %]<span>Complete</span>
836                 [% CASE 'cancelled' %]<span>Cancelled</span>
837               [% END %]
838             </td>
839             <td>[% order.quantity | html %]</td>
840             <td>[% IF ( order.unitprice_tax_included > 0 ) %][% order.unitprice_tax_included | $Price %][% ELSE %][% order.ecost_tax_included | $Price %][% END %]
841             <td>[% order.order_internalnote | html %]</td>
842             <td>
843                 [% IF order.subscriptionid %]
844                     <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% order.subscriptionid | uri %]">[% order.subscriptionid | html %]</a>
845                 [% END %]
846             </td>
847             <td>
848                 [% IF order.subscriptionid %]
849                     [% order.subscription.callnumber | html %]
850                 [% END %]
851             </td>
852           </tr>
853       [% END %]
854       </tbody>
855     </table>
856   [% ELSE %]
857     <span class="noorder">There is no order for this bibliographic record.</span>
858   [% END %]
859 </div>
860 [% END %]
861
862 [% IF suggestions.count %]
863     <div role="tabpanel" class="tab-pane" id="suggestion_details">
864         [% IF nb_archived_suggestions > 0 %]
865             <p>[% tnpx('pluralization', 'There is one archived suggestion.', 'There are {count} archived suggestions.', nb_archived_suggestions, { count = nb_archived_suggestions }) | $raw  %]
866         [% END %]
867         <table id="suggestions" class="sorted">
868             <thead>
869                 <tr>
870                     <th class="NoSort">&nbsp;</th>
871                     <th class="anti-the">Suggestion</th>
872                     <th>Suggested by - on</th>
873                     <th>Managed by - on</th>
874                     <th>Last modification by - on</th>
875                     <th>Library</th>
876                     <th>Fund</th>
877                     <th>Status</th>
878                 </tr>
879             </thead>
880             <tbody>
881             [% FOREACH suggestion IN suggestions %]
882                 <tr>
883                     <td>[% suggestion.suggestionid | html %]</td>
884                     <td>
885                         <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestion.suggestionid | uri %]&amp;op=show" title="suggestion" >
886                             [% suggestion.title | html %][% IF ( suggestion.author ) %], by [% suggestion.author | html %][% END %]</a>
887                         <br />
888                         [% IF ( suggestion.copyrightdate ) %]&copy; [% suggestion.copyrightdate | html %] [% END %]
889                         [% IF ( suggestion.volumedesc ) %]; Volume:<em>[% suggestion.volumedesc | html %]</em> [% END %]
890                         [% 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 %]
891                     </td>
892                     <td>
893                         <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.suggestedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %]</a>
894                         [% IF suggestion.suggesteddate %] - [% suggestion.suggesteddate | $KohaDates %][% END %]
895                     </td>
896                     <td>
897                         <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.managedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.manager %]</a>
898                         [% IF suggestion.manageddate %] - [% suggestion.manageddate | $KohaDates %][% END %]
899                     </td>
900                     <td>
901                         <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.lastmodificationby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.last_modifier %]</a>
902                         [% IF suggestion.lastmodificationdate %] - [% suggestion.lastmodificationdate | $KohaDates %][% END %]
903                     </td>
904                     <td>
905                         [% Branches.GetName( suggestion.branchcode ) | html %]
906                     </td>
907                     <td>
908                         [% suggestion.fund.budget_name | html %]
909                     </td>
910                     <td>
911                         [% IF    suggestion.STATUS == 'ASKED'     %]<span>Pending</span>
912                         [% ELSIF suggestion.STATUS == 'ACCEPTED'  %]<span>Accepted</span>
913                         [% ELSIF suggestion.STATUS == 'ORDERED'   %]<span>Ordered</span>
914                         [% ELSIF suggestion.STATUS == 'REJECTED'  %]<span>Rejected</span>
915                         [% ELSIF suggestion.STATUS == 'CHECKED'   %]<span>Checked</span>
916                         [% ELSIF suggestion.STATUS == 'AVAILABLE' %]<span>Available</span>
917                         [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) %]
918                             [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) | html %]
919                         [% ELSE %]<span>Status unknown</span>
920                         [% END %]
921                         [% IF suggestion.reason %]
922                             <br />([% suggestion.reason | html %])
923                         [% END %]
924                     </td>
925                 </tr>
926                 [% END %]
927             </tbody>
928         </table>
929     </div>
930 [% END %]
931
932 [% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %]
933 <div role="tabpanel" class="tab-pane" id="editions"><h4>Editions</h4>
934 <table>
935 [% 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 %]
936 [% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %]
937 <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 %]
938   [% IF ( XISBN.publishercode ) %]
939 [% 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 %]
940     [% END %]
941                 [% IF ( XISBN.pages ) %] [% END %][% XISBN.pages | html %] [% IF ( XISBN.illus ) %][% XISBN.illus | html %][% END %]
942                 [% IF ( XISBN.size ) %], [% END %][% XISBN.size | html %]
943 </td>
944
945 [% END %]
946 </table></div>[% END %]
947 [% END %]
948
949 [% IF ( LocalCoverImages ) %]
950     <div role="tabpanel" class="tab-pane" id="images">
951         [% IF localimages.count %]
952             <p>Click on an image to view it in the image viewer</p>
953             <ul class="thumbnails">
954                 [% FOREACH image IN localimages %]
955                     [% IF image %]
956                         <li id="imagenumber-[% image.imagenumber | html %]" class="thumbnail">
957                             <a href="/cgi-bin/koha/catalogue/imageviewer.pl?biblionumber=[% biblionumber | uri %]&amp;imagenumber=[% image.imagenumber | uri %]">
958                                 <img src="/cgi-bin/koha/catalogue/image.pl?thumbnail=1&amp;imagenumber=[% image.imagenumber | uri %]" />
959                             </a>
960                             [% IF CAN_user_tools_upload_local_cover_images %]
961                                 <a href="#" class="remove"><i class="fa fa-trash"></i> Delete image</a>
962                             [% END %]
963                         </li>
964                     [% END %]
965                 [% END %]
966             </ul>
967         [% ELSE # - No image passed JavaScript takes care %]
968             <span class="noimagesuploaded">No images have been uploaded for this bibliographic record yet.</span>
969         [% END %]
970         [% IF ( CAN_user_tools_upload_local_cover_images ) %]
971             <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>
972             </p>
973         [% END %]
974     </div>
975 [% END %]
976
977 [% IF ( HTML5MediaEnabled ) %]
978 <div role="tabpanel" class="tab-pane" id="html5media">
979           [% FOREACH HTML5MediaSet IN HTML5MediaSets %]
980             <p>
981                 [% IF HTML5MediaSet.is_youtube %]
982                     <iframe id="player" width="640" height="360" src="[% HTML5MediaSet.srcblock | url %]"></iframe>
983                 [% ELSE %]
984                   <[% HTML5MediaParent | html %] controls preload=none>
985                     <[% HTML5MediaSet.child | html %] src="[% HTML5MediaSet.srcblock | url %]"[% HTML5MediaSet.typeblock | html %] />
986                     [[% HTML5MediaParent | html %] tag not supported by your browser.]
987                   </[% HTML5MediaParent | html %]>
988                 [% END %]
989             </p>
990           [% END %]
991 </div>
992 [% END %]
993
994
995 [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'tab' ) %]
996     <div role="tabpanel" class="tab-pane" id="NovelistSelect" class="novelistSelect">
997         <div data-novelist-novelistselect=[% normalized_isbn | html %]></div>
998     </div>
999 [% END %]
1000
1001 [% FOREACH plugins_intranet_catalog_biblio_tab IN plugins_intranet_catalog_biblio_tabs %]
1002     <div role="tabpanel" class="tab-pane" id="[% plugins_intranet_catalog_biblio_tab.id | html %]">
1003         [% plugins_intranet_catalog_biblio_tab.content | $raw %]
1004     </div>
1005 [% END %]
1006
1007 </div><!-- /tab-content -->
1008 </div><!-- /bibliodetails -->
1009
1010 <div id="export" style="margin-top: 1em;">
1011 <form method="get" action="/cgi-bin/koha/catalogue/export.pl">
1012 <table>  <tr>
1013       <th>Save record</th>   </tr>
1014     <tr><td> Select download format:    <select name="format">
1015         <option value="mods">MODS (XML)</option>
1016         <option data-toggle="modal" data-target="#exportModal_">Dublin Core</option>
1017         <option value="marcxml">MARCXML</option>
1018         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
1019         <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
1020         <input type="submit" name="save" value="Download record" /></td>
1021   </tr>
1022   <tr><td>
1023     <input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="[% biblionumber | html %]" />
1024   </td></tr>
1025 </table>
1026 </form>
1027 </div>
1028
1029 <div id="marcPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true">
1030     <div class="modal-dialog modal-lg">
1031     <div class="modal-content">
1032     <div class="modal-header">
1033         <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1034         <h3 id="marcPreviewLabel">MARC preview</h3>
1035     </div>
1036     <div class="modal-body">
1037         <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
1038     </div>
1039     <div class="modal-footer">
1040         <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
1041     </div>
1042     </div>
1043     </div>
1044 </div>
1045
1046             </main>
1047         </div> <!-- /.col-sm-10.col-sm-push-2 -->
1048
1049         <div class="col-sm-2 col-sm-pull-10">
1050             <aside>
1051                 [% INCLUDE 'biblio-view-menu.inc' %]
1052             </aside>
1053         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1054      </div> <!-- /.row -->
1055
1056 [% END %]
1057
1058 [% MACRO jsinclude BLOCK %]
1059     [% INCLUDE 'catalog-strings.inc' %]
1060     [% Asset.js("js/catalog.js") | $raw %]
1061     [% Asset.js("js/recalls.js") | $raw %]
1062     [% Asset.js("js/coce.js") | $raw %]
1063     [% Asset.js("lib/Chocolat/js/chocolat.js") | $raw %]
1064     <script>
1065         var interface = "[% interface | html %]";
1066         var theme = "[% theme | html %]";
1067         // http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html
1068         function verify_cover_images() {
1069             // Loop over each container in the template which contains covers
1070             $(".cover-slider").each(function(){
1071                 var lightbox_descriptions = [];
1072                 $(this).find(".cover-image").each( function( index ){
1073                     var div = $(this);
1074                     // Find the image in the container
1075                     var img = div.find("img")[0];
1076                     if( $(img).length > 0 ){
1077                         var description = "";
1078                         if( (img.complete != null) && (!img.complete) || img.naturalHeight == 0 ){
1079                             // No image loaded in the container. Remove the slide
1080                             div.remove();
1081                         } else {
1082                             // All slides start hidden. If this is the first one, show it.
1083                             if( index == 0 ){
1084                                 div.show();
1085                             }
1086                             // Check if Amazon image is present
1087                             if ( div.attr("id") == "amazon-bookcoverimg"  ) {
1088                                 w = img.width;
1089                                 h = img.height;
1090                                 if ((w == 1) || (h == 1)) {
1091                                     // Amazon returned single-pixel placeholder
1092                                     // Remove the container
1093                                     div.remove();
1094                                 } else {
1095                                     lightbox_descriptions.push(_("Amazon cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1096                                 }
1097                             } else if( div.attr("id") == "custom-coverimg" ){
1098                                 if ( (img.complete != null) && (!img.complete) || img.naturalHeight == 0 ) {
1099                                     // No image was loaded via the CustomCoverImages system preference
1100                                     // Remove the container
1101                                     div.remove();
1102                                 } else {
1103                                     lightbox_descriptions.push("Custom cover image");
1104                                 }
1105                             } else if ( div.attr("id") == "syndetics-bookcoverimg" ){
1106                                     lightbox_descriptions.push(_("Syndetics cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1107                             }
1108                             else if( div.attr("id") == "coce-coverimg" ){
1109                                 // Identify which service's image is being loaded by Coce
1110                                 var coce_description;
1111                                 if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1112                                     coce_description = ("Coce image from Amazon.com");
1113                                 } else if( $(img).attr("src").indexOf('google.com') >= 0 ){
1114                                     coce_description = _("Coce image from Google Books");
1115                                 } else if( $(img).attr("src").indexOf('openlibrary.org') >= 0 ){
1116                                     coce_description = _("Coce image from Open Library");
1117                                 }
1118                                 div.find(".hint").html(coce_description);
1119                                 lightbox_descriptions.push(coce_description);
1120                             } else if ( div.attr("class") == "cover-image local-coverimg" ) {
1121                                 lightbox_descriptions.push(_("Local cover image (<a href='%s'>edit</a>)").format($(img).data('link')));
1122                             } else {
1123                                 lightbox_descriptions.push(_("Cover image source unknown"));
1124                             }
1125                         }
1126                     }
1127                 });
1128
1129                 // Lightbox for cover images
1130                 Chocolat(this.querySelectorAll('.cover-image a'), {
1131                     description: function(){
1132                         return lightbox_descriptions[this.settings.currentImageIndex];
1133                     }
1134                 });
1135
1136             });
1137
1138             $(".cover-slider").each(function(){
1139                 var coverSlide = this;
1140                 var coverImages = $(this).find(".cover-image");
1141                 if( coverImages.length > 1 ){
1142                     coverImages.each(function( index ){
1143                         // If more that one image is present, add a navigation link
1144                         // for activating the slide
1145                         var covernav = $("<a href=\"#\" data-num=\"" + index + "\" class=\"cover-nav\"></a>");
1146                         if( index == 0 ){
1147                             // Set the first navigation link as active
1148                             $(covernav).addClass("nav-active");
1149                         }
1150                         $(covernav).html("<i class=\"fa fa-circle\"></i>");
1151                         $(coverSlide).append( covernav );
1152                     });
1153                 }
1154
1155                 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
1156                     && $(coverSlide).find(".cover-image:visible").length < 1 ){
1157                     $(coverSlide).remove();
1158                 } else {
1159                     $(coverSlide).addClass("cover-slides");
1160                 }
1161             });
1162
1163             $("#editions img").each(function(i){
1164                 if ( this.src.indexOf('amazon.com') >= 0 ) {
1165                     w = this.width;
1166                     h = this.height;
1167                     if ((w == 1) || (h == 1)) {
1168                         this.src = 'https://images-na.ssl-images-amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
1169                     } else if ( (this.complete != null) && (!this.complete) || this.naturalHeight == 0 ) {
1170                         this.src = 'https://images-na.ssl-images-amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
1171                     }
1172                 }
1173             });
1174         }
1175
1176         function removeLocalImage(imagenumber) {
1177             var thumbnail = $("#imagenumber-" + imagenumber );
1178             var copy = thumbnail.html();
1179             thumbnail.find("img").css("opacity", ".2");
1180             thumbnail.find("a.remove").html("<img style='display:inline-block' src='" + interface + "/" + theme + "/img/spinner-small.gif' alt='' />");
1181             $.ajax({
1182                 url: "/cgi-bin/koha/svc/cover_images?action=delete&imagenumber=" + imagenumber,
1183                 success: function(data) {
1184                     $(data).each( function(i) {
1185                         if ( this.deleted == 1 ) {
1186                             thumbnail.remove();
1187                         } else {
1188                             thumbnail.html( copy );
1189                             alert(_("An error occurred on deleting this image"));
1190                         }
1191                         if ( $('ul.thumbnails > li').length == 0 ) {
1192                             showNoImageMessage();
1193                         }
1194                     });
1195                 },
1196                 error: function(data) {
1197                     thumbnail.html( copy );
1198                     alert(_("An error occurred on deleting this image"));
1199                 }
1200             });
1201         }
1202
1203         function showNoImageMessage() {
1204             var no_images_msg = _("No images have been uploaded for this bibliographic record yet.");
1205             no_images_msg = '<p>' + no_images_msg + '</p>';
1206             [% IF ( CAN_user_tools_upload_local_cover_images ) %]
1207                 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>");
1208                 no_images_msg += "<p id='upload_image'>" + please_upload + '</p>';
1209             [% END %]
1210             $('#images').html(no_images_msg);
1211         }
1212
1213         [% IF StaffDetailItemSelection %]
1214             function itemSelectionBuildDeleteLink(div) {
1215                 var itemnumbers = new Array();
1216                 $("input[name='itemnumber'][type='checkbox']:checked", div).each(function() {
1217                     itemnumbers.push($(this).val());
1218                 });
1219                 if (itemnumbers.length > 0) {
1220                     var url = '/cgi-bin/koha/tools/batchMod.pl?op=show&del=1';
1221                     url += '&itemnumber=' + itemnumbers.join('&itemnumber=');
1222                     url += '&biblionumber=[% biblionumber | uri %]';
1223                     url += '&src=CATALOGUING';
1224                     $('a.itemselection_action_delete').attr('href', url);
1225                 } else {
1226                     return false;
1227                 }
1228                 return true
1229             }
1230
1231             function itemSelectionBuildModifyLink(div) {
1232                 var itemnumbers = new Array();
1233                 $("input[name='itemnumber'][type='checkbox']:checked", div).each(function() {
1234                     itemnumbers.push($(this).val());
1235                 });
1236                 if (itemnumbers.length > 0) {
1237                     var url = '/cgi-bin/koha/tools/batchMod.pl?op=show';
1238                     url += '&itemnumber=' + itemnumbers.join('&itemnumber=');
1239                     url += '&biblionumber=[% biblionumber | uri %]';
1240                     url += '&src=CATALOGUING';
1241                     $('a.itemselection_action_modify').attr('href', url);
1242                 } else {
1243                     return false;
1244                 }
1245                 return true;
1246             }
1247
1248             function itemSelectionBuildActionLinks(tab) {
1249                 var div = $("#" + tab);
1250                 var delete_link_ok = itemSelectionBuildDeleteLink(div);
1251                 var modify_link_ok = itemSelectionBuildModifyLink(div);
1252                 if (modify_link_ok || delete_link_ok) {
1253                     $('.itemselection_actions', div).show();
1254                 } else {
1255                     $('.itemselection_actions', div).hide();
1256                 }
1257             }
1258
1259             $(document).ready(function() {
1260                 $('table.items_table').each(function() {
1261                     var div = $(this).parent().attr("id");
1262                     itemSelectionBuildActionLinks(div);
1263                 });
1264
1265                 $("input[name='itemnumber'][type='checkbox']").change(function() {
1266                     var div = $(this).parents('table').parent().parent().attr("id");
1267                     itemSelectionBuildActionLinks(div);
1268                 });
1269
1270                 $(".SelectAll").on("click",function(e){
1271                     e.preventDefault();
1272                     var tab = $(this).data("tab");
1273                     $("input[name='itemnumber'][type='checkbox']", $("#"+tab)).prop('checked', true);
1274                     itemSelectionBuildActionLinks(tab);
1275                 });
1276
1277                 $(".ClearAll").on("click",function(e){
1278                     e.preventDefault();
1279                     var tab = $(this).data("tab");
1280                     $("input[name='itemnumber'][type='checkbox']", $("#"+tab)).prop('checked', false);
1281                     itemSelectionBuildActionLinks(tab);
1282                 });
1283             });
1284         [% END %]
1285
1286         $(document).ready(function() {
1287             // Pick details tab to display by default
1288             [% IF count == 0 %]
1289                 [% IF ( Koha.Preference('HTML5MediaEnabled') == 'staff' or Koha.Preference('HTML5MediaEnabled') == 'both' ) && HTML5MediaSets.size %]
1290                     $(".nav-tabs a[href='#html5media']").tab("show");
1291                 [% ELSIF ComponentParts && ComponentParts.size %]
1292                     $(".nav-tabs a[href='#components']").tab("show");
1293                 [% ELSE %]
1294                     $(".nav-tabs a[href='#holdings']").tab("show");
1295                 [% END %]
1296             [% ELSE %]
1297                 $(".nav-tabs a[href='#holdings']").tab("show");
1298             [% END %]
1299             $('#search-form').focus();
1300             $('.thumbnails > li > .remove').click(function() {
1301                 var result = confirm(_("Are you sure you want to delete this cover image?"));
1302
1303                 if ( result == true ) {
1304                     var imagenumber = $(this).parent().attr('id').split('-')[1];
1305                     removeLocalImage(imagenumber);
1306                 }
1307
1308                 return false;
1309             });
1310             [% IF ( IntranetCoce && CoceProviders ) %]
1311                 KOHA.coce.getURL('[% CoceHost | html %]', '[% CoceProviders | html %]');
1312             [% END %]
1313
1314             $("body").on("click",".previewMARC", function(e){
1315                 e.preventDefault();
1316                 var page = $(this).attr("href");
1317                 $("#marcPreview .modal-body").load(page + " table");
1318                 $('#marcPreview').modal({show:true});
1319             });
1320             $("#marcPreview").on("hidden.bs.modal", function(){
1321                 $("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface | html %]/[% theme | html %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>");
1322             });
1323             [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %]
1324                 novSelect.loadContentForQuery({
1325                     ClientIdentifier : '[% IF normalized_isbn %][% normalized_isbn | html %][% ELSE %][% normalized_upc | html %][% END %]',
1326                     ISBN : '[% IF normalized_isbn %][% normalized_isbn | html %][% ELSE %][% normalized_upc | html %][% END %]',
1327                     version : '2.1'
1328                 },
1329                 '[% Koha.Preference('NovelistSelectStaffProfile') | html %]',
1330                 '[% Koha.Preference('NovelistSelectPassword') | html %]',
1331                 function(d){
1332                     if ( d.length > 0 ){ //If no content
1333                         $(".NovelistSelect").show();
1334                     }
1335                  });
1336              [% END %]
1337              $(".print-label").on("click", function(e){
1338                 e.preventDefault();
1339                 link = $(this).attr("href");
1340                 openWindow(link,"Print spine label",400,400);
1341              });
1342              $(".cover-slider").on("click",".cover-nav", function(e){
1343                  e.preventDefault();
1344                 var cover_slider = $(this).parent();
1345                 // Adding click handler for cover image navigation links
1346                 var num = $(this).data("num");
1347                 $(cover_slider).find(".cover-nav").removeClass("nav-active");
1348                 $(this).addClass("nav-active");
1349                 $(cover_slider).find(".cover-image").hide();
1350                 $(cover_slider).find(".cover-image").eq( num ).show();
1351              });
1352         });
1353
1354         $(window).load(function() {
1355             verify_cover_images();
1356         });
1357     </script>
1358     [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %]
1359         <script src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script>
1360     [% END %]
1361     [% INCLUDE 'datatables.inc' %]
1362     [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %]
1363     [% INCLUDE 'columns_settings.inc' %]
1364     [% Asset.js("js/browser.js") | $raw %]
1365     [% Asset.js("js/table_filters.js") | $raw %]
1366     <script>
1367         var browser;
1368         browser = KOHA.browser('[% searchid | html %]', parseInt(biblionumber, 10));
1369         browser.show();
1370
1371         $(document).ready(function() {
1372             var table_names = [ 'holdings_table', 'otherholdings_table' ];
1373             var table_settings = [ [% TablesSettings.GetTableSettings('catalogue', 'detail','holdings_table','json') | $raw %], [% TablesSettings.GetTableSettings('catalogue', 'detail','otherholdings_table','json')  | $raw %] ];
1374             var has_images = [ "[% itemloop_has_images | html %]", "[% otheritemloop_has_images | html %]" ];
1375             table_names.forEach( function( table_name, index ) {
1376                 if ( !has_images[index] ) {
1377                     table_settings[index].columns.splice(1,1);
1378                 }
1379                 var dt_parameters = {
1380                     'sDom': 't',
1381                     'bPaginate': false,
1382                     'bAutoWidth': false,
1383                     "bKohaColumnsUseNames": true,
1384                     "sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
1385                 };
1386                 var table = KohaTable( table_name, dt_parameters, table_settings[index], 'with_filters' );
1387             });
1388
1389             [% IF Koha.Preference('AcquisitionDetails') %]
1390                 var table_settings = [% TablesSettings.GetTableSettings('catalogue', 'detail', 'acquisitiondetails-table', 'json') | $raw %];
1391                 var acquisitiondetails_table = KohaTable("orders", {
1392                     "sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
1393                     'bPaginate': false,
1394                     'bAutoWidth': false,
1395                     "aaSorting": [[ 4, "desc" ]],
1396                 }, table_settings);
1397             [% END %]
1398
1399             [% IF suggestions.count %]
1400                 $(".sorted").dataTable($.extend(true, {}, dataTablesDefaults, {
1401                     "aoColumnDefs": [
1402                         { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
1403                         { "sType": "anti-the", "aTargets" : [ "anti-the" ] }
1404                     ],
1405                     "sPaginationType": "full"
1406                 }));
1407             [% END %]
1408         });
1409
1410         [% IF (found1) %]
1411             $(document).ready(function() {
1412                 var search_index = localStorage.getItem("cat_search_pulldown_selection");
1413                 var search_value = localStorage.getItem("searchbox_value");
1414                 if ( search_index ){ $('#cat-search-block select.advsearch').val(search_index)};
1415                 if ( search_value ){ $('#cat-search-block #search-form').val(search_value)};
1416             });
1417         [% END %]
1418     </script>
1419 [% END %]
1420 [% INCLUDE 'intranet-bottom.inc' %]