File: msg_listselector_bottom.html

package info (click to toggle)
webcit 8.24-dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,888 kB
  • ctags: 4,214
  • sloc: ansic: 33,336; sh: 4,468; makefile: 340; xml: 90; sed: 9
file content (23 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (5)
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")> 

&nbsp;&nbsp;&nbsp;&nbsp;

<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>