File:  [Local Repository] / db / prgsrc / search.html
Revision 1.21: download - view: text, annotated - select for diffs - revision graph
Sun Apr 20 12:15:45 2003 UTC (21 years, 1 month ago) by roma7
Branches: MAIN
CVS tags: HEAD
killing redirection from bilbo

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