* Added another conditional for presence/absence of Subject: header
[citadel.git] / webcit / static / t / msg_listselector_top.html
blob3f4709b3cce367d0ff4b7dfcb7b2a3163816f585
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>
8 <input type="radio" name="direction" value=""
9 OnChange="location.href='<?URLPART(0)>?SortBy=date&SortOrder=1'"
10 <?%("COND:BSTR", 1, "SortOrder", 1, "checked", "")>
12 <?_("oldest to newest")>
14 &nbsp;&nbsp;&nbsp;&nbsp;
16 <input type="radio" name="direction" value=""
17 OnChange="location.href='<?URLPART(0)>?SortBy=date&SortOrder=2'"
18 <?%("COND:BSTR", 1, "SortOrder", 2, "checked", "")>
20 <?_("newest to oldest")>
21 </p>
22 </form>