]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/parts/record/summary.tt2
LP#1268636 alt tags and cleanup continued
[working/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 <hr />
9
10 [%-# This holds the record summary information %]
11 <div id="rdetail_summary_header">
12     <div id='rdetail_title_div'>
13         <h1 id='rdetail_title' property="name">[% attrs.title_extended | html %]</h1>
14         [%-
15             FOR link880 IN attrs.graphic_titles;
16                 FOR alt IN link880.graphic;
17                     '<h2 class="graphic880"';
18                     IF alt.dir;
19                         ' dir="' _ alt.dir _ '"';
20                     END;
21                     '>'; alt.value | html; '</h2>';
22                 END;
23             END;
24         -%]
25         [%- INCLUDE "opac/parts/record/authors.tt2" %]
26     </div>
27     <div id="rdetail_image_div">
28         <a href='[% ctx.media_prefix %]/opac/extras/ac/jacket/large/r/[% ctx.bre_id | uri %]'><img
29             alt="[% l('Image of item') %]" id='rdetail_image'
30             src='[% ctx.media_prefix %]/opac/extras/ac/jacket/[% record.summary.jacket_size %]/r/[% ctx.bre_id | uri %]' /></a>
31         <br />
32     </div>
33     <div id="format_actions">
34         [%- IF attrs.format_label %]
35         <div id="rdetail_format_label">
36             <img alt="[% attrs.format_label %]" title="[% attrs.format_label | html %]" src="[% attrs.format_icon %]" /> [%- attrs.format_label -%]
37         </div>
38         [%- END %]
39         <div id="rdetail_actions_div">
40             [%- search_ou = ctx.search_ou;
41                 IF ctx.place_unfillable ||
42                     ( attrs.marc_xml.findnodes('//*[local-name()="holdings" and @has_holdable="true"]').size > 0
43                         && (ctx.holds_block.enabled != 'true' || attrs.org_copy_counts.$search_ou.available == 0)
44                     )
45              %]
46             <div class="rdetail_aux_utils place_hold">
47                 <a href="[% mkurl(ctx.opac_root _ '/place_hold', 
48                     {hold_target => ctx.bre_id, hold_type => 'T', hold_source_page => mkurl()}, stop_parms) %]" 
49                 class="no-dec"><img src="[% ctx.media_prefix %]/images/green_check.png" 
50                     [% img_alt(l('Place Hold on [_1]', attrs.title)) %]/>
51                 <span class="place_hold">[% l('Place Hold') %]</span></a>
52             </div>
53             [%- END -%]
54             <div class="rdetail_aux_utils toggle_list">
55             [%  IF ctx.user;
56                 INCLUDE "opac/parts/bookbag_actions.tt2";
57             %]
58             [%  ELSE;
59                 operation = ctx.mylist.grep(ctx.bre_id).size ? "delete" : "add";
60                 label = (operation == "add") ? l("Add to my list") : l("Remove from my list"); 
61             %]
62                 <a href="[% mkurl(ctx.opac_root _ '/mylist/' _ operation, {record => ctx.bre_id}, stop_parms) %]" class="no-dec">
63                     <img src="[% ctx.media_prefix %]/images/clipboard.png" alt="" />
64                     [% label %]
65                 </a>
66             [% END %]
67             </div>
68             <div class="rdetail_aux_utils">
69                 <img src="[% ctx.media_prefix %]/images/clipboard.png" alt="[% l('Print / Email Actions Image') %]" />
70                 <a href="[% mkurl(ctx.opac_root _ '/record/print/' _ ctx.bre_id) %]" class="no-dec">[% l('Print') %]</a> /
71                 <a href="[% mkurl(ctx.opac_root _ '/record/email/' _ ctx.bre_id) %]" class="no-dec">[% l('Email') %]</a>
72             </div>
73             [%- IF ctx.refworks.enabled == 'true' %]
74                 [%- INCLUDE 'opac/parts/record/refworks.tt2' %]
75             [%- END %]
76         </div>
77     </div>
78 </div>
79
80 [%- IF openurl.enabled == 'true';
81     openurls = [];
82     FOREACH issn IN args.issns;
83         NEXT IF issn == '';
84         openurls = openurls.import(ResolverResolver.resolve_issn(issn, openurl.baseurl));
85     END;
86     IF openurls.size && openurls.0 != '';
87 %]
88     <div id='rdetail_openurl'>
89         <strong class='rdetail_openurl_title'>[% l("Electronic resources") %]</strong>
90         <table><tbody>
91 [%-
92         FOREACH res IN openurls;
93 %]
94         <tr>
95             <td class='rdetail_openurl_entry'><a href="[% res.target_url %]">[% res.public_name %]</a></td>
96             <td>[% res.target_coverage %]</td>
97         </tr>
98     [%- END %]
99     </tbody></table>
100 [%- END %]
101     </div>    
102 [%- END %]
103 [%- merged_uris = args.uris.merge(args.online_res);
104 num_uris = merged_uris.size;
105 IF num_uris > 0;
106 -%]
107 <h2 class="rdetail_uris">[% l("Electronic resources") %]</h2>
108 <div class="rdetail_uris">
109     [%- IF num_uris > 1 %]<ul>[% END %]
110     [%- FOR uri IN merged_uris %]
111         [%- IF num_uris == 1 -%]
112             <p class="rdetail_uri" property="offers" vocab="http://schema.org/" typeof="Offer">
113         [%- ELSE -%]
114             <li class="rdetail_uri" property="offers" vocab="http://schema.org/" typeof="Offer">
115         [%- END -%]
116         <a href="[% uri.href %]">[% uri.link %]</a>[% ' - ' _ uri.note IF uri.note %]
117         <link property="availability" href="http://schema.org/OnlineOnly" />
118         [%- IF attrs.gtin13; '<meta property="gtin13" content="' _ attrs.gtin13 _ '" />'; END; %]
119         [%- IF num_uris == 1 %]</p>[% ELSE %]</li>[% END %]
120     [%- END %]
121     [%- IF num_uris > 1 %]</ul>[% END %]
122 </div>
123 [%- END %]
124 [%- # Hold/copy summary
125     IF ctx.copy_summary.0.count
126 %]
127 <div id="copy_hold_counts">
128 [%- INCLUDE "opac/parts/record/copy_counts.tt2" %]
129     <span id="rdetail_hold_counts">
130         <h2>[% l('Current holds') %]</h2>
131         <p>
132             [% 
133                 # If org hiding is enabled/relevant, only show 
134                 # counts for copies within the hiding scope.
135                 count_entry = 0;
136                 FOR count_chunk IN ctx.copy_summary;
137                     IF ctx.org_within_hiding_scope(count_chunk.org_unit);
138                         # always true when hiding is disabled
139                         LAST;
140                     END;
141                     count_entry = count_entry + 1;
142                 END;
143                 l("[quant,_1,current hold,current holds] with [quant,_2,total copy,total copies].", 
144                     ctx.record_hold_count, ctx.copy_summary.$count_entry.count) 
145             %]
146         </p>
147     </span>
148 [%- INCLUDE "opac/parts/record/copy_table.tt2" copies=ctx.copies %]
149 </div>
150 [%- END %]
151
152 <h2 id='rdetail_record_details'>[% l("Record details") %]</h2>
153 <ul>
154     [%- IF attrs.isbns.0; FOR isbn IN attrs.isbns %]
155     <li class='rdetail_isbns'>
156         <strong class='rdetail_label'>[% l('ISBN:'); %]</strong>
157         <span class='rdetail_value' property='isbn'>[% isbn | html  %]</span>
158     </li>
159         [%- END %]
160     [%- END %]
161     [%- IF attrs.issns.0; FOR issn IN attrs.issns %]
162     <li class='rdetail_issns'>
163         <strong class='rdetail_label'>[% l('ISSN:'); %]</strong>
164         <span class='rdetail_value'>[% issn | html  %]</span>
165     </li>
166         [%- END %]
167     [%- END %]
168     [%- IF attrs.phys_desc %]
169     <li id='rdetail_phys_desc'>
170         <strong class='rdetail_label'>[% l("Physical Description:") %]</strong>
171         <span class='rdetail_value'>[% attrs.phys_desc | html %]</span>
172     </li>
173     [%- END %]
174     [%- IF attrs.edition %]
175     <li id='rdetail_edition'>
176         <strong class='rdetail_label'>[% l("Edition:") %]</strong>
177         <span class='rdetail_value'>[% attrs.edition | html %]</span>
178         [%-
179         FOR entry IN attrs.graphic_editions;
180             FOR alt IN entry.graphic;
181                 diratt = "";
182                 IF alt.dir;
183                     diratt = ' dir="' _ alt.dir _ '"';
184                 END;
185         -%]
186         <div class="graphic880 rdetail_value"[% diratt %]>
187             [% alt.value | html %]
188         </div>
189         [%-
190             END;
191         END;
192         -%]
193     </li>
194     [%- END %]
195     [%- IF attrs.publisher %]
196     <li id='rdetail_publisher'>
197         <strong class='rdetail_label'>[% l("Publisher:") %]</strong>
198         <span class='rdetail_value' property="publisher" typeof="Organization">
199         [%- IF attrs.pubplace; %]
200             <span property="location">[% attrs.pubplace | html; %]</span>
201         [%- END; %]
202             <span property="name">[% attrs.publisher | html; %]</span>
203         </span>
204         [%- IF attrs.pubdate; %]
205             <span property="datePublished">[% attrs.pubdate | html; %]</span>
206         [%- END; %]
207         [%-
208         IF attrs.graphic_pubinfos.size > 0;
209             FOR entry IN attrs.graphic_pubinfos;
210                 FOR alt IN entry.graphic;
211                     diratt = "";
212                     IF alt.dir;
213                         diratt = ' dir="' _ alt.dir _ '"';
214                     END;
215         -%]
216         <div class="graphic880"[% diratt %]>
217             [% alt.value | html %]
218         </div>
219         [%-
220                 END;
221             END;
222         END
223         -%]
224     </li>
225     [%- END %]
226 </ul>
227
228 [%- INCLUDE "opac/parts/record/contents.tt2" %]
229 [%- INCLUDE "opac/parts/record/subjects.tt2" %]
230 [%- INCLUDE "opac/parts/record/series.tt2" %]
231 [%- INCLUDE "opac/parts/record/extras.tt2" %]