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