]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/default/opac/parts/record/summary.tt2
Merge branch 'dbs/ttopac-move-templates' into dbs/template-toolkit-integration-on...
[working/Evergreen.git] / Open-ILS / src / templates / default / opac / parts / record / summary.tt2
1 [%  PROCESS "default/opac/parts/misc_util.tt2";
2     USE ResolverResolver;
3     ctx.page_title = attrs.title | html_entity
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.enable == 'true' %]
9     [% INCLUDE 'default/opac/parts/record/refworks.tt2' %]
10 [% END %]
11
12 <!-- This holds the record summary information -->
13
14 <table width="100%" border="0" cellpadding="0" cellspacing="0" id="rdetail_details_table">
15     <tbody id="rdetail_details_tbody">
16         <tr>
17             <td width="90" valign="top" id="rdetail_image_cell">
18                 [% ident = attrs.isbn_clean || attrs.upc; IF ident; %]
19                 <a id='rdetail_img_link' href='[% ctx.media_prefix %]/opac/extras/ac/jacket/large/[% ident %]'><img
20                     alt="[% l('Image of item') %]" id='rdetail_image'
21                     src='[% ctx.media_prefix %]/opac/extras/ac/jacket/medium/[% ident %]' /></a>
22                 [% END %]
23                 <br />
24             </td>
25     
26             <td valign="top">
27                 <table border="0" cellpadding="0" cellspacing="0" width="100%">
28                     <tr>
29                         <td valign="top">
30                             <span id='rdetail_title'>[% attrs.title %]</span><br />
31                             [% IF attrs.author %]
32                             <span class='opac-auto-030'>[% l("Author") %]:</span>
33                             <em><a title='[% l("Perform an author search") %]'
34                                     id='rdetail_author'
35                                     href="[% ctx.opac_root %]/results?qtype=author&amp;query=[%-
36                                         attrs.author | replace('[,\.:;]', '') | uri %]&amp;loc=[% CGI.param('loc') | uri %]">[% attrs.author %]</a></em>
37                             [% END %]
38                         </td>
39                         <td align="right" valign="top" nowrap="nowrap" style="white-space:nowrap;">
40                             <div style="width:230px;text-align:left;margin-top:3px;">
41                                 <div style="float:right;">
42                                     <div class="rdetail_aux_utils opac-auto-010">
43                                         <a href="[% ctx.opac_root %]/place_hold[%-
44                                             propagator; propagator.length > 1 ? "&amp;" : ""; %]hold_target=[% ctx.bre_id %]&amp;hold_type=T" id="rdetail_place_hold" class="no-dec"><img
45                                             src="[% ctx.media_prefix %]/images/green_check.png" alt="[% l('place hold') %]" /><span 
46                                                 style="position:relative;top:-3px;left:3px;">[% l('Place Hold') %]</span></a>
47                                     </div>
48                                     <div class="rdetail_aux_utils opac-auto-121">
49                                         [%  
50                                             operation = ctx.mylist.grep(ctx.bre_id).size ? "delete" : "add";
51                                             label = (operation == "add") ? l("Add to my list") : l("Remove from my list"); 
52                                         %]
53                                         <form action="[% ctx.opac_root %]/mylist/[% operation %]" method="POST">
54                                             <input type="hidden" name="record" value="[% ctx.bre_id %]" />
55                                             <div class="pos-abs">
56                                                 <div class="opac-auto-149">
57                                                     <input type="submit" title="[% label %]" value="[% label %]" class="subtle-button" />
58                                                 </div>
59                                             </div>
60                                             <input type="image" alt="[% label %]"
61                                                 src="[% ctx.media_prefix %]/images/clipboard.png" />
62                                         </form>
63                                     </div>
64                                 </div>
65                                 <div style="float:right;margin-right:17px;">
66                                     [% IF attrs.format_icon %]
67                                     <img alt="[% attrs.format_label %]" title="[% attrs.format_label %]" src="[% attrs.format_icon %]" />
68                                     [% END %]
69                                 </div>
70                             </div>
71                         </td>
72                     </tr>
73                 </table>
74                 <div class='opac-auto-018'>
75                     <table border="0" cellpadding="0" width="100%">
76                         <tr>
77                             <td nowrap='nowrap' valign="top">
78                                 [% IF attrs.isbn %]<strong id="rdetail_isbn_lbl">[% l("ISBN") %]</strong>[% END %]
79                             </td>
80                             <td valign="top" id='rdetail_isbn'>[% attrs.isbn %]</td>
81                             <td nowrap='nowrap' valign="top">
82                                 [% IF attrs.phys_desc %]<strong id="rdetail_phys_lbl">[% l("Physical Description") %]</strong>[% END %]
83                             </td>
84                             <td valign="top" id='rdetail_physical_desc'>[% attrs.phys_desc %]</td>
85                         </tr>
86                         [% IF openurl.enabled == 'true';
87                             FOR issn IN args.issns;
88                                 sfx = ResolverResolver.resolve_issn(issn, openurl.baseurl);
89                                 FOR res IN sfx;
90                         %]
91                             <tr name="results_issn_tr">
92                                 <td valign="top">
93                                     <strong><a href="[% res.target_url %]">
94                                         [% res.public_name %]</a></strong>
95                                 </td>
96                                 <td>[% res.target_coverage %]</td>
97                             </tr>
98                                 [% END %]
99                             [% END %]
100                         [% END %]
101                         <tr>
102                             <td nowrap='nowrap' valign="top">
103                                 <strong id="rdetail_ed_lbl">[% IF attrs.edition; l("Edition"); END %]</strong>
104                             </td>
105                             <td valign="top" id='rdetail_edition'>[% attrs.edition %]</td>
106                         </tr>
107                         <tr>
108                             <td nowrap='nowrap' valign="top">
109                                 <strong id="rdetail_pub_lbl">[% IF attrs.publisher; l("Publisher"); END %]</strong>
110                             </td>
111                             <td valign="top" id='rdetail_publisher'>[% attrs.publisher %]</td>
112                             <td nowrap='nowrap' valign="top">
113                                 <strong id="rdetail_pubdate_lbl">[% IF attrs.pubdate; l("Publication Date"); END %]</strong>
114                             </td>
115                             <td valign="top" id='rdetail_pubdate'>[% attrs.pubdate %]</td>
116                         </tr>
117                     </table>
118
119                     <!-- hold/copy summary -->
120                     <div style="padding-top:15px;">
121                         <div>
122                             [% l("[quant,_1,Hold,Holds] with [quant,_2,total copy,total copies]", 
123                                 ctx.record_hold_count, ctx.copy_summary.0.count) %]
124                         </div>
125                         <div>[% l('[quant,_1,Copy,Copies] available', ctx.copy_summary.0.available) %]</div>
126                     </div>
127
128                 </div>
129             </td>
130         </tr>
131     </tbody>
132 </table>
133 <br />
134
135 [% FOR uri IN args.uris %]
136 <div class="rdetail_uri">
137     <a href="[% uri.href %]">[% uri.link %]</a>[% ' - ' _ uri.note IF uri.note %]
138 </div>
139 [% END %]
140
141 <br />
142
143 <table cellpadding="0" cellspacing="0" border="0" width="100%" id="rdetails_status">
144     <thead>
145         <tr id="rdetails_status_head">
146             <td>[% l("Location") %]</td>
147             <td>[% l("Call Number") %]</td>
148             <td>[% l("Barcode") %]</td>
149             <td>[% l("Shelving Location") %]</td>
150             [% IF ctx.is_staff %]
151             <td>[% l("Age Hold Protection") %]</td>
152             <td>[% l("Create Date") %]</td>
153             <td>[% l("Holdable") %]</td>
154             [% END %]
155             <td>[% l("Status") %]</td>
156             <td>[% l("Due Date") %]</td>
157         </tr>
158     </thead>
159     <tbody class="copy_details_table">
160         [% FOR copy_info IN ctx.copies %]
161         [% NEXT IF copy_info.call_number_label == '##URI##' %]
162         <tr>
163             <td>[%
164                 # XXX KCLS-specific kludging
165                 org_name = ctx.get_aou(copy_info.circ_lib).name;
166                 dir = org_name | lower | replace('[^\w]', '') |
167                     replace('.+320th', '320th'); %]
168                 <a href="http://www.kcls.org/[% dir %]/"
169                     class="classic_link">[% org_name %]</a>
170             </td>
171             <td>[% copy_info.call_number_label %]</td>
172             <td>[% copy_info.barcode %]</td>
173             <td>[% copy_info.copy_location %]</td>
174             [% IF ctx.is_staff %]
175             <td>
176                 [% copy_info.age_protect ?
177                     ctx.get_crahp(copy_info.age_protect).name : l('None') %]
178             </td>
179             <td>[% date.format(
180                 ctx.parse_datetime(copy_info.create_date),
181                 DATE_FORMAT
182             ) %]</td>
183             <td>[% (copy_info.holdable == 't' AND
184                     copy_info.location_holdable == 't' AND
185                     copy_info.status_holdable == 't') ? l('Yes') : l('No') %]</td>
186             [% END %]
187             <td>[% copy_info.copy_status %]</td>
188             <td>[%
189                 IF copy_info.due_date;
190                     date.format(
191                         ctx.parse_datetime(copy_info.due_date),
192                         DATE_FORMAT
193                     );
194                 ELSE;
195                     '-';
196                 END %]</td>
197         </tr>
198         [% END %]
199         <tr>
200         [% IF ctx.copy_offset > 0;
201             new_offset = ctx.copy_offset - ctx.copy_limit;
202             IF new_offset < 0; new_offset = 0; END %]
203             <td>
204                 <a href="[% ctx.opac_root %]/record/[% ctx.bre_id %]?copy_offset=[% new_offset %]&amp;copy_limit=[% ctx.copy_limit %]">&laquo; [%
205                     l('Previous [_1]', ctx.copy_offset - new_offset)
206                 %]</a>
207             </td>
208         [% END %]
209         [% IF ctx.copies.size >= ctx.copy_limit %]
210             <td>
211                 <a href="[% ctx.opac_root %]/record/[% ctx.bre_id %]?copy_offset=[% ctx.copy_offset + ctx.copy_limit %]&amp;copy_limit=[% ctx.copy_limit %]">[%
212                     l('Next [_1]', ctx.copy_limit)
213                 %] &raquo;</a>
214             </td>
215         [% END %]
216         </tr>
217     </tbody>
218 </table>
219
220 <div id="rdetail_locs_expand" class="hide_me">
221     <a href="#"><img
222         src="[% ctx.media_prefix %]/images/plus_sign.png" /></a>
223     <a style="position:relative;top:-3px;" href="#">[% l('Show more locations') %]</a>
224 </div>
225
226 <div id="rdetail_locs_collapse" class="hide_me">
227     <a href="#"><img
228         src="[% ctx.media_prefix %]/images/plus_sign.png" /></a>
229     <a style="position:relative;top:-3px;" href="#">[% l('Collapse locations') %]</a>
230 </div>
231
232 <div id="rdetail_extras_expand" class="hide_me">
233     <a href="#"><img
234         src="[% ctx.media_prefix %]/images/plus_sign.png" /></a>
235     <a style="position:relative;top:-3px;" href="#">[% l('Expand all tabs') %]</a>
236 </div>
237
238 <div id="rdetail_extras_collapse" class="hide_me">
239     <a href="#"><img src="[% ctx.media_prefix %]/images/plus_sign.png" /></a>
240     <a style="position:relative;top:-3px;" href="#">[% l('Collapse all tabs') %]</a>
241 </div>
242
243 <div class="hide_me">
244     <table id='' border="0" width="100%">
245         <tbody id='rdetail_details_tbody'>
246             <tr>
247                 <td id='' rowspan='2' valign="top" align="center" style="padding-right:10px;">
248                 </td>
249                 <td class='rdetail_desc' valign="top" colspan="3">
250                     <table border="0" width="100%">
251                         <tr>
252                             <td valign="top">
253                                 <div style="padding-bottom:7px;">
254                                     <strong>[% l("Title") %]:</strong>
255                                 </div>
256                             </td>
257                             <td width="1" valign="top" align="right" style="white-space:nowrap;">
258                                 <a href="[% ctx.opac_root %]/place_hold[% propagator; propagator.length > 1 ? "&amp;" : ""; %]hold_target=[% ctx.bre_id %]&amp;hold_type=T"><img alt="[% l('Place Hold') %]"
259                                     src="[% ctx.media_prefix %]/images/place_hold.gif" /></a>
260                                 <a href="#" id="rd_reviews_and_more" target="_blank"><img
261                                     alt="[% l('Reviews and More') %]" src="[% ctx.media_prefix %]/images/reviews.gif" /></a>
262                                 <a href="#" id=""><img alt="[% l('Add to My List') %]"
263                                     src="[% ctx.media_prefix %]/images/add_mylist.gif" /></a>
264                             </td>
265                         </tr>
266                     </table>
267                 </td>        
268             </tr>
269             <tr>
270                 <td nowrap='nowrap' colspan="3" valign="bottom" style="padding-bottom:16px;">
271                 </td>
272             </tr>
273             <tr>
274                 <td><div style="height:20px;"></div></td>
275             </tr>
276         </tbody>
277     </table>
278 </div> <!-- details_body -->
279
280 <!-- ****************** end: rdetail_summary.xml ***************************** -->