opac_root = ctx.kpac_root;
END;
+ org_obj = ctx.get_aou(copy_info.circ_lib);
+ parent_org_name = ctx.get_aou(org_obj.parent_ou).name;
+
org_name = ctx.get_aou(copy_info.circ_lib).name;
org_sname = ctx.get_aou(copy_info.circ_lib).shortname;
lib_url = ctx.get_org_setting(copy_info.circ_lib, 'lib.info_url');
lib_url = mkurl(opac_root _ '/library/' _ ctx.get_aou(copy_info.circ_lib).shortname, {}, 1);
END;
IF lib_url; '<a property="offeredBy" typeof="Library" href="'; lib_url | url; '">'; END;
- '<span property="name">'; org_name | html; '</span>';
+ '<span property="name">'; parent_org_name _ ': ' _ org_name | html; '</span>';
IF lib_url; '</a>'; END;
-%]
+
[% IF serial_holdings -%]
<th scope='col'>[% l("Issue Label") %]</th>
[%- ELSE -%]
- <th scope='col'>[% l("Location") %]</th>
+ <th scope='col'>[% l("Library System: Library Branch Name") %]</th>
[%- END %]
+ <th scope='col'>[% l("Shelving Location") %]</th>
<th scope='col'>[% l("Call Number / Copy Notes") %]</th>
[%- IF has_parts == 'true' %]
<th scope='col'>[% l("Part") %]</th>
[%- END %]
<th scope='col'>[% l("Barcode") %]</th>
- <th scope='col'>[% l("Shelving Location") %]</th>
[%- IF ctx.is_staff %]
<th scope='col'>[% l("Age Hold Protection") %]</th>
<th scope='col'>[% l("Active/Create Date") %]</th>
</a>
</li></ul>
</td>
+ <td>[% copy_info.copy_location | html %]</td>
<td>[% bib.target_copy.call_number.label | html %]</td>
<td>[% bib.target_copy.barcode | html %]</td>
- <td>[% copy_info.copy_location | html %]</td>
<td>[% copy_info.copy_status | html %]</td>
<td>[% copy_info.due_date | html %]</td>
</tr>
[%- IF serial_holdings %]<td class='rdetail-issue-issue'>
[%- copy_info.holding_label | html; -%]
</td>
- [%- ELSE %]<td>
- [%- INCLUDE "opac/parts/library_name_link.tt2"; -%]
+ [%- ELSE %]
+ <td>
+ [%- INCLUDE "opac/parts/library_name_link.tt2"; -%]
<link property="businessFunction" href="http://purl.org/goodrelations/v1#LeaseOut">
<meta property="price" content="0.00">
- </td>[% END %]
- <td><span property="sku">[% callnum | html %]</span> [% IF ctx.get_org_setting(CGI.param('loc')
- OR ctx.aou_tree.id, 'sms.enable') == 1 %](<a href="[% mkurl(ctx.opac_root _ '/sms_cn',
- {copy_id => copy_info.id}) %];rec=[%- ctx.bre_id -%]" rel="nofollow" vocab="">Text</a>)[% END %]</td>
+ </td>
+ [% END %]
+ <td property="availableAtOrFrom">[% copy_info.copy_location | html %]</td>
+ <td><span property="sku">[% callnum | html %]</span> [% IF ctx.get_org_setting(CGI.param('loc') OR ctx.aou_tree.id, 'sms.enable') == 1 %](<a href="[% mkurl(ctx.opac_root _ '/sms_cn', {copy_id => copy_info.id}) %]">Text</a>)[% END %]</td>
[%- IF has_parts == 'true' %]
<td>[% copy_info.part_label | html %]</td>
[%- END %]
'<meta property="gtin13" content="' _ attrs.gtin13 _ '" />';
END; -%]
</td>
- <td property="availableAtOrFrom">[% copy_info.copy_location | html %]</td>
[%- IF ctx.is_staff %]
<td>
[% copy_info.age_protect ?