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