]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac/parts/record/summary.tt2
Remove "Expand all extras" as there are fewer extras to expand
[Evergreen.git] / Open-ILS / src / templates / opac / parts / record / summary.tt2
1 [%  PROCESS "opac/parts/misc_util.tt2";
2     USE ResolverResolver;
3     ctx.page_title = attrs.title | html
4 %]
5 <!-- ****************** rdetail_summary.xml ***************************** -->
6 <abbr class="unapi-id" title='tag:[% ctx.hostname %],[% date.format(date.now, '%Y') %]:biblio-record_entry/[% ctx.bre_id %]'></abbr>
7
8 [%- IF ctx.refworks.enabled == 'true' %]
9     [% INCLUDE 'opac/parts/record/refworks.tt2' %]
10 [%- END %]
11
12 [%- # This holds the record summary information %]
13 <div id="rdetail_image_div" style="float: left; margin-right: 1em;">
14     [% ident = attrs.isbn_clean || attrs.upc; IF ident; %]
15     <a href='[% ctx.media_prefix %]/opac/extras/ac/jacket/large/[% ident | uri %]'><img
16         alt="[% l('Image of item') %]" id='rdetail_image'
17         src='[% ctx.media_prefix %]/opac/extras/ac/jacket/[% record.summary.jacket_size %]/[% ident | uri %]' /></a>
18     [% END %]
19     <br />
20 </div>
21  
22 <div id="rdetail_actions_div" style="float: right; margin-left: 1em;">
23     <div class="rdetail_aux_utils opac-auto-010">
24         <a href="[% mkurl(ctx.opac_root _ '/place_hold', {hold_target => ctx.bre_id, hold_type => 'T'}) %]" 
25         class="no-dec"><img src="[% ctx.media_prefix %]/images/green_check.png" alt="[% l('place hold') %]" /><span 
26         style="position:relative;top:-3px;left:3px;">[% l('Place Hold') %]</span></a>
27     </div>
28     <div class="rdetail_aux_utils opac-auto-121">
29     [%-  
30         operation = ctx.mylist.grep(ctx.bre_id).size ? "delete" : "add";
31         label = (operation == "add") ? l("Add to my list") : l("Remove from my list"); 
32     %]
33         <a href="[% ctx.opac_root %]/mylist/[% operation %]?record=[% ctx.bre_id %]" class="no-dec">
34             <img src="[% ctx.media_prefix %]/images/clipboard.png" alt="" />
35             [% label %]
36         </a>
37     </div>
38 </div>
39
40 <div id='rdetail_title_div'>
41     <h1 id='rdetail_title'>[% attrs.title_extended | html %]</h1>
42     [%- INCLUDE "opac/parts/record/authors.tt2" %]
43     [%- IF attrs.format_icon %]
44     <div style="float:right;margin-right:17px;">
45         <img alt="[% attrs.format_label %]" title="[% attrs.format_label | html %]" src="[% attrs.format_icon %]" />
46     </div>
47     [%- END %]
48     [%- IF openurl.enabled == 'true';
49         sfx = []
50         FOR issn IN args.issns;
51             sfx = sfx.import(ResolverResolver.resolve_issn(issn, openurl.baseurl));
52         END;
53         IF sfx.size && sfx.0 != '';
54     %]
55         <div id='rdetail_openurl'>
56             <strong class='rdetail_openurl_title'>[% l("Electronic resources") %]</strong>
57             <table><tbody>
58     [%-
59             FOR res IN sfx;
60     %]
61             <tr>
62                 <td class='rdetail_openurl_entry'><a href="[% res.target_url %]">[% res.public_name %]</a></td>
63                 <td>[% res.target_coverage %]</td>
64             </tr>
65         [%- END %]
66         </tbody></table>
67     [%- END %]
68     [%- IF sfx.size && sfx.0 != '' %]
69         </div>    
70     [%- END %]
71     [%- FOR uri IN args.uris; %]
72     <div class="rdetail_uri">
73         <a href="[% uri.href %]">[% uri.link %]</a>[% ' - ' _ uri.note IF uri.note %]
74     </div>
75     [%- END %]
76     [%- # hold/copy summary %]
77     [%- IF ctx.copy_summary.0.count %]
78     <div class="rdetail_copy_counts">
79         <span>
80             [%- l("[quant,_1,current hold,current holds] with [quant,_2,total copy,total copies].", 
81                 ctx.record_hold_count, ctx.copy_summary.0.count) %]
82         </span>
83         <span>[% l('[quant,_1,copy,copies] currently available.', ctx.copy_summary.0.available) %]</span>
84     </div>
85     [% END %]
86 </div>
87
88 <h2 id='rdetail_record_details'>[% l("Record details") %]</h2>
89 <ul>
90     [%- IF attrs.isbns.0; FOR isbn IN attrs.isbns %]
91     <li class='rdetail_isbns'>
92         <strong class='rdetail_label'>[% l('ISBN:'); %]</strong>
93         <span class='rdetail_value'>[% isbn | html  %]</span>
94     </li>
95         [%- END %]
96     [%- END %]
97     [%- IF attrs.issns.0; FOR issn IN attrs.issns %]
98     <li class='rdetail_issns'>
99         <strong class='rdetail_label'>[% l('ISSN:'); %]</strong>
100         <span class='rdetail_value'>[% issn | html  %]</span>
101     </li>
102         [%- END %]
103     [%- END %]
104
105     [%- IF attrs.phys_desc %]
106     <li id='rdetail_phys_desc'>
107         <strong class='rdetail_label'>[% l("Physical Description:") %]</strong>
108         <span class='rdetail_value'>[% attrs.phys_desc | html %]</span>
109     </li>
110     [%- END %]
111     [%- IF attrs.edition %]
112     <li id='rdetail_edition'>
113         <strong class='rdetail_label'>[% l("Edition:") %]</strong>
114         <span class='rdetail_value'>[% attrs.edition | html %]</span>
115     </li>
116     [%- END %]
117     [%- IF attrs.publisher %]
118     <li id='rdetail_publisher'>
119         <strong class='rdetail_label'>[% l("Publisher:") %]</strong>
120         <span class='rdetail_value'>[% attrs.publisher | html %] [% IF attrs.pubdate; attrs.pubdate | html; END %]</span>
121     </li>
122     [%- END %]
123 </ul>
124
125 <table cellpadding="0" cellspacing="0" border="0" width="100%" id="rdetails_status">
126     <thead>
127         <tr>
128             <th id='copy_header_library'>[% l("Location") %]</th>
129             <th id='copy_header_callnmber'>[% l("Call Number") %]</th>
130             <th id='copy_header_barcode'>[% l("Barcode") %]</th>
131             <th id='copy_header_shelfloc'>[% l("Shelving Location") %]</th>
132             [% IF ctx.is_staff %]
133             <th id='copy_header_age_hold'>[% l("Age Hold Protection") %]</th>
134             <th id='copy_header_create_date'>[% l("Create Date") %]</th>
135             <th id='copy_header_holdable'>[% l("Holdable?") %]</th>
136             [% END %]
137             <th id='copy_header_status'>[% l("Status") %]</th>
138             <th id='copy_header_due_date'>[% l("Due Date") %]</th>
139         </tr>
140     </thead>
141     <tbody class="copy_details_table">
142         [% last_cn = 0;
143         FOR copy_info IN ctx.copies;
144             NEXT IF copy_info.call_number_label == '##URI##' %]
145         <tr>
146             <td header='copy_header_library'>
147             [%-
148                 org_name = ctx.get_aou(copy_info.circ_lib).name;
149                 org_name | html
150             -%]
151             </td>
152             <td header='copy_header_callnumber'>[% copy_info.call_number_label | html %]</td>
153             <td header='copy_header_barcode'>[% copy_info.barcode | html %]</td>
154             <td header='copy_header_shelfloc'>[% copy_info.copy_location | html %]</td>
155             [% IF ctx.is_staff %]
156             <td header='copy_header_age_hold'>
157                 [% copy_info.age_protect ?
158                     ctx.get_crahp(copy_info.age_protect).name : l('None') | html %]
159             </td>
160             <td header='copy_header_date_format'>[% date.format(
161                 ctx.parse_datetime(copy_info.create_date),
162                 DATE_FORMAT
163             ) %]</td>
164             <td header='copy_header_holdable'>[%  # Show copy/volume hold links to staff (without
165                     # checking whether they have permissions to do those).
166                     overall_holdable = (copy_info.holdable == 't' AND
167                         copy_info.location_holdable == 't' AND
168                         copy_info.status_holdable == 't');
169                     IF overall_holdable;
170                         l("Place on"); %]
171                 <a href="[% mkurl(ctx.opac_root _ '/place_hold', {hold_target => copy_info.id, hold_type => 'C'}) %]">[% l("copy") %]</a>
172                 [%      IF copy_info.call_number != last_cn;
173                             last_cn = copy_info.call_number;
174                             l(" / "); %]
175                 <a href="[% mkurl(ctx.opac_root _ '/place_hold', {hold_target => copy_info.call_number, hold_type => 'V'}) %]">[% l("volume") %]</a>
176                 [%      END;
177                     ELSE;
178                         l("No");
179                     END %]</td>
180             [% END %]
181             <td header='copy_header_status'>[% copy_info.copy_status | html %]</td>
182             <td header='due_date'>[%
183                 IF copy_info.due_date;
184                     date.format(
185                         ctx.parse_datetime(copy_info.due_date),
186                         DATE_FORMAT
187                     );
188                 ELSE;
189                     '-';
190                 END %]</td>
191         </tr>
192         [% END %]
193         <tr>
194         [% IF ctx.copy_offset > 0;
195             new_offset = ctx.copy_offset - ctx.copy_limit;
196             IF new_offset < 0; new_offset = 0; END %]
197             <td>
198                 <a href="[% mkurl('', {copy_offset => new_offset, copy_limit => ctx.copy_limit}) %]">&laquo; [%
199                     l('Previous [_1]', ctx.copy_offset - new_offset) %]</a>
200             </td>
201         [% END %]
202         [% IF ctx.copies.size >= ctx.copy_limit %]
203             <td>
204                 <a href="[% mkurl('', {copy_offset => ctx.copy_offset + ctx.copy_limit, copy_limit => ctx.copy_limit}) %]">[%
205                     l('Next [_1]', ctx.copy_limit) %] &raquo;</a>
206             </td>
207         [% END %]
208         </tr>
209         <tr>
210             <td>
211                 [% more_copies_limit = 50 %] [%# TODO: config %]
212                 [% IF  ctx.copy_limit != more_copies_limit AND ctx.copies.size >= ctx.copy_limit %]
213                     <div style='margin-top:10px;'>
214                         <img src="[% ctx.media_prefix %]/images/plus_sign.png" />
215                         <a href="[% mkurl('', {copy_limit => more_copies_limit, copy_offset => 0}) %]">[% l('Show more copies') %]</a>
216                     </div>
217                 [% ELSIF ctx.copy_limit == more_copies_limit %]
218                     <div style='margin-top:10px;'>
219                         <img src="[% ctx.media_prefix %]/images/minus_sign.png" />
220                         <a href="[% mkurl('', {copy_limit => 0, copy_offset => 0}) %]">[% l('Show fewer copies') %]</a>
221                     </div>
222                 [% END %]
223             </td>
224         </tr>
225     </tbody>
226 </table>
227
228 [%- INCLUDE "opac/parts/record/subjects.tt2" %]
229
230 <h2 class='rdetail_related_series'>[% l('Search for related items by series') %]</h2>
231 [%- INCLUDE "opac/parts/record/series.tt2" %]