testing commit, please ignore
[kcls-web.git] / opac / skin / craftsman / xml / result / filtersort.xml
1 <span>
2         <table>
3                 <tr>
4                         <td nowrap='nowrap'><label>&result.limit2avail;</label></td>
5                         <td class='checkbox' style='padding-right: 5px;'><input type='checkbox' id='opac.result.limit2avail' onclick='searchBarSubmit(true);' />&nbsp;</td>
6                         <td><select id='opac.result.sort' onchange='searchBarSubmit(true);'>
7                                 <option selected='selected' value=''>&result.sort_by;</option>
8                                 <optgroup label='&result.sort_by.title;'>
9                                         <option id='opac.result.title.a2z' label='&common.a2z.titla;' value='title.asc'>&common.a2z.title;</option>
10                                         <option id='opac.result.title.z2a' label='&common.z2a.titla;' value='title.desc'>&common.z2a.title;</option>
11                                 </optgroup>
12                                 <optgroup label='&result.sort_by.author;'>
13                                         <option id='opac.result.author.a2z' label='&common.a2z.author;' value='author.asc'>&common.a2z.author;</option>
14                                         <option id='opac.result.author.z2a' label='&common.z2a.author;' value='author.desc'>&common.z2a.author;</option>
15                                 </optgroup>
16                                 <optgroup label='&result.sort_by.pubdate;'>
17                                         <option id='opac.result.pubdate.new2old' label='&common.new2old.pubdate;' 
18                                                 value='pubdate.desc'>&common.new2old.pubdate;</option>
19                                         <option id='opac.result.pubdate.old2new' label='&common.old2new.pubdate;' 
20                                                 value='pubdate.asc'>&common.old2new.pubdate;</option>
21                                 </optgroup>
22                         </select></td>
23                 </tr>
24         </table>
25 </span>