testing commit, please ignore
[kcls-web.git] / opac / skin / craftsman / xml / common / statusbar.xml
1 <div id='statusbar' align="right">
2         <table align='right' width='100%'>
3                 <tbody>
4                         <tr>
5                                 <td align='left' class='title' width='20%' nowrap='nowrap'>
6                                         <b>
7                                         <span style='padding: 1px;' id='now_searching_location'>  </span>
8                                         </b>
9                                         <i id='including_results_for' class='hide_me'>
10                                                 <span>&status.results;</span> <b id='including_results_location'> </b>
11                                         </i>
12                                 </td>
13                 <td align='right' style='padding:4px;'>
14                     <!--#if expr="$OILS_PAGE='rresult.xml' || $OILS_PAGE='mresult.xml'"-->
15                     <!--#include virtual="../result/filtersort.xml" -->
16                     <!--#endif -->
17                 </td>
18                         </tr>
19                 </tbody>
20         </table>
21         <script language='javascript' type='text/javascript'>
22                 config.ids.common.now_searching = 'now_searching_location';
23         </script>
24 </div>