Enable sort by score+date in mailing list search again.
It is still buggy, but that won't hurt.
This commit is contained in:
parent
366114d2f1
commit
6c7ff969bb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8079
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY base CDATA "..">
|
<!ENTITY base CDATA "..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.52 2000/09/29 17:27:01 wosch Exp $">
|
<!ENTITY date "$FreeBSD: www/en/search/search.sgml,v 1.53 2000/09/30 09:41:57 wosch Exp $">
|
||||||
<!ENTITY title "Search">
|
<!ENTITY title "Search">
|
||||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $FreeBSD: www/en/search/search.sgml,v 1.52 2000/09/29 17:27:01 wosch Exp $ -->
|
<!-- $FreeBSD: www/en/search/search.sgml,v 1.53 2000/09/30 09:41:57 wosch Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -86,7 +86,7 @@ Limit the number of results to <select name="max"
|
||||||
sort by
|
sort by
|
||||||
<SELECT NAME="sort">
|
<SELECT NAME="sort">
|
||||||
<OPTION VALUE="score">score</OPTION>
|
<OPTION VALUE="score">score</OPTION>
|
||||||
<!-- <OPTION VALUE="date">date</OPTION> -->
|
<OPTION VALUE="date">score & date</OPTION>
|
||||||
<OPTION VALUE="subject">subject</OPTION>
|
<OPTION VALUE="subject">subject</OPTION>
|
||||||
<OPTION VALUE="author">author</OPTION>
|
<OPTION VALUE="author">author</OPTION>
|
||||||
</SELECT>
|
</SELECT>
|
||||||
|
|
Loading…
Reference in a new issue