]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2
489c3f2cf0da4597270e4d423cb4d14c5c433c1e
[Evergreen.git] / Open-ILS / src / templates-bootstrap / opac / parts / record / copy_table.tt2
1 [%-
2
3 # If being used in serial mode, flatten list of units so that they can be
4 # used like one long list of copies without changing so much code below.
5 IF serial_holdings;
6     copies = [];
7     FOREACH h IN serial_holdings;
8         units = h.units.slice(0); # copy
9         FOREACH unit IN units;
10             unit.holding_label = h.label;
11         END;
12         copies = copies.merge(units);
13     END;
14 END;
15
16 FOREACH copy_info IN copies;
17     IF copy_info.call_number_label != '##URI##';
18         has_copies = 'true';
19     END;
20     IF copy_info.part_label != '';
21         has_parts = 'true';
22     END;
23     IF has_parts && has_copies;
24         LAST;
25     END;
26 END;
27 -%]
28 [%- MACRO display_ou_distance(ou) BLOCK;
29     km = ctx.ou_distances.$ou;
30     IF km && km != '-1';
31         IF ctx.get_org_setting(ctx.physical_loc || ctx.search_ou, 'opac.geographic_proximity_in_miles');
32             distance = l('[_1] mi', POSIX.sprintf('%.01f', km / 1.609));
33         ELSE;
34             distance = l('[_1] km', POSIX.sprintf('%.01f', km));
35         END;
36     ELSE;
37         distance = '-';
38     END;
39 %]
40 [% distance %]
41 [%- END %]
42 [%-
43 IF has_copies or ctx.foreign_copies;
44   depth = CGI.param('copy_depth').defined ? CGI.param('copy_depth') : CGI.param('depth').defined ? CGI.param('depth') : ctx.copy_summary.last.depth;
45   total_copies = ctx.copy_summary.$depth.count;
46 %]
47 [% IF ctx.geo_sort %]
48 <form method="GET">
49 [% FOREACH p IN CGI.params.keys; NEXT IF p == 'geographic-location' %]
50   <input type="hidden" name="[% p | html %]" value="[% CGI.params.$p | html %]"/>
51 [% END %]
52 <span with="50%">
53     [% l("Sort by distance from:") %]
54     <input type="text" id="geographic-location-box" name="geographic-location" aria-label="[% l('Enter address or postal code') %]" placeholder="[% l('Enter address/postal code') %]" class="search-box" x-webkit-speech="" value="[% p = 'geographic-location'; CGI.params.$p %]"></input>
55     <button type="submit" class="btn btn-confirm">[% l('Go') %]</button>
56 </span>
57 [% p = 'geographic-location'; IF CGI.params.$p && !ctx.has_valid_coords %]
58 <span class="opac-alert">[% l('Sorry, your address is not recognized') %]</span>
59 [% END %]
60 </form>
61 [% p = 'geographic-location'; IF CGI.params.$p && ctx.has_valid_coords %]
62 <form method="GET">
63 [% FOREACH p IN CGI.params.keys; NEXT IF p == 'geographic-location' %]
64   <input type="hidden" name="[% p | html %]" value="[% CGI.params.$p | html %]"/>
65 [% END %]
66    <button type="submit" class="opac-button">[% l('Use default item sort') %]</button>
67 </form>
68 [% END %]
69 [% END %]
70 <table class="container-fluid table table-hover mt-4 miniTable copyTable w-100" >
71     <thead>
72         <tr>
73             [% IF serial_holdings -%]
74             <th scope='col'>[% l("Issue Label") %]</th>
75             [%- ELSE -%]
76             <th scope='col'>[% l("Location") %]</th>
77             [%- END %]
78             <th scope='col'>[% l("Call Number / Copy Notes") %]</th>
79             [%- IF has_parts == 'true' %]
80             <th scope='col'>[% l("Part") %]</th>
81             [%- END %]
82             <th scope='col'>[% l("Barcode") %]</th>
83             <th scope='col'>[% l("Shelving Location") %]</th>
84             [%- IF ctx.is_staff || ctx.use_courses %]
85             <th scope='col'>[% l("Circulation Modifier") %]</th>
86             [%- END %]
87             [%- IF ctx.is_staff %]
88             <th scope='col'>[% l("Age Hold Protection") %]</th>
89             <th scope='col'>[% l("Active/Create Date") %]</th>
90             [%- END %]
91             [%- IF ctx.is_staff OR serial_holdings %]
92             <th scope='col'>[% l("Holdable?") %]</th>
93             [%- END %]
94             <th scope='col'>[% l("Status") %]</th>
95             <th scope='col'>[% l("Due Date") %]</th>
96             [%- IF ctx.use_courses %]
97             <th scope='col'>[% l("Courses") %]</th>
98             [%- END %]
99             [%- IF ctx.geo_sort && ctx.has_valid_coords %]
100             <th scope='col'>[% l("Distance") %]</th>
101             [%- END %]
102         </tr>
103     </thead>
104     <tbody>
105 [%- FOREACH peer IN ctx.foreign_copies;
106         FOREACH bib IN peer.foreign_copy_maps; %]
107     <tr><td>
108     [%- bib_lib_name = ctx.get_aou(bib.target_copy.circ_lib).name | html;
109         l("[_1] (foreign item)", bib_lib_name); -%]
110         <ul><li>
111             <span class="bib_peer_type">[% bib.peer_type.name | html %]</span>:
112             <a href="[% mkurl(ctx.opac_root _ '/record/' _ bib.target_copy.call_number.record) %]">
113                 <span class="bib_peer_title">[% peer.title | html %]</span> /
114                 <span class="bib_peer_author">[% peer.author | html %]</span>
115             </a>
116         </li></ul>
117     </td>
118     <td>[% bib.target_copy.call_number.label | html %]</td>
119     <td>[% bib.target_copy.barcode | html %]</td>
120     <td>[% bib.target_copy.location.name | html %]</td>
121     <td>[% bib.target_copy.status.name | html %]</td>
122     <td>[% date.format(ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),DATE_FORMAT) %]</td>
123     [%- IF ctx.geo_sort && ctx.has_valid_coords %]
124     <td>[% display_ou_distance(bib.target_copy.circ_lib) %]</td>
125     [%- END %]
126 </tr>
127    [%- END; # FOREACH peer
128 END; # FOREACH bib
129 -%]
130         [%- last_cn = 0;
131         FOR copy_info IN copies;
132             callnum = copy_info.call_number_label;
133             NEXT IF callnum == '##URI##';
134
135             callnum_prefix = copy_info.call_number_prefix_label;
136             IF callnum_prefix != "";
137                 callnum = callnum_prefix _ " " _ callnum;
138             END;
139
140             callnum_suffix = copy_info.call_number_suffix_label;
141             IF callnum_suffix != "";
142                 callnum = callnum  _ " " _ callnum_suffix;
143             END;
144         -%]
145         <tr property="offers" typeof="Offer">
146             [%- IF serial_holdings %]
147             <td class='rdetail-issue-issue'>
148                 [%- copy_info.holding_label | html; -%]
149             </td>
150             [%- ELSE %]<td>
151             [%- INCLUDE "opac/parts/library_name_link.tt2"; -%]
152                 <link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut">
153                 <meta property="price" content="0.00">
154             </td>[% END %]
155             <td><span property="sku">[% callnum | html %]</span> [% IF ctx.get_org_setting(CGI.param('loc')
156                 OR ctx.aou_tree.id, 'sms.enable') == 1 %](<a href="[% mkurl(ctx.opac_root _ '/sms_cn',
157                {copy_id => copy_info.id}) %];rec=[%- ctx.bre_id -%]" rel="nofollow" vocab="">Text</a>)[% END %]
158
159        [% IF copy_info.notes; %]
160             [% FOREACH note IN copy_info.notes; %]
161                 <div><span class="copy_note_label">[% note.title _ ": " | html %]</span><span class="copy_note_value">[% note.value | html %]</span></div>
162             [% END %]
163         [% END %]
164
165        [% IF copy_info.tags; %]
166             [% FOREACH tag IN copy_info.tags; %]
167                     <div>
168                     <span class="copy_tag_type_label">[% tag.tag_type.label _ ": " | html %]</span>
169                         <span class="copy_tag_value">
170                         [% IF tag.url %]
171                             <a href="[% tag.url | html %]">
172                             [% END %]
173                                 [% tag.value | html %]
174                             [% IF tag.url %]
175                             </a>
176                             [% END %]
177                         </span>
178                     </div>
179             [% END %]
180         [% END %]
181         </td>
182             [%- IF has_parts == 'true' %]
183             <td>[% copy_info.part_label | html %]</td>
184             [%- END %]
185             <td property="serialNumber">
186                 [% copy_info.barcode | html -%]
187                 [% IF ctx.is_staff %]
188                   [%- IF ctx.is_browser_staff %]
189                     <a target="_blank" href="[% ctx.base_path %]/staff/cat/item/[% copy_info.id %]">[% l('view') %]</a>
190                     [% IF ctx.has_perm('UPDATE_COPY', copy_info.circ_lib)
191                         OR ctx.has_perm('UPDATE_COPY', copy_info.call_number_owning_lib) %]
192                         <span> | </span>
193                         <a target="_blank" href="[% ctx.base_path %]/staff/cat/item/[% copy_info.id %]/edit">[% l('edit') %]</a>
194                     [% END %]
195                   [% ELSE %]
196                     <a onclick="xulG.new_tab(xulG.urls.XUL_COPY_STATUS, {}, {'from_item_details_new': true, 'barcodes': ['[%- copy_info.barcode | html | replace('\'', '\\\'') -%]']})"
197                         href="javascript:;">[% l('view') %]</a>
198                     [%# if the user can edit copies, show the copy edit link %]
199                     [% IF ctx.has_perm('UPDATE_COPY', copy_info.circ_lib)
200                         OR ctx.has_perm('UPDATE_COPY', copy_info.call_number_owning_lib) %]
201                         <span> | </span>
202                         <a href="javascript:;"
203                             onclick="xulG.volume_item_creator({copy_id : [% copy_info.id %]})">
204                             [% l(' edit') %]
205                         </a>
206                     [% END %]
207                   [% END %]
208                 [% END %]
209                 [%- IF attrs.gtin13;
210                     '<meta property="gtin13" content="' _ attrs.gtin13 _ '" />';
211                 END; -%]
212             </td>
213             <td property="availableAtOrFrom">[%- INCLUDE "opac/parts/location_name_link.tt2"; -%]</td>
214             [% IF copy_info.courses.size > 0 || ctx.is_staff %]
215             <td>[% copy_info.circ_modifier | html %]</td>
216             [% ELSIF ctx.use_courses %]
217             <td></td>
218             [% END %]
219             [% IF ctx.is_staff %]
220             <td>
221                 [% copy_info.age_protect ?
222                     ctx.get_crahp(copy_info.age_protect).name : l('None') | html %]
223             </td>
224             <td>[%
225                 IF ctx.get_org_setting(copy_info.circ_lib, 'circ.holds.age_protect.active_date') == 1;
226                     disp_date = copy_info.active_date ? copy_info.active_date : copy_info.create_date;
227                 ELSE;
228                     disp_date = copy_info.create_date;
229                 END;
230
231                 IF disp_date;
232                     date.format(
233                         ctx.parse_datetime(disp_date),
234                         DATE_FORMAT
235                     );
236                 ELSE;
237                    '-';
238                 END;
239             %]</td>
240             [% END # is_staff %]
241             [% IF ctx.is_staff OR serial_holdings %]
242             <td>[%  # Show copy/volume hold links to staff (without
243                 # checking whether they have permissions to do those).
244                 overall_holdable = (
245                     copy_info.holdable == 't' AND
246                     copy_info.location_holdable == 't' AND
247                     copy_info.status_holdable == 't'
248                 );
249                 IF overall_holdable;
250                     hold_link = '';
251                     param_sep = l(" / ");
252
253                     # Only staff get to place copy or volume holds
254                     IF ctx.is_staff;
255                         hold_link = '<a href="' _
256                             mkurl(ctx.opac_root _ '/place_hold', {
257                                 hold_target => copy_info.id,
258                                 hold_type => 'C',
259                                 hold_source_page => mkurl()
260                             }) _ '">' _ l('Copy hold') _ '</a>';
261                         IF copy_info.call_number != last_cn;
262                             last_cn = copy_info.call_number;
263                             hold_link = hold_link _ param_sep;
264                             hold_link = hold_link _ '<a href="' _
265                                 mkurl(ctx.opac_root _ '/place_hold', {
266                                     hold_target => copy_info.call_number,
267                                     hold_type => 'V',
268                                     hold_source_page => mkurl()
269                                 }) _ '">' _ l('Volume hold') _ '</a>';
270                         END;
271                         IF serial_holdings;
272                             hold_link = hold_link _ param_sep;
273                         END;
274                     END;
275                     IF serial_holdings;
276                         hold_link = hold_link _
277                             '<a class="rdetail-issue-place-hold" href="' _
278                             mkurl(ctx.opac_root _ '/place_hold', {
279                                 hold_target => copy_info.issuance,
280                                 hold_type => 'I',
281                                 hold_source_page => mkurl()
282                             }) _ '" rel="nofollow" vocab="">' _ l('Issue hold') _ '</a>';
283                     END;
284
285                     hold_link;
286                 ELSE;
287                     l("Not holdable");
288                 END %]</td>
289             [%- END %]
290             <td>[%-
291                 schema_copy_status.${copy_info.status_code};
292                 copy_info.copy_status | html;
293             -%]</td>
294             <td>[%
295                 IF copy_info.due_date;
296                     date.format(
297                         ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),
298                         DATE_FORMAT
299                     );
300                 ELSE;
301                     '-';
302                 END %]</td>
303             [%- IF ctx.use_courses %]
304             <td>[%- FOREACH course IN copy_info.courses %]
305                 <div>[% course.course_number %]</div>
306             [% END %]</td>
307             [% END %]
308             [%- IF ctx.geo_sort && ctx.has_valid_coords %]
309                 <td>[% display_ou_distance(copy_info.circ_lib) %]</td>
310             [%- END %]
311         </tr>
312
313 [%- IF copy_info.peer_bib_marc.size > 0;
314 '<tr><td><ul>';
315     FOREACH bib IN copy_info.peer_bib_marc;
316         attrs = {marc_xml => bib};
317         PROCESS get_marc_attrs args=attrs %]
318 [%- IF attrs.bibid != ctx.bre_id; -%]
319     <li property="isRelatedTo" typeof="Product">
320         [%- # Map the bound-with relationship -%]
321         <a href="[% mkurl(ctx.opac_root _ '/record/' _ attrs.bibid) %]" property="url">
322             <span class="bib_peer_title" property="name">[% attrs.title | html %]</span>
323             / <span class="bib_peer_author">[% attrs.author | html %]</span>
324         </a>
325     </li>
326 [%- END; # IF attrs.bibid %]
327 [%- END; # FOREACH bib in copy_info.peer_bib_marc
328 '</ul></td></tr>';
329     END # IF copy_info.peer_bib_marc.size
330 %]
331
332 [%- END; # FOR copy_info
333 %]
334         [% IF ctx.copy_limit < total_copies AND NOT serial_holdings %]
335             <tr class="offset">
336             [%- IF ctx.copy_offset > 0;
337                 new_offset = ctx.copy_offset - ctx.copy_limit;
338                 IF new_offset < 0; new_offset = 0; END %]
339                 <td>
340                 <a href="[% mkurl('', {copy_offset => new_offset, copy_limit => ctx.copy_limit}) %]">&laquo; [%
341                     l('Previous [_1]', ctx.copy_offset - new_offset) %]</a>
342                 </td>
343             [%- END %]
344             [%- IF copies.size >= ctx.copy_limit AND (ctx.copy_offset + ctx.copy_limit < total_copies) %]
345                 <td>
346                     <a href="[% mkurl('', {copy_offset => ctx.copy_offset + ctx.copy_limit, copy_limit => ctx.copy_limit}) %]">[%
347                     l('Next [_1]', ctx.copy_limit) %] &raquo;</a>
348                 </td>
349             [%- END %]
350             </tr>
351         [% END %]
352
353         [% IF NOT serial_holdings -%]
354             [%- more_copies_limit = 50 %] [%# TODO: config %]
355             [%- IF  ctx.copy_limit != more_copies_limit AND copies.size >= ctx.copy_limit AND ctx.copy_limit < total_copies %]
356                 <tr class="not_serial">
357                     <td>
358                         <div class="rdetail_show_copies">
359                             <a href="[% mkurl('', {copy_limit => more_copies_limit, copy_offset => 0}) %]"><i class="fas fa-plus-square"></i> [% l('Show more copies') %]</a>
360                         </div>
361                     </td>
362                 </tr>
363             [%- ELSIF ctx.copy_limit == more_copies_limit %]
364                 <tr class="not_serial">
365                     <td>
366                         <div  class="rdetail_show_copies">
367                             <a href="[% mkurl('', {copy_limit => 0, copy_offset => 0}) %]"><i class="fas fa-minus-square"></i> [% l('Show fewer copies') %]</a>
368                         </div>
369                     </td>
370                 </tr>
371             [%- END %]
372         [%- END %]
373     </tbody>
374 </table>
375 [% END %]