]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/templates/default/opac/parts/result/filtersort.tt2
Merge branch 'master' of git+ssh://yeti.esilibrary.com/home/evergreen/evergreen-equin...
[working/Evergreen.git] / Open-ILS / web / templates / default / opac / parts / result / filtersort.tt2
1 <!-- ****************** filtersort.xml ***************************** -->
2     <select class="results_header_sel" id='opac.result.sort' onchange='searchBarSubmit(true);'>
3         <option selected='selected' value=''>[% l("Sort Results by Relevance") %]</option>
4         <optgroup label='[% l("Sort Results by Title") %]'>
5             <option id='opac.result.title.a2z' label='&common.a2z.titla;' value='title.asc'>[% l("Title: A to Z") %]</option>
6             <option id='opac.result.title.z2a' label='&common.z2a.titla;' value='title.desc'>[% l("Title: Z to A") %]</option>
7         </optgroup>
8         <optgroup label='[% l("Sort Results by Author") %]'>
9             <option id='opac.result.author.a2z' label='[% l("Author: A to Z") %]' value='author.asc'>[% l("Author: A to Z") %]</option>
10             <option id='opac.result.author.z2a' label='[% l("Author: Z to A") %]' value='author.desc'>[% l("Author: Z to A") %]</option>
11         </optgroup>
12         <optgroup label='[% l("Sort Results by Publication Date") %]'>
13             <option id='opac.result.pubdate.new2old' label='[% l("Date: Newest to Oldest") %]' 
14                 value='pubdate.desc'>[% l("Date: Newest to Oldest") %]</option>
15             <option id='opac.result.pubdate.old2new' label='[% l("Date: Oldest to Newest") %]' 
16                 value='pubdate.asc'>[% l("Date: Oldest to Newest") %]</option>
17         </optgroup>
18     </select>
19 <!-- ****************** end: filtersort.xml ***************************** -->