summaryrefslogtreecommitdiffstats
path: root/debian/htdig/htdig-3.2.0b6/contrib/scriptname/search.html
blob: b6f80e97b65d2cf395cf9975987bded34be70ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!--
  -- script_name example using SSI
  -- This is the standard search page (no dynamic stuff),
  -- with two minor differences: The form uses the "get"
  -- method and the "action" sends the form input to the
  -- the dynamic results page.
  -->

<html>
<head>
<title>ht://Dig WWW Search</title>
</head>
<body bgcolor="#eef7ff">
<h1>
<a href="http://www.htdig.org"><IMG SRC="/htdig/htdig.gif" align=bottom alt="ht://Dig" border=0></a>
WWW Site Search</H1>
<hr noshade size=4>
This search will allow you to search the contents of
all the publicly available WWW documents at this site.
<br>
<p>
<form method="get" action="/search/results.shtml">
<font size=-1>
Match: <select name=method>
<option value=and>All
<option value=or>Any
<option value=boolean>Boolean
</select>
Format: <select name=format>
<option value=builtin-long>Long
<option value=builtin-short>Short
</select>
Sort by: <select name=sort>
<option value=score>Score
<option value=time>Time
<option value=title>Title
<option value=revscore>Reverse Score
<option value=revtime>Reverse Time
<option value=revtitle>Reverse Title
</select>
</font>
<input type=hidden name=config value="htdig-ssi">
<input type=hidden name=restrict value="">
<input type=hidden name=exclude value="">
<br>
Search:
<input type="text" size="30" name="words" value="">
<input type="submit" value="Search">
</form>
<hr noshade size=4>
</body>
</html>