1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<form name="msgomaticbottom" class="selector_bottom" >
<p><?_("Reading #")>
<select name="whichones" size="1"
OnChange="location.href=msgomaticbottom.whichones.options[selectedIndex].value">
<?CONTEXTSTR>
</select>
<?_("of")> <?SUMM:COUNT> <?_("messages")>
<input type="radio" name="direction" value=""
OnChange="location.href='<?URLPART(0)>?SortBy=date?SortOrder=1'"
<?%("COND:BSTR", 1, "SortOrder", 1, "checked", "")>
>
<?_("oldest to newest")>
<input type="radio" name="direction" value=""
OnChange="location.href='<?URLPART(0)>?SortBy=date?SortOrder=2'"
<?%("COND:BSTR", 1, "SortOrder", 2, "checked", "")>
>
<?_("newest to oldest")>
</p>
</form>
|