Remove js requirement for repeat searches
[mharc.git] / cgi-bin / template / NMZ.head.in
1 <html>
2 <head>
3 <title>Mail Archive Search</title>
4 <style type="text/css"><!--
5 strong.keyword { color: Red; }
6 p.example { text-indent: 1em;
7 color: Navy;
8 font-weight: bold;
9 font-family: monospace; }
10 code { color: Navy;
11 font-family: monospace; }
12 code.example { color: Navy;
13 font-weight: bold;
14 font-family: monospace; }
15 code.operator { color: Navy;
16 font-family: monospace;
17 font-weight: bold; }
18 --></style>
19 </head>
20 <body lang="en">
21 <h1><a href="@@HTML_URL@@/<!-- INDEX_DIR -->"><!-- INDEX_DIR --> archive</a> search</h1>
22 <form method="get" action="{cgi}">
23 <p><strong>Search String:</strong>
24 <input type="text" name="query" size="40">
25 <input type="submit" name="submit" value="Search!">
26 <input type="hidden" name="idxname" value="<!-- INDEX_DIR -->">
27 <strong>Display:</strong>
28 <select name="max">
29 <option value="10">10</option>
30 <option selected value="20">20</option>
31 <option value="30">30</option>
32 <option value="50">50</option>
33 <option value="100">100</option>
34 </select>
35 <strong>Description:</strong>
36 <select name="result">
37 <option selected value="normal">normal</option>
38 <option value="short">short</option>
39 </select>
40 <strong>Sort:</strong>
41 <select name="sort">
42 <option selected value="score">by score
43 <option value="date:late">in reverse chronological order</option>
44 <option value="date:early">in chronological order</option>
45 <option value="field:subject:ascending">by title in ascending order</option>
46 <option value="field:subject:descending">by title in descending order</option>
47 <option value="field:from:ascending">by author in ascending order</option>
48 <option value="field:from:descending">by author in descending order</option>
49 <option value="field:size:ascending">by size in ascending order</option>
50 <option value="field:size:descending">by size in descending order</option>
51 <option value="field:uri:ascending">by URI in ascending order</option>
52 <option value="field:uri:descending">by URI in descending order</option>
53 </select>
54 </p>
55 </form>