d6cb5989126e87c3c0f9b1a156b8fba6a1afe2f0
[citadel.git] / webcit / static / t / msg_listselector_top.html
1 <form name="msgomatictop" class="selector_top" >
2 <p><?_("Reading #")>
3 <select name="whichones" size="1" 
4         OnChange="location.href=msgomatictop.whichones.options[selectedIndex].value">
5 <?CONTEXTSTR>
6 </select>
7
8 <input type="radio" name="direction" value="" 
9   OnChange="location.href='<?URLPART(1)>?SortBy=date&SortOrder=2'"
10   <?%("COND:BSTR", 1, "SortOrder", 1, "checked", "")>
11 >
12 <?_("oldest to newest")> 
13
14 &nbsp;&nbsp;&nbsp;&nbsp;
15
16 <input type="radio" name="direction" value="" 
17   OnChange="location.href='<?URLPART(1)>?SortBy=date&SortOrder=1'"
18   <?%("COND:BSTR", 1, "SortOrder", 1, "", "checked")>
19 >
20 <?_("newest to oldest")>
21 </p>
22 </form>
23