]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/result/table.tt2
Merge branch 'opac-tt-poc' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen...
[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><a title="[% l("Perform an Author Search") %]"
97                                                                 name='item_author'
98                                                                 href="[% ctx.opac_root %]/results?qtype=author&query=[% 
99                                                                     attrs.author | replace('[,\.:;]', '') | uri %]&loc=[% CGI.param('loc') | uri %]"
100                                                                 class='search_link'>[% attrs.author %]</a></em>
101                                                         &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>[% args.marc_cn %][%# XXX KCLS %]
109                                                             </td>
110                                                         </tr>
111                                                         <tr name="results_pub_tr" class="[% attrs.publisher ? '' : 'hide_me' %]">
112                                                             <td valign="top">
113                                                                 <strong>Publisher:</strong>
114                                                             </td>
115                                                             <td>[% attrs.publisher; %]</td>
116                                                         </tr>
117                                                         <tr name="results_isbn_tr" class="[% attrs.isbn ? '' : 'hide_me' %]">
118                                                             <td valign="top">
119                                                                 <strong>ISBN:</strong>
120                                                             </td>
121                                                             <td>[% attrs.isbn %]</td>
122                                                         </tr>
123                                                         <tr name="results_edition_tr" class="[% attrs.edition ? '' : 'hide_me' %]">
124                                                             <td valign="top">
125                                                                 <strong>Edition:</strong>
126                                                             </td>
127                                                             <td>[% attrs.edition %]</td>
128                                                         </tr>
129                                                         <tr name="results_phys_desc_tr" class="[% attrs.phys_desc ? '' : 'hide_me' %]">
130                                                             <td nowrap="nowrap" valign="top">
131                                                                 <strong>Phys. Desc.:</strong>
132                                                             </td>
133                                                             <td>
134                                                                 [% args.phys_desc %]
135                                                             </td>
136                                                         </tr>
137                                                     </table>
138                                                     <div>
139                                                         [% l('[_1] of [quant,_2,copy,copies] available',
140                                                             attrs.copy_counts.available, attrs.copy_counts.count) # XXX s/count/nshadow/ ?
141                                                             #rec.copy_counts.available, rec.copy_counts.visible) 
142                                                         %]
143                                                     </div>
144                                                 </span>
145                                                 <div class="hide_me">
146                                                     <span name='result_table_extra_span' class='hide_me'>
147                                                         <span name='result_table_pub_box'
148                                                             style='padding-left: 10px;'>
149                                                             <span name='result_table_edition_span'
150                                                                 style='padding-left: 10px;'></span> |
151                                                             <span name='result_table_pub_span'> </span> |
152                                                             <span name='result_table_phys_span'> </span>
153                                                         </span>
154                                                     </span>
155                                                 </div>
156                                             </td>
157                                             <!-- Copy this td for each copy count appended -->
158                                             <td nowrap='nowrap' name="copy_count_cell"
159                                                 class='copy_count_cell hide_me' width="1"> </td>
160                                             <td name='result_table_format_cell'
161                                                 class='result_table_format_cell' width="1">
162                                                 [% IF attrs.format %]
163                                                 <img alt="[% attrs.format %]" src="[% ctx.media_prefix %]/images/[% attrs.format_icon %]" />
164                                                 [% END %]
165                                                 <span class='hide_me opac-auto-031'>
166                                                     <span>[% l("Match Score: ") %] </span>
167                                                     <span name='relevancy_span'> </span>
168                                                 </span>
169                                                 <!-- Empty span used for creating unAPI links -->
170                                                 <span class="hide_me">
171                                                     <abbr style='padding-left: 8px;' name="unapi" class="unapi-id">
172                                                     <!-- unAPI URI goes here -->
173                                                     </abbr>
174                                                 </span>
175                                                 <!-- Empty span used for creating Google Book Search-->
176                                                 <span name="googleBooksLink" class="hide_me">
177                                                     <a style='padding-left: 8px;'
178                                                         class='classic_link hide_me'
179                                                         name="googleBooks-link">[% l("Browse in Google Books Search") %]</a>
180                                                 </span>
181                                             </td>
182                                             <td nowrap='nowrap' width="1" align="right">
183                                                 <div style="width:250px;text-align:left;">
184                                                     <div style="float:right;">
185                                                         <div class="results_aux_utils opac-auto-010"><a
186                                                                 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
187                                                                 src="[% ctx.media_prefix %]/images/green_check.png"
188                                                                 alt="place hold" /><span
189                                                                     style="position:relative;top:-3px;left:3px;">Place Hold</span></a>
190                                                         </div>
191                                                         <div class="results_aux_utils opac-auto-011">
192                                                             [%  operation = ctx.mylist.grep(rec.id).size ? "delete" : "add";
193                                                                 label = (operation == "add") ? "Add to" : "Remove from"; %]
194                                                             <form action="[% ctx.opac_root %]/mylist/[% operation %]" method="POST">
195                                                                 <input type="hidden" name="record" value="[% rec.id %]" />
196                                                             <div style="position:absolute;">
197                                                                 <div style="position:relative;top:5px; left: 25px;">
198                                                                     <input type="submit" title="[% l(label _ ' my list') %]" value="[% l(label _ ' my list') %]" class="subtle-button" />
199                                                                 </div>
200                                                             </div>
201                                                                 <input type="image"
202                                                                 alt="[% l(label _ ' my list') %]"
203                                                                 src="[% ctx.media_prefix %]/images/clipboard.png" />
204                                                         </form>
205                                                         </div>
206                                                         <!-- <div style="padding-top:7px;" class="results_aux_utils">
207                                                             <a title="Reviews and More" target="_blank" class="no-dec"
208                                                                 name="reviews_and_more" href="javascript:;"><img
209                                                                 alt="reviews &amp; more"
210                                                                 src="[% ctx.media_prefix %]/images/starz.png" /> <span
211                                                                     style="position:relative;top:-5px;">Reviews &amp; More</span></a>
212                                                         </div> -->
213                                                     </div>
214                                                     <div style="float:right;margin-right:17px;">
215                                                     [%  key = attrs.mattype;
216                                                         format_desc = ctx.find_citm(key).value;
217                                                         icon_filename = icon_by_mattype.$key;
218                                                         IF icon_filename; %]
219                                                         <img alt="[% format_desc %]" title="[% format_desc %]"
220                                                             src="[% ctx.media_prefix _ '/images/' _ icon_filename %]" />
221                                                     [% END %]
222                                                     </div>
223                                                 </div>
224                                             </td>
225                                         </tr>
226                                         <!-- Placeholder for ChiliFresh Review -->
227                                         <tr class="hide_me" name="chilifreshReview">
228                                             <td></td>
229                                             <td valign="top" colspan="5">
230                                                 <div style="position:relative;left:-19px;">
231                                                     <span name="chilifreshReviewLink" class="chili_review"></span>
232                                                     <div name="chilifreshReviewResult" style="display:none"></div>
233                                                 </div>
234                                             </td>
235                                         </tr>
236                                         <tr>
237                                             <td colspan="5">
238                                                 <div style="height:0px;border-top:1px solid #b7b7b7;border-bottom:1px solid #d4d4d4;margin:15px 0px;"></div>
239                                                 <!-- <hr class='opac-auto-013' color="#FFCC33" /> -->
240                                             </td>
241                                         </tr>
242                                     </tbody>
243                                 </table>
244                             </td>
245                         </tr>
246                     [% END %]
247                     </tbody>
248                 </table>
249             </td>
250         </tr>
251     </table>
252 </div>
253 <div>
254     [% ctx.results_count_header %]
255     <!-- ChiliFresh XXX script TODO -->
256 </div>