]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2
LP#1778972: Tweaks and fixes to Bootstrap 4 template
[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 [%-
29 IF has_copies or ctx.foreign_copies;
30   depth = CGI.param('copy_depth').defined ? CGI.param('copy_depth') : CGI.param('depth').defined ? CGI.param('depth') : ctx.copy_summary.last.depth;
31   total_copies = ctx.copy_summary.$depth.count;
32 %]
33 <table class="container-fluid table table-hover mt-4 miniTable copyTable w-100" >
34     <thead>
35         <tr>
36             [% IF serial_holdings -%]
37             <th scope='col'>[% l("Issue Label") %]</th>
38             [%- ELSE -%]
39             <th scope='col'>[% l("Location") %]</th>
40             [%- END %]
41             <th scope='col'>[% l("Call Number / Copy Notes") %]</th>
42             [%- IF has_parts == 'true' %]
43             <th scope='col'>[% l("Part") %]</th>
44             [%- END %]
45             <th scope='col'>[% l("Barcode") %]</th>
46             <th scope='col'>[% l("Shelving Location") %]</th>
47             [%- IF ctx.is_staff %]
48             <th scope='col'>[% l("Circulation Modifier") %]</th>
49             <th scope='col'>[% l("Age Hold Protection") %]</th>
50             <th scope='col'>[% l("Active/Create Date") %]</th>
51             [%- END %]
52             [%- IF ctx.is_staff OR serial_holdings %]
53             <th scope='col'>[% l("Holdable?") %]</th>
54             [%- END %]
55             <th scope='col'>[% l("Status") %]</th>
56             <th scope='col'>[% l("Due Date") %]</th>
57         </tr>
58     </thead>
59     <tbody>
60 [%- FOREACH peer IN ctx.foreign_copies;
61         FOREACH bib IN peer.foreign_copy_maps; %]
62     <tr><td>
63     [%- bib_lib_name = ctx.get_aou(bib.target_copy.circ_lib).name | html;
64         l("[_1] (foreign item)", bib_lib_name); -%]
65         <ul><li>
66             <span class="bib_peer_type">[% bib.peer_type.name | html %]</span>:
67             <a href="[% mkurl(ctx.opac_root _ '/record/' _ bib.target_copy.call_number.record) %]">
68                 <span class="bib_peer_title">[% peer.title | html %]</span> /
69                 <span class="bib_peer_author">[% peer.author | html %]</span>
70             </a>
71         </li></ul>
72     </td>
73     <td>[% bib.target_copy.call_number.label | html %]</td>
74     <td>[% bib.target_copy.barcode | html %]</td>
75     <td>[% bib.target_copy.location.name | html %]</td>
76     <td>[% bib.target_copy.status.name | html %]</td>
77     <td>[% date.format(ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),DATE_FORMAT) %]</td>
78 </tr>
79    [%- END; # FOREACH peer
80 END; # FOREACH bib
81 -%]
82         [%- last_cn = 0;
83         FOR copy_info IN copies;
84             callnum = copy_info.call_number_label;
85             NEXT IF callnum == '##URI##';
86
87             callnum_prefix = copy_info.call_number_prefix_label;
88             IF callnum_prefix != "";
89                 callnum = callnum_prefix _ " " _ callnum;
90             END;
91
92             callnum_suffix = copy_info.call_number_suffix_label;
93             IF callnum_suffix != "";
94                 callnum = callnum  _ " " _ callnum_suffix;
95             END;
96         -%]
97         <tr property="offers" typeof="Offer">
98             [%- IF serial_holdings %]
99             <td class='rdetail-issue-issue'>
100                 [%- copy_info.holding_label | html; -%]
101             </td>
102             [%- ELSE %]<td>
103             [%- INCLUDE "opac/parts/library_name_link.tt2"; -%]
104                 <link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut">
105                 <meta property="price" content="0.00">
106             </td>[% END %]
107             <td><span property="sku">[% callnum | html %]</span> [% IF ctx.get_org_setting(CGI.param('loc')
108                 OR ctx.aou_tree.id, 'sms.enable') == 1 %](<a href="[% mkurl(ctx.opac_root _ '/sms_cn',
109                {copy_id => copy_info.id}) %];rec=[%- ctx.bre_id -%]" rel="nofollow" vocab="">Text</a>)[% END %]</td>
110             [%- IF has_parts == 'true' %]
111             <td>[% copy_info.part_label | html %]</td>
112             [%- END %]
113             <td property="serialNumber">
114                 [% copy_info.barcode | html -%]
115                 [% IF ctx.is_staff %]
116                   [%- IF ctx.is_browser_staff %]
117                     <a target="_blank" href="[% ctx.base_path %]/staff/cat/item/[% copy_info.id %]">[% l('view') %]</a>
118                     [% IF ctx.has_perm('UPDATE_COPY', copy_info.circ_lib)
119                         OR ctx.has_perm('UPDATE_COPY', copy_info.call_number_owning_lib) %]
120                         <span> | </span>
121                         <a target="_blank" href="[% ctx.base_path %]/staff/cat/item/[% copy_info.id %]/edit">[% l('edit') %]</a>
122                     [% END %]
123                   [% ELSE %]
124                     <a onclick="xulG.new_tab(xulG.urls.XUL_COPY_STATUS, {}, {'from_item_details_new': true, 'barcodes': ['[%- copy_info.barcode | html | replace('\'', '\\\'') -%]']})"
125                         href="javascript:;">[% l('view') %]</a>
126                     [%# if the user can edit copies, show the copy edit link %]
127                     [% IF ctx.has_perm('UPDATE_COPY', copy_info.circ_lib)
128                         OR ctx.has_perm('UPDATE_COPY', copy_info.call_number_owning_lib) %]
129                         <span> | </span>
130                         <a href="javascript:;"
131                             onclick="xulG.volume_item_creator({copy_id : [% copy_info.id %]})">
132                             [% l(' edit') %]
133                         </a>
134                     [% END %]
135                   [% END %]
136                 [% END %]
137                 [%- IF attrs.gtin13;
138                     '<meta property="gtin13" content="' _ attrs.gtin13 _ '" />';
139                 END; -%]
140             </td>
141             <td property="availableAtOrFrom">[%- INCLUDE "opac/parts/location_name_link.tt2"; -%]</td>
142             [%- IF ctx.is_staff %]
143             <td>[% copy_info.circ_modifier | html %]</td>
144             <td>
145                 [% copy_info.age_protect ?
146                     ctx.get_crahp(copy_info.age_protect).name : l('None') | html %]
147             </td>
148             <td>[%
149                 IF ctx.get_org_setting(copy_info.circ_lib, 'circ.holds.age_protect.active_date') == 1;
150                     disp_date = copy_info.active_date ? copy_info.active_date : copy_info.create_date;
151                 ELSE;
152                     disp_date = copy_info.create_date;
153                 END;
154
155                 IF disp_date;
156                     date.format(
157                         ctx.parse_datetime(disp_date),
158                         DATE_FORMAT
159                     );
160                 ELSE;
161                    '-';
162                 END;
163             %]</td>
164             [% END # is_staff %]
165             [% IF ctx.is_staff OR serial_holdings %]
166             <td>[%  # Show copy/volume hold links to staff (without
167                 # checking whether they have permissions to do those).
168                 overall_holdable = (
169                     copy_info.holdable == 't' AND
170                     copy_info.location_holdable == 't' AND
171                     copy_info.status_holdable == 't'
172                 );
173                 IF overall_holdable;
174                     hold_link = '';
175                     param_sep = l(" / ");
176
177                     # Only staff get to place copy or volume holds
178                     IF ctx.is_staff;
179                         hold_link = '<a href="' _
180                             mkurl(ctx.opac_root _ '/place_hold', {
181                                 hold_target => copy_info.id,
182                                 hold_type => 'C',
183                                 hold_source_page => mkurl()
184                             }) _ '">' _ l('Copy hold') _ '</a>';
185                         IF copy_info.call_number != last_cn;
186                             last_cn = copy_info.call_number;
187                             hold_link = hold_link _ param_sep;
188                             hold_link = hold_link _ '<a href="' _
189                                 mkurl(ctx.opac_root _ '/place_hold', {
190                                     hold_target => copy_info.call_number,
191                                     hold_type => 'V',
192                                     hold_source_page => mkurl()
193                                 }) _ '">' _ l('Volume hold') _ '</a>';
194                         END;
195                         IF serial_holdings;
196                             hold_link = hold_link _ param_sep;
197                         END;
198                     END;
199                     IF serial_holdings;
200                         hold_link = hold_link _
201                             '<a class="rdetail-issue-place-hold" href="' _
202                             mkurl(ctx.opac_root _ '/place_hold', {
203                                 hold_target => copy_info.issuance,
204                                 hold_type => 'I',
205                                 hold_source_page => mkurl()
206                             }) _ '" rel="nofollow" vocab="">' _ l('Issue hold') _ '</a>';
207                     END;
208
209                     hold_link;
210                 ELSE;
211                     l("Not holdable");
212                 END %]</td>
213             [%- END %]
214             <td>[%-
215                 schema_copy_status.${copy_info.status_code};
216                 copy_info.copy_status | html;
217             -%]</td>
218             <td>[%
219                 IF copy_info.due_date;
220                     date.format(
221                         ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),
222                         DATE_FORMAT
223                     );
224                 ELSE;
225                     '-';
226                 END %]</td>
227         </tr>
228
229         [% IF copy_info.notes; %]
230             [% FOREACH note IN copy_info.notes; %]
231                 <tr><td>&nbsp;</td><td class="copy_note" colspan="4" property="description"><strong>[% note.title | html %]:</strong> [% note.value | html %]</td></tr>
232             [% END %]
233         [% END %]
234
235         [% IF copy_info.tags; %]
236             [% FOREACH tag IN copy_info.tags; %]
237                 <tr class="copy_tag_row">
238                     <td>&nbsp;</td>
239                     <td class="copy_tag" colspan="4">
240                     <span class="copy_tag_type_label">[% tag.tag_type.label _ ": " | html %]</span>
241                         <span class="copy_tag_value">
242                         [% IF tag.url %]
243                             <a href="[% tag.url | html %]">
244                             [% END %]
245                                 [% tag.value | html %]
246                             [% IF tag.url %]
247                             </a>
248                             [% END %]
249                         </span>
250                     </td>
251                 </tr>
252             [% END %]
253         [% END %]
254
255
256 [%- IF copy_info.peer_bib_marc.size > 0;
257 '<tr><td><ul>';
258     FOREACH bib IN copy_info.peer_bib_marc;
259         attrs = {marc_xml => bib};
260         PROCESS get_marc_attrs args=attrs %]
261 [%- IF attrs.bibid != ctx.bre_id; -%]
262     <li property="isRelatedTo" typeof="Product">
263         [%- # Map the bound-with relationship -%]
264         <a href="[% mkurl(ctx.opac_root _ '/record/' _ attrs.bibid) %]" property="url">
265             <span class="bib_peer_title" property="name">[% attrs.title | html %]</span>
266             / <span class="bib_peer_author">[% attrs.author | html %]</span>
267         </a>
268     </li>
269 [%- END; # IF attrs.bibid %]
270 [%- END; # FOREACH bib in copy_info.peer_bib_marc
271 '</ul></td></tr>';
272     END # IF copy_info.peer_bib_marc.size
273 %]
274
275 [%- END; # FOR copy_info
276 %]
277         [%- IF ctx.copy_offset > 0 AND NOT serial_holdings;
278             new_offset = ctx.copy_offset - ctx.copy_limit;
279             IF new_offset < 0; new_offset = 0; END %]
280         [%- IF copies.size >= ctx.copy_limit AND NOT serial_holdings AND (ctx.copy_offset + ctx.copy_limit < total_copies) %]
281             <tr class="offset">
282             [%- IF ctx.copy_offset > 0 AND NOT serial_holdings;
283                 new_offset = ctx.copy_offset - ctx.copy_limit;
284                 IF new_offset < 0; new_offset = 0; END %]
285                 <td>
286                 <a href="[% mkurl('', {copy_offset => new_offset, copy_limit => ctx.copy_limit}) %]">&laquo; [%
287                     l('Previous [_1]', ctx.copy_offset - new_offset) %]</a>
288                 </td>
289             [%- END %]
290             [%- IF copies.size >= ctx.copy_limit AND NOT serial_holdings AND (ctx.copy_offset + ctx.copy_limit < total_copies) %]
291                 <td>
292                     <a href="[% mkurl('', {copy_offset => ctx.copy_offset + ctx.copy_limit, copy_limit => ctx.copy_limit}) %]">[%
293                     l('Next [_1]', ctx.copy_limit) %] &raquo;</a>
294                 </td>
295             [%- END %]
296             </tr>
297         [%- END %]
298         [%- END %]
299         [% IF NOT serial_holdings && ctx.copy_limit < total_copies -%]
300             <tr class="not_serial">
301                 <td>
302                     [%- more_copies_limit = 50 %] [%# TODO: config %]
303                     [%- IF  ctx.copy_limit != more_copies_limit AND copies.size >= ctx.copy_limit AND ctx.copy_limit < total_copies %]
304                         <div class="rdetail_show_copies">
305                             <a href="[% mkurl('', {copy_limit => more_copies_limit, copy_offset => 0}) %]"><i class="fas fa-plus-square"></i> [% l('Show more copies') %]</a>
306                         </div>
307                     [%- ELSIF ctx.copy_limit == more_copies_limit %]
308                         <div  class="rdetail_show_copies">
309                             <a href="[% mkurl('', {copy_limit => 0, copy_offset => 0}) %]"><i class="fas fa-minus-square"></i> [% l('Show fewer copies') %]</a>
310                         </div>
311                     [%- END %]
312                 </td>
313             </tr>
314             [%- END %]
315     </tbody>
316 </table>
317 [% END %]