1 <form name=
"msgomatictop" class=
"selector_top" >
3 <select name=
"whichones" size=
"1"
4 OnChange=
"location.href=msgomatictop.whichones.options[selectedIndex].value">
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
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")
>