Annotation of db/prgsrc/search.html, revision 1.22

1.1       boris       1: <html>
                      2: <head>
1.22    ! knop        3: <title>Поиск в Базе Вопросов &ndash; Database Search </title>
1.20      roma7       4: <script language="JavaScript">
                      5: <!--
1.21      roma7       6: if ((location.hostname!="db.chgk.info") && (location.hostname!="localhost") && (location.hostname!="bilbo.dynip.com"))
1.20      roma7       7:  {window.location.href="http://db.chgk.info/search.html";};
                      8: //-->
                      9: </script>
                     10: 
1.15      roma7      11: <style>
1.16      roma7      12: td     {font-size: x-small; font-family : sans-serif}
                     13: th     {font-size: x-small; font-family : sans-serif}
1.15      roma7      14: 
                     15: </style>
                     16: 
1.1       boris      17: </head>
                     18: <body  bgcolor="#fff0e0" vlink="#800020">
                     19: <center>
                     20: <!--#include virtual="reklama.html" -->
1.4       roma7      21: <form method="get" enctype="application/x-www-form-urlencoded"
1.1       boris      22: action="/znatoki/cgi-bin/db.cgi">
1.14      roma7      23: <h2>Поиск в Базе Вопросов</h2>
                     24: <input type="text" name="sstr" value="" size="35" maxlength="50"> 
1.4       roma7      25: <input type="submit" value="Поиск">
1.19      roma7      26: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Выводить по <INPUT TYPE="text" NAME="kvo" VALUE="10" SIZE=3 MAXLENGTH=5> вопросов
1.1       boris      27: <p>
1.14      roma7      28: <table border="1" cellpadding=4 cellspacing=0>
1.1       boris      29: <tr>
1.15      roma7      30: <th align="left" rowspan=3 width="20%"> Вариант поиска:
1.14      roma7      31: </td><td rowspan=2 colspan=2>
                     32: <input type="radio" name="metod" value="old"> Простой (старый)
                     33: </td><td>
1.15      roma7      34: <input type="checkbox" checked name="type" value="chgk">&nbsp;"Что?&nbsp;Где?&nbsp;Когда?"
1.14      roma7      35: </td><td>
1.15      roma7      36: <nobr><input type="checkbox" checked name="type" value="brain">&nbsp;"Брейн-Ринг"</nobr>
1.14      roma7      37: </td><td>
1.15      roma7      38: <input type="checkbox" checked name="type" value="igp">&nbsp;"Интернет"
1.1       boris      39: </td>
1.14      roma7      40: </tr><tr>
1.1       boris      41: <td>
1.15      roma7      42: <input type="checkbox" checked name="type" value="game">&nbsp;"Своя&nbsp;игра"
1.14      roma7      43: </td><td>
1.15      roma7      44: <input type="checkbox" checked name="type" value="ehruditka">&nbsp;"Эрудитка"
1.14      roma7      45: </td><td>
1.15      roma7      46: <input type="checkbox" checked name="type" value="beskrylka">&nbsp;"Бескрылка"
1.1       boris      47: </td>
1.14      roma7      48: </tr><tr>
                     49: <td colspan=5><input type="radio" checked name="metod" value="rus"> Расширенный (с учетом грамматики, в вопросах всех типов)
1.1       boris      50: </td>
1.14      roma7      51: </tr><tr>
1.15      roma7      52: <th align="left"> Искать:
1.14      roma7      53: </td><td colspan=2>
1.15      roma7      54: <input type="radio" name="all" value="yes"> Все слова
1.14      roma7      55: </td><td colspan=3>
1.15      roma7      56: <input type="radio" checked name="all" value="no"> Любое слово
1.14      roma7      57: </td>
                     58: </tr><tr>
1.15      roma7      59: <th align="left">Поля для поиска:
1.14      roma7      60: </td><td width="15%">
1.15      roma7      61: <input type="checkbox" name="searchin" value="Question" checked> Вопрос
1.14      roma7      62: </td><td width="15%">
1.15      roma7      63: <input type="checkbox" name="searchin" value="Answer" checked> Ответ<br> 
1.14      roma7      64: </td><td width="15%">
1.15      roma7      65: <input type="checkbox" name="searchin" value="Comments"> Комментарии<br> 
1.14      roma7      66: </td><td width="15%">
1.15      roma7      67: <input type="checkbox" name="searchin" value="Authors"> Автор<br>
1.14      roma7      68: </td><td width="15%">
1.15      roma7      69: <input type="checkbox" name="searchin" value="Sources"> Источник<br>
1.1       boris      70: </td>
                     71: </tr>
                     72: </table>
                     73: </center>
                     74: </FORM>
1.9       roma7      75: </font>
1.1       boris      76: <!--#include virtual="footer.html" -->
1.9       roma7      77: <P ALIGN="center"><FONT SIZE="-2">
1.17      roma7      78:  Поисковую страницу  с начала 2002 года посмотрели 
1.18      roma7      79: <!--#include virtual="/znatoki/cgi-bin/count7.pl" -->
                     80: <p ALIGN="center">
                     81: Обновление: <!--#include virtual="/znatoki/dimrub/db/date" -->
                     82: </body>
                     83: </html>

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