]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/result/table.tt2
Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin...
[Evergreen.git] / Open-ILS / web / templates / default / opac / parts / result / table.tt2
1 [%  PROCESS "default/opac/parts/misc_util.tt2";
2
3     ctx.result_start = 1 + ctx.page_size * page;
4     ctx.result_stop = 1 + ctx.page_size * (page + 1);
5     IF ctx.result_stop > ctx.hit_count; ctx.result_stop = ctx.hit_count; END;
6
7     result_count = ctx.result_start;
8 %]
9 <div style="height: 10px;"></div>
10 [% BLOCK results_count_header %]
11 <div class="results_header_nav1">
12     <table cellpadding="0" cellspacing="0" border="0" width="100%">
13         <tr>
14             <td class="h1" width="116">[% l('Search Results') %]</td>
15             <td valign="bottom" nowrap="nowrap" class="result_number">
16                 [% |l(ctx.result_start, ctx.result_stop, ctx.hit_count) %]
17                 Results <strong>[_1]</strong> - <strong>[_2]</strong> of <strong>[_3]</strong>
18                 [% END %]
19                 <span style='padding-left: 6px;'>
20                     [% |l(page + 1, page_count) %](page <strong>[_1]</strong> of <strong>[_2]</strong>)[% END %]
21                 </span>
22             </td>
23             <td align="right" valign="bottom">
24                 <span class='start_end_links_span'>
25                     [%  class = 'search_page_nav_link';
26                         href = '#';
27                         IF page > 0;
28                             href = propagator _ '&page=' _ (page - 1);
29                         ELSE; class = class _ ' invisible'; END;
30                     %]
31                     <a class='[% class %]' href='[% href %]' 
32                         title='[% l("Previous page") %]'><span class="nav_arrow_fix">&#9668;</span> Previous </a>
33                     <span class='hide_me'
34                         style='padding-left: 11px; padding-right:11px;'>
35                         <span></span>
36                     </span>
37                     [%  class = 'search_page_nav_link';
38                         href = '#';
39                         IF (page + 1) < page_count;
40                             href = propagator _ '&page=' _ (page + 1);
41                         ELSE; class = class _ ' invisible'; END;
42                     %]
43                     <a class='[% class %]' href='[% href %]' 
44                         title='[% l("Next page") %]'> Next <span class="nav_arrow_fix">&#9658;</span></a>
45                 </span>
46             </td>
47         </tr>
48     </table>
49 </div>
50 [% END %]
51 [% ctx.results_count_header = PROCESS results_count_header;
52     ctx.results_count_header %]
53 <div id="result_table_div">
54     <table cellpadding="0" cellspacing="0" border="0" width="100%">
55         <tr>
56             <td valign="top" width="1" style="padding-right:20px;">
57                 <div style="width:174px;" class="hide_me" id="tehSideBar">SIDEBAR TODO
58                 </div>
59             </td>
60             <td class='opac-auto-015' width="1"></td>
61             <td valign="top">
62                 <table id="res_table" cellpadding="0" cellspacing="0"
63                     border="0" width="100%" style="margin-top:10px;">
64                     <tbody id="result_table">
65                     [%  FOR rec IN ctx.records;
66                             attrs = {marc_xml => rec.marc_xml};
67                             PROCESS get_marc_attrs args=attrs %]
68                         <tr>
69                             <td class='result_table_row' align='left' width='100%'>
70                                 <table cellpadding="0" cellspacing="0" class='result_table_subtable'>
71                                     <tbody class='result_table_subtbody'>
72                                         <tr name='counts_row'>
73                                             <td width="58" valign="top"
74                                                 style="font-weight:bold;padding-left:10px;"
75                                                 name="results_row_count">[%
76                                                     result_count; result_count = result_count + 1
77                                                 %].</td>
78                                             <td class='result_table_pic_header'
79                                                 width="78" nowrap="nowrap" valign="top">
80                                                 [% ident = attrs.isbn_clean || attrs.upc; IF ident; %]
81                                                 <a href="[% ctx.opac_root %]/record/[% rec.id _ propagator %]"><img alt="Image of item"
82                                                         name='item_jacket' class='result_table_pic' width="55"
83                                                         src='[% ctx.media_prefix %]/opac/extras/ac/jacket/small/[% ident %]' /></a><br />
84                                                 [% END %]
85                                             </td>
86                                             <td class='result_table_title_cell'
87                                                 name='result_table_title_cell'
88                                                 valign="top">
89                                                 <div class="bold">
90                                                     <a title="[% attrs.title %]" name='item_title'
91                                                         href="[% ctx.opac_root %]/record/[% rec.id _ propagator %]"
92                                                         class='search_link'>[% attrs.title %]</a>
93                                                 </div>
94                                                 <span style="font-size:11px;">
95                                                     <div>
96                                                         <em>
97                                                             <a title="[% l("Perform an Author Search") %]"
98                                                                 name='item_author'
99                                                                 href="[% ctx.opac_root %]/results?qtype=author&query=[% attrs.author | replace('[,\.:;]', '') | uri %]&loc=[% CGI.param('loc') | uri %]"
100                                                                 class='search_link'>[% attrs.author %]</a>
101                                                         </em> &nbsp;&nbsp;
102                                                         [% attrs.pubdate %]
103                                                     </div>
104                                                     <table cellpadding="0" cellspacing="0" border="0"
105                                                         class="results_info_table">
106                                                         <tr name='bib_cn_list' class='result_table_title_cell'>
107                                                             <td colspan='2'>
108                                                                 <strong>Call number:</strong>
109                                                                 [% args.kcls_cn %]
110                                                             </td>
111                                                         </tr>
112                                                         <tr name="results_pub_tr" class="[% attrs.publisher ? '' : 'hide_me' %]">
113                                                             <td valign="top">
114                                                                 <strong>Publisher:</strong>
115                                                             </td>
116                                                             <td>[% attrs.publisher; %]</td>
117                                                         </tr>
118                                                         <tr name="results_isbn_tr" class="[% attrs.isbn ? '' : 'hide_me' %]">
119                                                             <td valign="top">
120                                                                 <strong>ISBN:</strong>
121                                                             </td>
122                                                             <td>[% attrs.isbn %]</td>
123                                                         </tr>
124                                                         <tr name="results_edition_tr" class="[% attrs.edition ? '' : 'hide_me' %]">
125                                                             <td valign="top">
126                                                                 <strong>Edition:</strong>
127                                                             </td>
128                                                             <td>[% attrs.edition %]</td>
129                                                         </tr>
130                                                         <tr name="results_phys_desc_tr" class="[% attrs.phys_desc ? '' : 'hide_me' %]">
131                                                             <td nowrap="nowrap" valign="top">
132                                                                 <strong>Phys. Desc.:</strong>
133                                                             </td>
134                                                             <td>
135                                                                 [% args.phys_desc %]
136                                                             </td>
137                                                         </tr>
138                                                     </table>
139                                                     <div>
140                                                         [% l('[_1] of [quant,_2,copy,copies] available',
141                                                             attrs.copy_counts.available, attrs.copy_counts.count) # XXX s/count/nshadow/ ?
142                                                             #rec.copy_counts.available, rec.copy_counts.visible) 
143                                                         %]
144                                                     </div>
145                                                 </span>
146                                                 <div class="hide_me">
147                                                     <span name='result_table_extra_span' class='hide_me'>
148                                                         <span name='result_table_pub_box'
149                                                             style='padding-left: 10px;'>
150                                                             <span name='result_table_edition_span'
151                                                                 style='padding-left: 10px;'></span> |
152                                                             <span name='result_table_pub_span'> </span> |
153                                                             <span name='result_table_phys_span'> </span>
154                                                         </span>
155                                                     </span>
156                                                 </div>
157                                             </td>
158                                             <!-- Copy this td for each copy count appended -->
159                                             <td nowrap='nowrap' name="copy_count_cell"
160                                                 class='copy_count_cell hide_me' width="1"> </td>
161                                             <td name='result_table_format_cell'
162                                                 class='result_table_format_cell' width="1">
163                                                 [% IF attrs.format %]
164                                                 <img alt="[% attrs.format %]" src="[% ctx.media_prefix %]/images/[% attrs.format_icon %]" />
165                                                 [% END %]
166                                                 <span class='hide_me opac-auto-031'>
167                                                     <span>[% l("Match Score: ") %] </span>
168                                                     <span name='relevancy_span'> </span>
169                                                 </span>
170                                                 <!-- Empty span used for creating unAPI links -->
171                                                 <span class="hide_me">
172                                                     <abbr style='padding-left: 8px;' name="unapi" class="unapi-id">
173                                                     <!-- unAPI URI goes here -->
174                                                     </abbr>
175                                                 </span>
176                                                 <!-- Empty span used for creating Google Book Search-->
177                                                 <span name="googleBooksLink" class="hide_me">
178                                                     <a style='padding-left: 8px;'
179                                                         class='classic_link hide_me'
180                                                         name="googleBooks-link">[% l("Browse in Google Books Search") %]</a>
181                                                 </span>
182                                             </td>
183                                             <td nowrap='nowrap' width="1" align="right">
184                                                 <div style="width:250px;text-align:left;">
185                                                     <div style="float:right;">
186                                                         <div class="results_aux_utils opac-auto-010"><a
187                                                                 href="[% ctx.opac_root %]/place_hold[% propagator; propagator.length > 1 ? "&" : ""; %]hold_target=[% rec.id %]&hold_type=T" name="place_hold_link" class="no-dec"><img
188                                                                 src="[% ctx.media_prefix %]/images/green_check.png"
189                                                                 alt="place hold" /><span
190                                                                     style="position:relative;top:-3px;left:3px;">Place Hold</span></a>
191                                                         </div>
192                                                         <div class="results_aux_utils opac-auto-011">
193                                                             [%  operation = ctx.mylist.grep(rec.id).size ? "delete" : "add";
194                                                                 label = (operation == "add") ? "Add to" : "Remove from"; %]
195                                                             <form action="[% ctx.opac_root %]/mylist/[% operation %]" method="POST">
196                                                                 <input type="hidden" name="record" value="[% rec.id %]" />
197                                                             <div style="position:absolute;">
198                                                                 <div style="position:relative;top:5px; left: 25px;">
199                                                                     <input type="submit" title="[% l(label _ ' my list') %]" value="[% l(label _ ' my list') %]" class="subtle-button" />
200                                                                 </div>
201                                                             </div>
202                                                                 <input type="image"
203                                                                 alt="[% l(label _ ' my list') %]"
204                                                                 src="[% ctx.media_prefix %]/images/clipboard.png" />
205                                                         </form>
206                                                         </div>
207                                                         <!-- <div style="padding-top:7px;" class="results_aux_utils">
208                                                             <a title="Reviews and More" target="_blank" class="no-dec"
209                                                                 name="reviews_and_more" href="javascript:;"><img
210                                                                 alt="reviews &amp; more"
211                                                                 src="[% ctx.media_prefix %]/images/starz.png" /> <span
212                                                                     style="position:relative;top:-5px;">Reviews &amp; More</span></a>
213                                                         </div> -->
214                                                     </div>
215                                                     <div style="float:right;margin-right:17px;">
216                                                     [%  key = attrs.mattype;
217                                                         format_desc = ctx.find_citm(key).value;
218                                                         icon_filename = icon_by_mattype.$key;
219                                                         IF icon_filename; %]
220                                                         <img alt="[% format_desc %]" title="[% format_desc %]"
221                                                             src="[% ctx.media_prefix _ '/images/' _ icon_filename %]" />
222                                                     [% END %]
223                                                     </div>
224                                                 </div>
225                                             </td>
226                                         </tr>
227                                         <!-- Placeholder for ChiliFresh Review -->
228                                         <tr class="hide_me" name="chilifreshReview">
229                                             <td></td>
230                                             <td valign="top" colspan="5">
231                                                 <div style="position:relative;left:-19px;">
232                                                     <span name="chilifreshReviewLink" class="chili_review"></span>
233                                                     <div name="chilifreshReviewResult" style="display:none"></div>
234                                                 </div>
235                                             </td>
236                                         </tr>
237                                         <tr>
238                                             <td colspan="5">
239                                                 <div style="height:0px;border-top:1px solid #b7b7b7;border-bottom:1px solid #d4d4d4;margin:15px 0px;"></div>
240                                                 <!-- <hr class='opac-auto-013' color="#FFCC33" /> -->
241                                             </td>
242                                         </tr>
243                                     </tbody>
244                                 </table>
245                             </td>
246                         </tr>
247                     [% END %]
248                     </tbody>
249                 </table>
250             </td>
251         </tr>
252     </table>
253 </div>
254 <div>
255     [% ctx.results_count_header %]
256     <!-- ChiliFresh XXX script TODO -->
257 </div>