File:  [Local Repository] / db / html / Attic / search.html
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu May 17 02:40:35 2001 UTC (23 years, 1 month ago) by boris
Branches: MAIN
CVS tags: HEAD
changes in search.html

<html>
<head>
<title>Поиск в Базе Вопросов</title>
</head>

<body bgcolor="#fff0e0" vlink="#800020">

<center>
<!--#include virtual="reklama.html" -->
<form method="post" enctype="application/x-www-form-urlencoded"
action="/znatoki/cgi-bin/db.cgi">
<h2>Поиск в базе данных</h2>
<input type="text" name="sstr" value=""> 
<input type="submit" name="Search" value="Search">
<!--
<br>
<input type="checkbox" name="word" value="on">
Нажмите для поиска целого слова
-->
<p>
<table border="0" cellspacing=15>
<tr>
<td>
Искать ключевые слова:
</tr>
<td>
<input type="radio" name="all" value="yes"> Все
</td>
<td>
<input type="radio" checked name="all" value="no"> Любое
</td>
</tr>
</table>
<!--
<table border="0" cellspacing=15>
<tr>
<td>
Регистр:
</tr>
<td>
<input type="radio" checked name="case" value="case"> Различать 
</td>
<td>
<input type="radio" name="case" value="nocase"> Не различать
</td>
</tr>
</table>
-->
Выберите поля, по которым будет произведен поиск.
<br>
<table border="0" cellspacing=15>
<tr>
<td>
<input type="checkbox" checked name="Question" value="on"> Вопрос
</td>
<td>
<input type="checkbox" checked name="Answer" value="on"> Ответ
</td>
<td>
<input type="checkbox" name="Sources" value="on"> Источники
</td>
<td>
<input type="checkbox" name="Authors" value="on"> Автор
</td>
<td>
<input type="checkbox" name="Comments" value="on"> Комментарии
</td>
</tr>
</table>
</center>
</FORM>

<!--#include virtual="footer.html" -->

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>