]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/result_table.xml
numerous small style changes
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / result_table.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE x [ <!ENTITY % ent SYSTEM "../../../locale/en-US/lang.dtd"> %ent; ] >
3
4 <!-- Search results are spit into this table -->
5
6 <div id='result_table_div' xmlns:xi="http://www.w3.org/2001/XInclude">
7
8         <table id='search_nav_links'>
9                 <tbody>
10                         <tr>
11                                 <td valign='bottom' id='result_info_box'>
12                                         <!--
13                                         <div class='hide_me' id='result_info_div' style='font-size: 8pt;'>
14                                                 <span> Results </span> 
15                                                 <span id='offset_start'> </span>
16                                                 <span> - </span>
17                                                 <span id='offset_end'> </span>
18                                                 <span> of </span>
19                                                 <span id='result_count'> </span>
20                                                 <span style='padding-left: 6px;'> (page </span>
21                                                 <span id='current_page'> </span>
22                                                 <span> of </span>
23                                                 <span id='num_pages'> </span>
24                                         </div>
25                                         -->
26                                 </td>
27                                 <td width="36%" 
28                                         style='padding-bottom: 4px; text-align:center; border-bottom: 1px solid #A0A0A0;'>
29                                         <span style='font-size: 8pt;'> <b>Available copies / Total copies </b></span>
30                                 </td>
31                         </tr>
32                 </tbody>
33         </table>
34
35
36         <table id='result_thead' width='100%' style='margin-right: 16px;'>
37                 <tbody>
38                         <tr id='result_thead_row'>
39
40                                 <td style='vertical-align: middle;'  id='next_prev_links' valign='bottom'>
41                                         <a class='search_page_nav_link' id='search_home_link' title="First results page">Start</a>
42                                         <a class='search_page_nav_link' id='prev_link' title='Previus page'> &lt;&lt; </a>
43                                         <span class='search_page_nav_link' id='page_numbers'> </span>
44                                         <a  class='search_page_nav_link' id='next_link' title='Next Page'> &gt;&gt; </a>
45                                         <a  class='search_page_nav_link' id='end_link' title="Last results page">End</a>
46                                 </td>
47
48                                 <td align='left' style='padding-left: 10px;'>
49                                         <div class='hide_me' id='result_info_div' style='font-size: 9pt;'>
50                                                 <span> Results </span> 
51                                                 <span id='offset_start'> </span>
52                                                 <span> - </span>
53                                                 <span id='offset_end'> </span>
54                                                 <span> of </span>
55                                                 <span id='result_count'> </span>
56                                                 <span style='padding-left: 6px;'> (page </span>
57                                                 <span id='current_page'> </span>
58                                                 <span> of </span>
59                                                 <span id='num_pages'> </span>
60                                         </div>
61                                 </td>
62
63
64                                 <td> </td>
65                                 <td style='font-size: 8pt; padding-top: 4px;' width='12%' align='center' name='result_thead_ccell'> </td>
66                         </tr>
67                 </tbody>
68         </table>
69
70         
71
72         <table id='res_table'> 
73
74
75                 <!-- for some reason, this is the only way i can force the cell widths -->
76                 <thead id='result_thead'>
77                         <td class='result_table_pic_header'></td>
78                         <td> </td>
79                 </thead>
80
81                 <tbody id='result_table'>
82
83                         <!-- Template for displaying a search result.  This row template is cloned and inserted
84                                         for each result returned -->
85
86                         <tr id='result_table_template' class='hide_me'>
87
88                                 <!-- Jacket image goes here -->
89                                 <td  class='result_table_pic_header'><a><img name='item_jacket' class='result_table_pic'/></a></td>
90
91                                 <td class='result_table_row'>
92                                         <table class='result_table_subtable'>
93                                                 <tbody class='result_table_subtbody'>
94
95                                                         <tr style='height: 1em' name='counts_row'>
96
97                                                                 <td class='result_table_title_cell' name='result_table_title_cell'>
98                                                                         <a title="View titles for this record" name='item_title' class='search_link'> 
99                                                                                 <!-- Title goes here -->
100                                                                         </a>
101                                                                 </td>
102
103                                                                 <!-- Copy this td for each copy count appended -->
104                                                                 <td align='center' valign='middle' nowrap='nowrap' 
105                                                                         name="copy_count_cell" class='copy_count_cell' rowspan='3'> 
106                                                                         <div  class='copy_count_div'> </div>
107                                                                 </td>
108
109                                                         </tr>
110                 
111                                                         <tr style='height: 1em' >
112                                                                 <td class='result_table_author_cell'>
113                                                                         <a title="Perform an Author Search" name='item_author' class='search_link'> 
114                                                                                 <!-- Author goes here -->
115                                                                         </a>
116                                                                 </td>
117                                                         </tr>
118
119                                                         <tr style='height:1em;' >
120                                                                 <td name='result_table_format_cell' class='result_table_format_cell'>
121
122                                                                         <a name='text_link' class='search_link'> 
123                                                                                 <img src='../../../images/tor/text.jpg' class='dim tor_pic'> </img>
124                                                                         </a>
125
126                                                                         <a name='sound recording-nonmusical_link' class='search_link'> 
127                                                                                 <img src='../../../images/tor/sound recording-nonmusical.jpg' class='dim tor_pic'> </img>
128                                                                         </a>
129
130                                                                         <a name='moving image_link' class='search_link'> 
131                                                                                 <img src='../../../images/tor/moving image.jpg' class='dim tor_pic'> </img>
132                                                                         </a>
133
134                                                                         <a name='software, multimedia_link' class='search_link'> 
135                                                                                 <img src='../../../images/tor/software, multimedia.jpg' class='dim tor_pic'> </img>
136                                                                         </a>
137
138                                                                         <a name='sound recording-musical_link' class='search_link'> 
139                                                                                 <img src='../../../images/tor/sound recording-musical.jpg' class='dim tor_pic'> </img>
140                                                                         </a>
141
142                                                                         <a name='cartographic_link' class='search_link'> 
143                                                                                 <img src='../../../images/tor/cartographic.jpg' class='dim tor_pic'> </img>
144                                                                         </a>
145
146                                                                         <a name='mixed material_link' class='search_link'> 
147                                                                                 <img src='../../../images/tor/mixed material.jpg' class='dim tor_pic'> </img>
148                                                                         </a>
149
150                                                                         <a name='notated music_link' class='search_link'> 
151                                                                                 <img src='../../../images/tor/notated music.jpg' class='dim tor_pic'> </img>
152                                                                         </a>
153
154                                                                         <a name='sound recording_link' class='search_link'> 
155                                                                                 <img src='../../../images/tor/sound recording.jpg' class='dim tor_pic'> </img>
156                                                                         </a>
157
158                                                                         <a name='still images_link' class='search_link'> 
159                                                                                 <img src='../../../images/tor/still images.jpg' class='dim tor_pic'> </img>
160                                                                         </a>
161
162                                                                         <a name='three dimensional object_link' class='search_link'> 
163                                                                                 <img src='../../../images/tor/three dimensional object.jpg' class='dim tor_pic'> </img>
164                                                                         </a>
165
166                                                                         <span class='hide_me' style='color: #9999FF; padding-left: 10px; font-size: 7pt; font-weight: 300;'> 
167                                                                                 <span>Relevancy </span><span name='relevancy_span'> </span>
168                                                                         </span>
169
170                                                                 </td>
171                                                         </tr>
172
173                                                 </tbody>
174                                         </table>
175                                 </td>
176                         </tr>
177                 </tbody>
178         </table>
179
180         <script language='javascript'>
181                 config.names.result.format_cell = 'result_table_format_cell';
182                 config.names.result.format_link = 'resource_link'
183                 config.names.result.format_pic = 'format_pic'
184         </script>
185
186 </div>
187
188