old-www/LDP/LG/search.html

42 lines
1.1 KiB
HTML

<html>
<head>
<title>Search the Linux Gazette</title>
</head>
<body bgcolor="#FFFFFF">
<h1>Search the Linux Gazette</h1>
<hr noshade size="4">
<p>
<form method="post" action="/cgi-bin/htsearch">
<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_lg">
<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">
<a href="http://www.htdig.org"><IMG SRC="/gx/htdig.png" align="bottom" alt="ht://Dig" border="0"></a>
</body>
</html>