]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/craftsman/xml/result/result_table.xml
Clean up unneeded alt txt; rework "Add to my list"
[Evergreen.git] / Open-ILS / web / opac / skin / craftsman / xml / result / result_table.xml
1 <!-- Search results are spit into this table -->
2
3 <div id='result_table_div' xmlns:xi="http://www.w3.org/2001/XInclude">
4
5         <table id='res_table'> 
6
7                 <!-- for some reason, this is the only way i can force the cell widths -->
8                 <thead id='result_thead'>
9                         <tr>
10                                 <td class='result_table_pic_header'></td>
11                                 <td> </td>
12                         </tr>
13                 </thead>
14
15                 <tbody id='result_table'>
16                         <tr>
17
18                                 <td class='result_table_row'>
19                                         <!--#include virtual="result_info.xml"-->
20                                 </td>
21                         </tr>
22
23                         <!-- Template for displaying a search result.  This row template is cloned and inserted
24                                         for each result returned -->
25
26                         <tr id='result_table_template' class='hide_me'>
27
28                                 <!-- Jacket image goes here -->
29
30                                 <td align='left'>
31                                         <table class='book-results'>
32                                                 <tbody>
33                                                         <tr name='counts_row'>
34                                                                 <td class='bookjacket' valign='middle' style='vertical-align: middle;'>
35                                                                         <a><img name='item_jacket' /></a>
36                                                                 </td>
37
38                                                                 <td name='result_table_title_cell'>
39                                                                         <!-- Title goes here -->
40                                                                         <h1><a title="&result.table.keyword;" name='item_title'> 
41                                                                                 <!-- Title goes here -->
42                                                                         </a></h1>
43                                                                         
44                                                                         <h2><a title="&result.table.author;" name='item_author'> 
45                                                                                 <!-- Author goes here -->
46                                                                         </a></h2>
47                                                                         <blockquote>
48                                                                                 <span name='result_table_extra_span' class='hide_me'>
49                                                                                         <span name='result_table_pub_box'> 
50                                                                                                 <span name='result_table_edition_span'></span> |
51                                                                                                 <span name='result_table_pub_span'> </span> |
52                                                                                                 <span name='result_table_phys_span'> </span>
53                                                                                         </span>
54                                                                                 </span>
55                                                                         </blockquote>
56
57                                                                         <div name='result_table_format_cell'>
58                                                                                 <div class='tool-icons'>
59                                                                                         <a name='text_link'><img src='../../../../images/tor/book-icon.gif' style='width: 23px; height: 22px;' class='dim' /></a>
60                                                                                         <a name='sound recording-nonmusical_link'><img src='../../../../images/tor/nonmusic-icon.gif' style='width: 22px; height: 18px;' class='dim' /></a>
61                                                                                         <a name='moving image_link'><img src='../../../../images/tor/mov-icon.gif' style='width: 23px; height: 22px;' class='dim' /></a>
62                                                                                         <a name='software, multimedia_link'><img src='../../../../images/tor/software-icon.gif' style='width: 17px; height: 20px;' class='dim' /></a>
63                                                                                         <a name='sound recording-musical_link'><img src='../../../../images/tor/sound-icon.gif' style='width: 30px; height: 18px;' class='dim' /></a>
64                                                                                         <a name='cartographic_link'><img src='../../../../images/tor/earth-icon.gif' style='width: 19px; height: 18px;' class='dim' /></a>
65                                                                                         <a name='mixed material_link'><img src='../../../../images/tor/mix-icon.gif' style='width: 23px; height: 22px;' class='dim' /></a>
66                                                                                         <a name='notated music_link'><img src='../../../../images/tor/mussymbol-icon.gif' style='width: 17px; height: 19px;' class='dim' /></a>
67                                                                                         <a name='sound recording_link'><img src='../../../../images/tor/recsound-icon.gif' style='width: 30px; height: 18px;' class='dim' /></a>
68                                                                                         <a name='still image_link'><img src='../../../../images/tor/pic-icon.gif' style='width: 23px; height: 25px;' class='dim' /></a>
69                                                                                         <a name='three dimensional object_link'><img src='../../../../images/tor/threed-icon.gif' style='width: 21px; height: 21px;' class='dim' /></a>
70                                                                                         <div class='clear'></div>
71                                                                                 </div>
72                                                                                 <span class='hide_me' style='color: #9999FF; padding-left: 10px; font-size: 7pt; font-weight: 300;'> 
73                                                                                         <span>&common.relevancy; </span><span name='relevancy_span'> </span>
74                                                                                 </span>
75         
76                                                                                 <span class='placeholder hide_me' name='place_hold_span'>
77                                                                                         <a href='javascript:void(0);' name='place_hold_link'>&opac.holds.placeHold;</a>
78                                                                                 </span>
79                                                                                 <div class='clear'></div>
80         
81                                                                                 <!-- Empty span used for creating unAPI links -->
82                                                                                 <abbr name="unapi" class="unapi-id">
83                                                                                         <!-- unAPI URI goes here -->
84                                                                                 </abbr>
85
86                                                                             <!-- Empty span used for creating Google Book Search-->
87                                                                             <span name="googleBooksLink" class="hide_me">
88                                                                                     <a style='padding-left: 8px;' class='classic_link' name="googleBooks-link">&result.googleBooks.browse;</a>
89                                                                             </span>
90     
91                                                                         </div>
92                                                                         
93                                                                 </td>
94
95                                                                 <!-- Copy this td for each copy count appended -->
96                                                                 <td nowrap='nowrap' name="copy_count_cell" class='count' style="width: 80px; padding: 6px 2px;"> </td>
97                                                         </tr>
98                                                 </tbody>
99                                         </table>
100                                 </td>
101                         </tr>
102                 </tbody>
103         </table>
104
105
106    <!-- ====================== -->
107    <div id='result_info_2' class='pageresults-box hide_me'>
108                 <span class='hide_me' id='result_info_div2'>
109                    <span> &common.results; </span> 
110                    <b id='offset_start2'> </b>
111                    <span> - </span>
112                    <b id='offset_end2'> </b>
113                    <span> &common.ofAtLeast; </span>
114                    <b id='result_count2'> </b>
115                    <span style='padding-left: 6px;'> (page </span>
116                    <span id='current_page2'> </span>
117                    <span> &common.of; </span>
118                    <span id='num_pages2'> </span>
119                 </span>
120                                    
121                 <span id='start_end_links_span2' class='hide_me' style='padding-left: 40px;' >
122                 <a class='search_page_nav_link' id='search_home_link2' 
123                    title="&rdetail.page.results;">&rdetail.start;</a><a class='search_page_nav_link' 
124                    id='prev_link2' title='&rdetail.page.previous;'>&rdetail.page.previous.short;</a>
125         
126                 <span class='search_page_nav_link' id='page_numbers2'> </span>
127                    <a  class='search_page_nav_link' id='next_link2' 
128                           title='&rdetail.page.next;'>&rdetail.page.next.short;</a>
129                           <!--
130                           <a class='search_page_nav_link' 
131                           id='end_link2' title="&rdetail.page.last;">&rdetail.end;</a>
132                           -->
133                 </span>   
134    </div>
135    <!-- ====================== -->
136
137
138         <script language='javascript' type='text/javascript'>
139                 config.names.result.format_cell = 'result_table_format_cell';
140                 config.names.result.format_link = 'resource_link'
141                 config.names.result.format_pic = 'format_pic'
142         </script>
143
144     <!-- ChiliFresh setup -->
145     <script language='javascript' type='text/javascript'>
146         var chilifresh = false;
147     </script>
148
149 </div>
150
151