]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/msg_listselector_bottom.html
Revert "serv_rssclient.c: style update"
[citadel.git] / webcit / static / t / msg_listselector_bottom.html
diff --git a/webcit/static/t/msg_listselector_bottom.html b/webcit/static/t/msg_listselector_bottom.html
new file mode 100644 (file)
index 0000000..714b697
--- /dev/null
@@ -0,0 +1,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>
+