Bug 27631: (follow-up) Some minor corrections
[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.waitingdate %]
519                                 Waiting at [% Branches.GetName( item.recall.branchcode ) | html %] since [% item.recall.waitingdate | $KohaDates %]
520                             [% ELSE %]
521                                 Item recalled by <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% item.recall.borrowernumber | uri %]">[% item.recall.patron.firstname | html %] [% item.recall.patron.surname | html %] ([% item.recall.patron.cardnumber | html %])</a> on [% item.recall.recalldate | $KohaDates %]
522                             [% END %]
523                         [% END %]
524
525                         [% UNLESS ( item.itemnotforloan || item.notforloan_per_itemtype || item.onloan || item.itemlost || item.withdrawn || item.damaged || item.transfertwhen || hold || item.recalled ) %]
526                             Available
527                         [% END %]
528
529                         [% IF ( item.restricted ) %]
530                             <span class="restricted">([% item.restrictedvalue | html %])</span>
531                         [% END %]
532                     </td>
533                     <td class="datelastseen" data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates %]</td>
534                     <td class="dateaccessioned" data-order="[% item.dateaccessioned | html %]">[% item.dateaccessioned | $KohaDates %]</td>
535                     <td class="datelastborrowed" data-order="[% item.datelastborrowed | html %]">[% item.datelastborrowed | $KohaDates %]</td>
536                     <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>
537                     [% IF ( itemdata_uri ) %]
538                         [% IF item.uri.split(' \| ').size > 1 %]
539                             <td class="uri">
540                                 [% FOREACH uri IN item.uri.split(' \| ') %]<a href="[% uri | url %]">[% uri | html %]</a><br>[% END %]
541                             </td>
542                         [% ELSE %]
543                             <td class="uri">
544                                 [% IF item.uri %]
545                                     <a href="[% item.uri | url %]">[% IF Koha.Preference('URLLinkText') %][% Koha.Preference('URLLinkText') | html %][% ELSE %]Link to resource[% END %]</a>
546                                 [% END %]
547                             </td>
548                         [% END %]
549                     [% END %]
550                     [% IF ( itemdata_copynumber ) %]
551                         <td class="copynumber">[% item.copynumber | html %]</td>
552                     [% END %]
553                     [% IF ( itemdata_stocknumber ) %]
554                         <td class="stocknumber">[% item.stocknumber | html %]</td>
555                     [% END %]
556                     [% IF materials %]
557                         <td class="materials"> [% item.materials | html %] </td>
558                     [% END %]
559                     [% IF ( itemdata_itemnotes ) %]
560                         <td><div class="itemnotes">[% item.itemnotes | $raw %]</div></td>
561                     [% END %]
562                     [% IF itemdata_nonpublicnotes %]
563                         <td class="nonpublicnote">[% item.itemnotes_nonpublic | html %]</td>
564                     [% END %]
565                     [% IF ( hostrecords ) %]
566                         <td>[% IF ( item.hostbiblionumber) %]<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% item.hostbiblionumber | uri %]" >[% item.hosttitle | html %]</a>[% END %]</td>
567                     [% END %]
568                     [% IF ( analyze ) %]
569                         <td>
570                             [% IF ( item.countanalytics ) %]
571                                 <a href="/cgi-bin/koha/catalogue/search.pl?idx=hi&amp;q=[% item.itemnumber | uri %]">[% item.countanalytics | html %] analytics</a>
572                             [% END %]
573                         </td>
574                     [% END %]
575                     [% IF ( analyze ) %]
576                         <td><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?hostbiblionumber=[% item.biblionumber | uri %]&amp;hostitemnumber=[% item.itemnumber | uri %]">Create analytics</a></td>
577                     [% END %]
578
579                 [% IF ShowCourseReserves %]
580                     <td>
581                         [% IF item.course_reserves %]
582                             [% FOREACH r IN item.course_reserves %]
583                                 [% IF r.course.enabled == 'yes' %]
584                                     <p>
585                                       <a href="/cgi-bin/koha/course_reserves/course-details.pl?course_id=[% r.course.course_id | uri %]">
586                                          [% r.course.course_name | html %]
587                                          <!--[% IF r.course.course_number %] [% r.course.course_number | html %] [% END %]-->
588                                          [% IF r.course.section %] [% r.course.section | html %] [% END %]
589                                          [% IF r.course.term %] [% AuthorisedValues.GetByCode( 'TERM', r.course.term ) | html %] [% END %]
590                                       </a>
591                                    </p>
592                                [% END %]
593                            [% END %]
594                        [% END %]
595                     </td>
596                 [% END %]
597
598                 [% IF ( SpineLabelShowPrintOnBibDetails ) %]
599                     <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>
600                 [% END %]
601
602                 [% IF CAN_user_editcatalogue_edit_items %]
603                     <td class="actions">
604                         [% UNLESS item.cannot_be_edited %]
605                             [% IF Koha.Preference('LocalCoverImages') OR Koha.Preference('OPACLocalCoverImages') %]
606                                 <div class="btn-group">
607                                     <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>
608                                     <ul class="dropdown-menu pull-right">
609                                         <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>
610                                     </ul>
611                                 </div>
612                             [% ELSE %]
613                                 <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>
614                             [% END %]
615                         [% END %]
616                     </td>
617                 [% END %]
618                 </tr>
619             [% END %]
620         </tbody>
621     </table>
622
623 [% END %][%# end of block items_table %]
624
625 <div role="tabpanel" class="tab-pane" id="holdings">
626
627 [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'above' ) %]
628     <span class="results_summary NovelistSelect" style="display:none;">
629         <span class="label">Novelist Select: </span>
630         <div data-novelist-novelistselect=[% normalized_isbn | html %]></div>
631     </span>
632 [% END %]
633
634 [% IF ( count ) %]
635     [% IF ( showncount ) %]
636         [% PROCESS items_table tab="holdings" items=itemloop %]
637         [% END %]
638                 [% IF ( hiddencount ) %]
639                    <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblionumber | uri %]&amp;showallitems=1">Show all items ([% hiddencount | html %] hidden)</a>
640                 [% END %]               
641                 [% IF ( debug_display ) %]
642                 <br /><br />
643                 <table>
644                         <tr><td>itemdata_enumchron</td><td>[% itemdata_enumchron | html %]</td></tr>
645                         <tr><td>itemdata_copynumber</td><td>[% itemdata_copynumber | html %]</td></tr>
646                         <tr><td>serial</td><td>[% serial | html %]</td></tr>
647                 </table>
648                 [% END %]
649 [% ELSE %]
650     [% IF ( ALTERNATEHOLDINGS ) %]
651     [% FOREACH ALTERNATEHOLDING IN ALTERNATEHOLDINGS %]
652         <div id="alternateholdings"><span class="holdings_label">Holdings:</span> [% ALTERNATEHOLDING.holding | html %]</div>
653     [% END %]
654     [% ELSE %]
655     <div id="noitems">No physical items for this record</div>
656     [% END %]
657 [% END %]
658
659 [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'below' ) %]
660     <span class="results_summary NovelistSelect" style="display:none;">
661         <span class="label">Novelist Select: </span>
662         <div data-novelist-novelistselect=[% normalized_isbn | html %]></div>
663     </span>
664 [% END %]
665     </div>
666
667 [% IF (SeparateHoldings) %]
668     <div role="tabpanel" class="tab-pane" id="otherholdings">
669         [% IF (otheritemloop.size) %]
670             [% PROCESS items_table tab="otherholdings" items=otheritemloop %]
671         [% ELSE %]
672             <span class="nootheritems">No other items.</span>
673         [% END %]
674     </div>
675 [% END %]
676
677 [% IF ( MARCNOTES ) %]
678
679 <div role="tabpanel" class="tab-pane" id="description">
680 <div class="content_set">
681
682     [% FOREACH MARCNOTE IN MARCNOTES %]
683         <p>
684         [% IF MARCNOTE.marcnote.match('^https?://\S+$') %]
685             <a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a>
686         [% ELSE %]
687             [% MARCNOTE.marcnote | html | html_line_break %]
688         [% END %]
689         </p>
690 [% END %]
691 </div>
692 </div>
693
694 [% END %]
695
696 [% IF ComponentParts && ComponentParts.size %]
697 <div role="tabpanel" class="tab-pane" id="components">
698     <div class="content_set">
699         <table>
700             [% FOR PART IN ComponentParts %]
701             <tr>
702                 <td>
703                     [% PART | $raw %]
704                 </td>
705             </tr>
706             [% END %]
707         </table>
708         [% IF ComponentParts.size == Koha.Preference('MaxComponentRecords')%]
709         <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>
710         [% END %]
711 </div>
712
713 [% END %]
714
715 [% IF ( subscriptionsnumber ) %]
716 <div role="tabpanel" class="tab-pane" id="subscriptions">
717 <div id="catalogue_detail_subscriptions">
718     <h2>This is a serial subscription</h2>
719     <p> (There are [% subscriptionsnumber | html %] subscriptions associated with this title).</p> 
720     [% FOREACH subscription IN subscriptions %]
721             [% IF subscription.branchcode %]
722                 <h3>At library: [% Branches.GetName(subscription.branchcode) || subscription.branchcode | html %]</h3>
723             [% END %]
724             [% IF ( subscription.closed ) %]<p>This subscription is closed.</p>[% END %]
725             [% IF ( subscription.location ) %]<p class="subscription_location">Location: [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => subscription.location ) | html %]</p>[% END %]
726             [% IF ( subscription.callnumber ) %]<p>Callnumber: [% subscription.callnumber | html %] </p>[% END %]
727             [% IF ( subscription.subscriptionnotes ) %]<p>[% subscription.subscriptionnotes | html | html_line_break %] </p>[% END %]
728             [% IF ( subscription.missinglist ) %]<p>Missing issues: [% subscription.missinglist | html %] </p>[% END %]
729             [% IF ( subscription.librariannote ) %]<p>([% subscription.librariannote | html %])</p>[% END %]
730             [% IF ( subscription.latestserials ) %]
731             <p> The [% subscription.staffdisplaycount | html %] latest issues related to this subscription:</p>
732             <table>
733                 <tr>
734                     <th>Issue #</th>
735                     <th>Date arrived</th>
736                     <th>Date published</th>
737                     <th>Status</th>
738                     <th>Note</th>
739                 </tr>
740             [% FOREACH latestserial IN subscription.latestserials %]
741                 <tr>
742                     <td>[% latestserial.serialseq | html %]</td>
743                     <td data-order="[% latestserial.planneddate | html %]">[% latestserial.planneddate | $KohaDates %]</td>
744                     <td data-order="[% latestserial.publisheddate | html %]">[% latestserial.publisheddate | $KohaDates %]</td>
745                     <td>
746                       [% IF ( latestserial.status1 ) %]Expected[% END %]
747                       [% IF ( latestserial.status2 ) %]Arrived[% END %]
748                       [% IF ( latestserial.status3 ) %]Late[% END %]
749                       [% IF ( latestserial.status4 ) %]Missing[% END %]
750                       [% IF ( latestserial.status41 ) %]Missing (never received)[% END %]
751                       [% IF ( latestserial.status42 ) %]Missing (sold out)[% END %]
752                       [% IF ( latestserial.status43 ) %]Missing (damaged)[% END %]
753                       [% IF ( latestserial.status44 ) %]Missing (lost)[% END %]
754                       [% IF ( latestserial.status5 ) %]Not issued[% END %]
755                       [% IF ( latestserial.status6 ) %]Delete[% END %]
756                       [% IF ( latestserial.status7 ) %]Claimed[% END %]
757                       [% IF ( latestserial.status8 ) %]Stopped[% END %]
758                     </td>
759                     <td>[% latestserial.notes | html %]</td>
760                 </tr>
761             [% END %]
762             </table>
763             [% END %]
764             <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% subscription.subscriptionid | uri %]">Subscription details</a>
765     [% END %]
766 </div>
767 </div>
768 [% END %]
769
770 [% IF Koha.Preference('AcquisitionDetails') %]
771 <div role="tabpanel" class="tab-pane" id="acq_details">
772   [% IF orders.count %]
773     <table id="orders">
774       <thead>
775         <tr>
776           <th>Vendor</th>
777           <th>Invoice</th>
778           <th>Basket group</th>
779           <th>Basket</th>
780           <th>Order number</th>
781           <th>Creation date</th>
782           <th>Receive date</th>
783           <th>Status</th>
784           <th>Quantity</th>
785           <th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th>
786           <th>Internal note</th>
787           <th>Subscription</th>
788           <th>Subscription call number</th>
789         </tr>
790       </thead>
791       <tbody>
792       [% FOR order IN orders %]
793         [% SET basket = order.basket %]
794         [% SET vendor = basket.bookseller %]
795           <tr>
796             <td>
797                 <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% vendor.id | uri %]" title="Vendor detail page">[% vendor.name | html %]</a>
798             </td>
799             <td>
800             [% IF order.invoiceid %]
801                 [% IF CAN_user_acquisition %]
802                     <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% order.invoiceid | uri %]"
803                        title="Invoice detail page">
804                        [% order.invoice.invoicenumber | html %]</a>
805                 [% ELSE %]
806                     [% order.invoice.invoicenumber | html %]
807                 [% END %]
808             [% END %]
809             </td>
810             <td>
811             [% IF basket.basketgroupid %]
812                 [% SET basket_group = basket.basket_group %]
813                 [% IF CAN_user_acquisition_group_manage %]
814                     <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>
815                 [% ELSE %]
816                     [% basket_group.name | html %] ([% basket_group.id | html %])
817                 [% END %]
818             [% END %]
819             </td>
820             <td>[% IF CAN_user_acquisition_order_manage %]
821                 <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]">[% basket.basketname | html %] ([% basket.basketno | html %])</a>
822             [% ELSE %]
823                 [% basket.basketname | html %] ([% basket.basketno | html %])
824             [% END %]</td>
825             <td>[% order.ordernumber | html %]</td>
826             <td data-order="[% basket.creationdate | uri %]">[% basket.creationdate | $KohaDates%]</td>
827             <td data-order="[% order.datereceived | uri %]">[% order.datereceived | $KohaDates%]</td>
828             <td>
829               [% SWITCH order.orderstatus %]
830                 [% CASE 'new' %]<span>New</span>
831                 [% CASE 'ordered' %]<span>Ordered</span>
832                 [% CASE 'partial' %]<span>Partial</span>
833                 [% CASE 'complete' %]<span>Complete</span>
834                 [% CASE 'cancelled' %]<span>Cancelled</span>
835               [% END %]
836             </td>
837             <td>[% order.quantity | html %]</td>
838             <td>[% IF ( order.unitprice_tax_included > 0 ) %][% order.unitprice_tax_included | $Price %][% ELSE %][% order.ecost_tax_included | $Price %][% END %]
839             <td>[% order.order_internalnote | html %]</td>
840             <td>
841                 [% IF order.subscriptionid %]
842                     <a href="/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=[% order.subscriptionid | uri %]">[% order.subscriptionid | html %]</a>
843                 [% END %]
844             </td>
845             <td>
846                 [% IF order.subscriptionid %]
847                     [% order.subscription.callnumber | html %]
848                 [% END %]
849             </td>
850           </tr>
851       [% END %]
852       </tbody>
853     </table>
854   [% ELSE %]
855     <span class="noorder">There is no order for this bibliographic record.</span>
856   [% END %]
857 </div>
858 [% END %]
859
860 [% IF suggestions.count %]
861     <div role="tabpanel" class="tab-pane" id="suggestion_details">
862         [% IF nb_archived_suggestions > 0 %]
863             <p>[% tnpx('pluralization', 'There is one archived suggestion.', 'There are {count} archived suggestions.', nb_archived_suggestions, { count = nb_archived_suggestions }) | $raw  %]
864         [% END %]
865         <table id="suggestions" class="sorted">
866             <thead>
867                 <tr>
868                     <th class="NoSort">&nbsp;</th>
869                     <th class="anti-the">Suggestion</th>
870                     <th>Suggested by - on</th>
871                     <th>Managed by - on</th>
872                     <th>Last modification by - on</th>
873                     <th>Library</th>
874                     <th>Fund</th>
875                     <th>Status</th>
876                 </tr>
877             </thead>
878             <tbody>
879             [% FOREACH suggestion IN suggestions %]
880                 <tr>
881                     <td>[% suggestion.suggestionid | html %]</td>
882                     <td>
883                         <a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestion.suggestionid | uri %]&amp;op=show" title="suggestion" >
884                             [% suggestion.title | html %][% IF ( suggestion.author ) %], by [% suggestion.author | html %][% END %]</a>
885                         <br />
886                         [% IF ( suggestion.copyrightdate ) %]&copy; [% suggestion.copyrightdate | html %] [% END %]
887                         [% IF ( suggestion.volumedesc ) %]; Volume:<em>[% suggestion.volumedesc | html %]</em> [% END %]
888                         [% 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 %]
889                     </td>
890                     <td>
891                         <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.suggestedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.suggester %]</a>
892                         [% IF suggestion.suggesteddate %] - [% suggestion.suggesteddate | $KohaDates %][% END %]
893                     </td>
894                     <td>
895                         <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.managedby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.manager %]</a>
896                         [% IF suggestion.manageddate %] - [% suggestion.manageddate | $KohaDates %][% END %]
897                     </td>
898                     <td>
899                         <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% suggestion.lastmodificationby | uri %]">[% INCLUDE 'patron-title.inc' patron => suggestion.last_modifier %]</a>
900                         [% IF suggestion.lastmodificationdate %] - [% suggestion.lastmodificationdate | $KohaDates %][% END %]
901                     </td>
902                     <td>
903                         [% Branches.GetName( suggestion.branchcode ) | html %]
904                     </td>
905                     <td>
906                         [% suggestion.fund.budget_name | html %]
907                     </td>
908                     <td>
909                         [% IF    suggestion.STATUS == 'ASKED'     %]Pending
910                         [% ELSIF suggestion.STATUS == 'ACCEPTED'  %]Accepted
911                         [% ELSIF suggestion.STATUS == 'ORDERED'   %]Ordered
912                         [% ELSIF suggestion.STATUS == 'REJECTED'  %]Rejected
913                         [% ELSIF suggestion.STATUS == 'CHECKED'   %]Checked
914                         [% ELSIF suggestion.STATUS == 'AVAILABLE' %]Available
915                         [% ELSIF AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) %]
916                             [% AuthorisedValues.GetByCode( 'SUGGEST_STATUS', suggestion.STATUS ) | html %]
917                         [% ELSE %]Status unknown
918                         [% END %]
919                         [% IF suggestion.reason %]
920                             <br />([% suggestion.reason | html %])
921                         [% END %]
922                     </td>
923                 </tr>
924                 [% END %]
925             </tbody>
926         </table>
927     </div>
928 [% END %]
929
930 [% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %]
931 <div role="tabpanel" class="tab-pane" id="editions"><h4>Editions</h4>
932 <table>
933 [% 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 %]
934 [% 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 %]
935 <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> by [% XISBN.author | html %] &copy;[% XISBN.copyrightdate | html %]
936   [% IF ( XISBN.publishercode ) %]
937 [% 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 %]
938     [% END %]
939                 [% IF ( XISBN.pages ) %] [% END %][% XISBN.pages | html %] [% IF ( XISBN.illus ) %][% XISBN.illus | html %][% END %]
940                 [% IF ( XISBN.size ) %], [% END %][% XISBN.size | html %]
941 </td>
942
943 [% END %]
944 </table></div>[% END %]
945 [% END %]
946
947 [% IF ( LocalCoverImages ) %]
948     <div role="tabpanel" class="tab-pane" id="images">
949         [% IF localimages.count %]
950             <p>Click on an image to view it in the image viewer</p>
951             <ul class="thumbnails">
952                 [% FOREACH image IN localimages %]
953                     [% IF image %]
954                         <li id="imagenumber-[% image.imagenumber | html %]" class="thumbnail">
955                             <a href="/cgi-bin/koha/catalogue/imageviewer.pl?biblionumber=[% biblionumber | uri %]&amp;imagenumber=[% image.imagenumber | uri %]">
956                                 <img src="/cgi-bin/koha/catalogue/image.pl?thumbnail=1&amp;imagenumber=[% image.imagenumber | uri %]" />
957                             </a>
958                             [% IF CAN_user_tools_upload_local_cover_images %]
959                                 <a href="#" class="remove"><i class="fa fa-trash"></i> Delete image</a>
960                             [% END %]
961                         </li>
962                     [% END %]
963                 [% END %]
964             </ul>
965         [% ELSE # - No image passed JavaScript takes care %]
966             <span class="noimagesuploaded">No images have been uploaded for this bibliographic record yet.</span>
967         [% END %]
968         [% IF ( CAN_user_tools_upload_local_cover_images ) %]
969             <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>
970             </p>
971         [% END %]
972     </div>
973 [% END %]
974
975 [% IF ( HTML5MediaEnabled ) %]
976 <div role="tabpanel" class="tab-pane" id="html5media">
977           [% FOREACH HTML5MediaSet IN HTML5MediaSets %]
978             <p>
979                 [% IF HTML5MediaSet.is_youtube %]
980                     <iframe id="player" width="640" height="360" src="[% HTML5MediaSet.srcblock | url %]"></iframe>
981                 [% ELSE %]
982                   <[% HTML5MediaParent | html %] controls preload=none>
983                     <[% HTML5MediaSet.child | html %] src="[% HTML5MediaSet.srcblock | url %]"[% HTML5MediaSet.typeblock | html %] />
984                     [[% HTML5MediaParent | html %] tag not supported by your browser.]
985                   </[% HTML5MediaParent | html %]>
986                 [% END %]
987             </p>
988           [% END %]
989 </div>
990 [% END %]
991
992
993 [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && Koha.Preference('NovelistSelectStaffView') == 'tab' ) %]
994     <div role="tabpanel" class="tab-pane" id="NovelistSelect" class="novelistSelect">
995         <div data-novelist-novelistselect=[% normalized_isbn | html %]></div>
996     </div>
997 [% END %]
998
999 [% FOREACH plugins_intranet_catalog_biblio_tab IN plugins_intranet_catalog_biblio_tabs %]
1000     <div role="tabpanel" class="tab-pane" id="[% plugins_intranet_catalog_biblio_tab.id | html %]">
1001         [% plugins_intranet_catalog_biblio_tab.content | $raw %]
1002     </div>
1003 [% END %]
1004
1005 </div><!-- /tab-content -->
1006 </div><!-- /bibliodetails -->
1007
1008 <div id="export" style="margin-top: 1em;">
1009 <form method="get" action="/cgi-bin/koha/catalogue/export.pl">
1010 <table>  <tr>
1011       <th>Save record</th>   </tr>
1012     <tr><td> Select download format:    <select name="format">
1013         <option value="mods">MODS (XML)</option>
1014         <option data-toggle="modal" data-target="#exportModal_">Dublin Core</option>
1015         <option value="marcxml">MARCXML</option>
1016         <option value="marc8">MARC (non-Unicode/MARC-8)</option>
1017         <option value="utf8">MARC (Unicode/UTF-8)</option>    </select>
1018         <input type="submit" name="save" value="Download record" /></td>
1019   </tr>
1020   <tr><td>
1021     <input type="hidden" name="op" value="export" /><input type="hidden" name="bib" value="[% biblionumber | html %]" />
1022   </td></tr>
1023 </table>
1024 </form>
1025 </div>
1026
1027 <div id="marcPreview" class="modal" tabindex="-1" role="dialog" aria-labelledby="marcPreviewLabel" aria-hidden="true">
1028     <div class="modal-dialog modal-lg">
1029     <div class="modal-content">
1030     <div class="modal-header">
1031         <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
1032         <h3 id="marcPreviewLabel">MARC preview</h3>
1033     </div>
1034     <div class="modal-body">
1035         <div id="loading"> <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" /> Loading </div>
1036     </div>
1037     <div class="modal-footer">
1038         <button class="btn btn-default" data-dismiss="modal" aria-hidden="true">Close</button>
1039     </div>
1040     </div>
1041     </div>
1042 </div>
1043
1044             </main>
1045         </div> <!-- /.col-sm-10.col-sm-push-2 -->
1046
1047         <div class="col-sm-2 col-sm-pull-10">
1048             <aside>
1049                 [% INCLUDE 'biblio-view-menu.inc' %]
1050             </aside>
1051         </div> <!-- /.col-sm-2.col-sm-pull-10 -->
1052      </div> <!-- /.row -->
1053
1054 [% END %]
1055
1056 [% MACRO jsinclude BLOCK %]
1057     [% INCLUDE 'catalog-strings.inc' %]
1058     [% Asset.js("js/catalog.js") | $raw %]
1059     [% Asset.js("js/recalls.js") | $raw %]
1060     [% Asset.js("js/coce.js") | $raw %]
1061     [% Asset.js("lib/Chocolat/js/chocolat.js") | $raw %]
1062     <script>
1063         var interface = "[% interface | html %]";
1064         var theme = "[% theme | html %]";
1065         // http://www.oreillynet.com/pub/a/javascript/2003/10/21/amazonhacks.html
1066         function verify_cover_images() {
1067             // Loop over each container in the template which contains covers
1068             $(".cover-slider").each(function(){
1069                 var lightbox_descriptions = [];
1070                 $(this).find(".cover-image").each( function( index ){
1071                     var div = $(this);
1072                     // Find the image in the container
1073                     var img = div.find("img")[0];
1074                     if( $(img).length > 0 ){
1075                         var description = "";
1076                         if( (img.complete != null) && (!img.complete) || img.naturalHeight == 0 ){
1077                             // No image loaded in the container. Remove the slide
1078                             div.remove();
1079                         } else {
1080                             // All slides start hidden. If this is the first one, show it.
1081                             if( index == 0 ){
1082                                 div.show();
1083                             }
1084                             // Check if Amazon image is present
1085                             if ( div.attr("id") == "amazon-bookcoverimg"  ) {
1086                                 w = img.width;
1087                                 h = img.height;
1088                                 if ((w == 1) || (h == 1)) {
1089                                     // Amazon returned single-pixel placeholder
1090                                     // Remove the container
1091                                     div.remove();
1092                                 } else {
1093                                     lightbox_descriptions.push(_("Amazon cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1094                                 }
1095                             } else if( div.attr("id") == "custom-coverimg" ){
1096                                 if ( (img.complete != null) && (!img.complete) || img.naturalHeight == 0 ) {
1097                                     // No image was loaded via the CustomCoverImages system preference
1098                                     // Remove the container
1099                                     div.remove();
1100                                 } else {
1101                                     lightbox_descriptions.push("Custom cover image");
1102                                 }
1103                             } else if ( div.attr("id") == "syndetics-bookcoverimg" ){
1104                                     lightbox_descriptions.push(_("Syndetics cover image (<a href='%s'>see the original image</a>)").format($(img).data('link')));
1105                             }
1106                             else if( div.attr("id") == "coce-coverimg" ){
1107                                 // Identify which service's image is being loaded by Coce
1108                                 var coce_description;
1109                                 if( $(img).attr("src").indexOf('amazon.com') >= 0 ){
1110                                     coce_description = ("Coce image from Amazon.com");
1111                                 } else if( $(img).attr("src").indexOf('google.com') >= 0 ){
1112                                     coce_description = _("Coce image from Google Books");
1113                                 } else if( $(img).attr("src").indexOf('openlibrary.org') >= 0 ){
1114                                     coce_description = _("Coce image from Open Library");
1115                                 }
1116                                 div.find(".hint").html(coce_description);
1117                                 lightbox_descriptions.push(coce_description);
1118                             } else if ( div.attr("class") == "cover-image local-coverimg" ) {
1119                                 lightbox_descriptions.push(_("Local cover image (<a href='%s'>edit</a>)").format($(img).data('link')));
1120                             } else {
1121                                 lightbox_descriptions.push(_("Cover image source unknown"));
1122                             }
1123                         }
1124                     }
1125                 });
1126
1127                 // Lightbox for cover images
1128                 Chocolat(this.querySelectorAll('.cover-image a'), {
1129                     description: function(){
1130                         return lightbox_descriptions[this.settings.currentImageIndex];
1131                     }
1132                 });
1133
1134             });
1135
1136             $(".cover-slider").each(function(){
1137                 var coverSlide = this;
1138                 var coverImages = $(this).find(".cover-image");
1139                 if( coverImages.length > 1 ){
1140                     coverImages.each(function( index ){
1141                         // If more that one image is present, add a navigation link
1142                         // for activating the slide
1143                         var covernav = $("<a href=\"#\" data-num=\"" + index + "\" class=\"cover-nav\"></a>");
1144                         if( index == 0 ){
1145                             // Set the first navigation link as active
1146                             $(covernav).addClass("nav-active");
1147                         }
1148                         $(covernav).html("<i class=\"fa fa-circle\"></i>");
1149                         $(coverSlide).append( covernav );
1150                     });
1151                 }
1152
1153                 if( $(coverSlide).find(".cover-image:visible").length < 1 ){
1154                     $(coverSlide).remove();
1155                 } else {
1156                     $(coverSlide).addClass("cover-slides");
1157                 }
1158             });
1159
1160             $("#editions img").each(function(i){
1161                 if ( this.src.indexOf('amazon.com') >= 0 ) {
1162                     w = this.width;
1163                     h = this.height;
1164                     if ((w == 1) || (h == 1)) {
1165                         this.src = 'https://images-na.ssl-images-amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
1166                     } else if ( (this.complete != null) && (!this.complete) || this.naturalHeight == 0 ) {
1167                         this.src = 'https://images-na.ssl-images-amazon.com/images/G/01/x-site/icons/no-img-sm.gif';
1168                     }
1169                 }
1170             });
1171         }
1172
1173         function removeLocalImage(imagenumber) {
1174             var thumbnail = $("#imagenumber-" + imagenumber );
1175             var copy = thumbnail.html();
1176             thumbnail.find("img").css("opacity", ".2");
1177             thumbnail.find("a.remove").html("<img style='display:inline-block' src='" + interface + "/" + theme + "/img/spinner-small.gif' alt='' />");
1178             $.ajax({
1179                 url: "/cgi-bin/koha/svc/cover_images?action=delete&imagenumber=" + imagenumber,
1180                 success: function(data) {
1181                     $(data).each( function(i) {
1182                         if ( this.deleted == 1 ) {
1183                             thumbnail.remove();
1184                         } else {
1185                             thumbnail.html( copy );
1186                             alert(_("An error occurred on deleting this image"));
1187                         }
1188                         if ( $('ul.thumbnails > li').length == 0 ) {
1189                             showNoImageMessage();
1190                         }
1191                     });
1192                 },
1193                 error: function(data) {
1194                     thumbnail.html( copy );
1195                     alert(_("An error occurred on deleting this image"));
1196                 }
1197             });
1198         }
1199
1200         function showNoImageMessage() {
1201             var no_images_msg = _("No images have been uploaded for this bibliographic record yet.");
1202             no_images_msg = '<p>' + no_images_msg + '</p>';
1203             [% IF ( CAN_user_tools_upload_local_cover_images ) %]
1204                 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>");
1205                 no_images_msg += "<p id='upload_image'>" + please_upload + '</p>';
1206             [% END %]
1207             $('#images').html(no_images_msg);
1208         }
1209
1210         [% IF StaffDetailItemSelection %]
1211             function itemSelectionBuildDeleteLink(div) {
1212                 var itemnumbers = new Array();
1213                 $("input[name='itemnumber'][type='checkbox']:checked", div).each(function() {
1214                     itemnumbers.push($(this).val());
1215                 });
1216                 if (itemnumbers.length > 0) {
1217                     var url = '/cgi-bin/koha/tools/batchMod.pl?op=show&del=1';
1218                     url += '&itemnumber=' + itemnumbers.join('&itemnumber=');
1219                     url += '&biblionumber=[% biblionumber | uri %]';
1220                     url += '&src=CATALOGUING';
1221                     $('a.itemselection_action_delete').attr('href', url);
1222                 } else {
1223                     return false;
1224                 }
1225                 return true
1226             }
1227
1228             function itemSelectionBuildModifyLink(div) {
1229                 var itemnumbers = new Array();
1230                 $("input[name='itemnumber'][type='checkbox']:checked", div).each(function() {
1231                     itemnumbers.push($(this).val());
1232                 });
1233                 if (itemnumbers.length > 0) {
1234                     var url = '/cgi-bin/koha/tools/batchMod.pl?op=show';
1235                     url += '&itemnumber=' + itemnumbers.join('&itemnumber=');
1236                     url += '&biblionumber=[% biblionumber | uri %]';
1237                     url += '&src=CATALOGUING';
1238                     $('a.itemselection_action_modify').attr('href', url);
1239                 } else {
1240                     return false;
1241                 }
1242                 return true;
1243             }
1244
1245             function itemSelectionBuildActionLinks(tab) {
1246                 var div = $("#" + tab);
1247                 var delete_link_ok = itemSelectionBuildDeleteLink(div);
1248                 var modify_link_ok = itemSelectionBuildModifyLink(div);
1249                 if (modify_link_ok || delete_link_ok) {
1250                     $('.itemselection_actions', div).show();
1251                 } else {
1252                     $('.itemselection_actions', div).hide();
1253                 }
1254             }
1255
1256             $(document).ready(function() {
1257                 $('table.items_table').each(function() {
1258                     var div = $(this).parent().attr("id");
1259                     itemSelectionBuildActionLinks(div);
1260                 });
1261
1262                 $("input[name='itemnumber'][type='checkbox']").change(function() {
1263                     var div = $(this).parents('table').parent().parent().attr("id");
1264                     itemSelectionBuildActionLinks(div);
1265                 });
1266
1267                 $(".SelectAll").on("click",function(e){
1268                     e.preventDefault();
1269                     var tab = $(this).data("tab");
1270                     $("input[name='itemnumber'][type='checkbox']", $("#"+tab)).prop('checked', true);
1271                     itemSelectionBuildActionLinks(tab);
1272                 });
1273
1274                 $(".ClearAll").on("click",function(e){
1275                     e.preventDefault();
1276                     var tab = $(this).data("tab");
1277                     $("input[name='itemnumber'][type='checkbox']", $("#"+tab)).prop('checked', false);
1278                     itemSelectionBuildActionLinks(tab);
1279                 });
1280             });
1281         [% END %]
1282
1283         $(document).ready(function() {
1284             // Pick details tab to display by default
1285             [% IF count == 0 %]
1286                 [% IF ( Koha.Preference('HTML5MediaEnabled') == 'staff' or Koha.Preference('HTML5MediaEnabled') == 'both' ) && HTML5MediaSets.size %]
1287                     $(".nav-tabs a[href='#html5media']").tab("show");
1288                 [% ELSIF ComponentParts && ComponentParts.size %]
1289                     $(".nav-tabs a[href='#components']").tab("show");
1290                 [% ELSE %]
1291                     $(".nav-tabs a[href='#holdings']").tab("show");
1292                 [% END %]
1293             [% ELSE %]
1294                 $(".nav-tabs a[href='#holdings']").tab("show");
1295             [% END %]
1296             $('#search-form').focus();
1297             $('.thumbnails > li > .remove').click(function() {
1298                 var result = confirm(_("Are you sure you want to delete this cover image?"));
1299
1300                 if ( result == true ) {
1301                     var imagenumber = $(this).parent().attr('id').split('-')[1];
1302                     removeLocalImage(imagenumber);
1303                 }
1304
1305                 return false;
1306             });
1307             [% IF ( IntranetCoce && CoceProviders ) %]
1308                 KOHA.coce.getURL('[% CoceHost | html %]', '[% CoceProviders | html %]');
1309             [% END %]
1310
1311             $("body").on("click",".previewMARC", function(e){
1312                 e.preventDefault();
1313                 var page = $(this).attr("href");
1314                 $("#marcPreview .modal-body").load(page + " table");
1315                 $('#marcPreview').modal({show:true});
1316             });
1317             $("#marcPreview").on("hidden.bs.modal", function(){
1318                 $("#marcPreview .modal-body").html("<div id=\"loading\"><img src=\"[% interface | html %]/[% theme | html %]/img/spinner-small.gif\" alt=\"\" /> "+_("Loading")+"</div>");
1319             });
1320             [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %]
1321                 novSelect.loadContentForQuery({
1322                     ClientIdentifier : '[% IF normalized_isbn %][% normalized_isbn | html %][% ELSE %][% normalized_upc | html %][% END %]',
1323                     ISBN : '[% IF normalized_isbn %][% normalized_isbn | html %][% ELSE %][% normalized_upc | html %][% END %]',
1324                     version : '2.1'
1325                 },
1326                 '[% Koha.Preference('NovelistSelectStaffProfile') | html %]',
1327                 '[% Koha.Preference('NovelistSelectPassword') | html %]',
1328                 function(d){
1329                     if ( d.length > 0 ){ //If no content
1330                         $(".NovelistSelect").show();
1331                     }
1332                  });
1333              [% END %]
1334              $(".print-label").on("click", function(e){
1335                 e.preventDefault();
1336                 link = $(this).attr("href");
1337                 openWindow(link,"Print spine label",400,400);
1338              });
1339              $(".cover-slider").on("click",".cover-nav", function(e){
1340                  e.preventDefault();
1341                 var cover_slider = $(this).parent();
1342                 // Adding click handler for cover image navigation links
1343                 var num = $(this).data("num");
1344                 $(cover_slider).find(".cover-nav").removeClass("nav-active");
1345                 $(this).addClass("nav-active");
1346                 $(cover_slider).find(".cover-image").hide();
1347                 $(cover_slider).find(".cover-image").eq( num ).show();
1348              });
1349         });
1350
1351         $(window).load(function() {
1352             verify_cover_images();
1353         });
1354     </script>
1355     [% IF ( Koha.Preference('NovelistSelectStaffEnabled') && Koha.Preference('NovelistSelectStaffProfile') && ( normalized_isbn || normalized_upc ) ) %]
1356         <script src="https://imageserver.ebscohost.com/novelistselect/ns2init.js"></script>
1357     [% END %]
1358     [% INCLUDE 'datatables.inc' %]
1359     [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %]
1360     [% INCLUDE 'columns_settings.inc' %]
1361     [% Asset.js("js/browser.js") | $raw %]
1362     [% Asset.js("js/table_filters.js") | $raw %]
1363     <script>
1364         var browser;
1365         browser = KOHA.browser('[% searchid | html %]', parseInt(biblionumber, 10));
1366         browser.show();
1367
1368         $(document).ready(function() {
1369             var ids = ['holdings_table', 'otherholdings_table'];
1370             var columns_settings = [ [% TablesSettings.GetColumns('catalogue', 'detail','holdings_table','json') | $raw %], [% TablesSettings.GetColumns('catalogue', 'detail','otherholdings_table','json')  | $raw %] ];
1371             var has_images = ["[% itemloop_has_images | html %]", "[% otheritemloop_has_images | html %]"];
1372             for (var i in ids) {
1373                 var id = ids[i];
1374                 if ( !has_images[i] ) { // remove the cover_image column
1375                     columns_settings.splice(1,1);
1376                 }
1377                 var dt_parameters = {
1378                     'sDom': 't',
1379                     'bPaginate': false,
1380                     'bAutoWidth': false,
1381                     "bKohaColumnsUseNames": true,
1382                     "sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
1383                 };
1384                 var table = KohaTable(id, dt_parameters, columns_settings[i], 'with_filters');
1385             }
1386
1387             [% IF Koha.Preference('AcquisitionDetails') %]
1388                 var columns_settings = [% TablesSettings.GetColumns('catalogue', 'detail', 'acquisitiondetails-table', 'json') %];
1389                 var acquisitiondetails_table = KohaTable("orders", {
1390                     "sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
1391                     'bPaginate': false,
1392                     'bAutoWidth': false,
1393                     "aaSorting": [[ 4, "desc" ]],
1394                 }, columns_settings);
1395             [% END %]
1396
1397             [% IF suggestions.count %]
1398                 $(".sorted").dataTable($.extend(true, {}, dataTablesDefaults, {
1399                     "aoColumnDefs": [
1400                         { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] },
1401                         { "sType": "anti-the", "aTargets" : [ "anti-the" ] }
1402                     ],
1403                     "sPaginationType": "full"
1404                 }));
1405             [% END %]
1406         });
1407
1408         $(document).ready(function() {
1409             var search_index = localStorage.getItem("cat_search_pulldown_selection");
1410             var search_value = localStorage.getItem("searchbox_value");
1411             if ( search_index ){ $('#cat-search-block select.advsearch').val(search_index)};
1412             if ( search_value ){ $('#cat-search-block #search-form').val(search_value)};
1413         });
1414     </script>
1415 [% END %]
1416 [% INCLUDE 'intranet-bottom.inc' %]