Diff for /db/prgsrc/search.html between versions 1.19 and 1.31

version 1.19, 2003/04/04 10:01:27 version 1.31, 2010/10/13 12:39:05
Line 1 Line 1
 <html>  <html>
 <head>  <head>
 <title>Поиск в Базе Вопросов</title>  <title>Поиск в Базе Вопросов &ndash; Database Search </title>
 <style>  
 td      {font-size: x-small; font-family : sans-serif}  <style>
 th      {font-size: x-small; font-family : sans-serif}  td      {font-size: x-small; font-family : sans-serif}
   th      {font-size: x-small; font-family : sans-serif}
   
   </style>
   
   </head>
   <body  bgcolor="#fff0e0" vlink="#800020">
   <center>
   <!--#include virtual="reklama.html" -->
   <form method="get" enctype="application/x-www-form-urlencoded"
   action="/znatoki/cgi-bin/db.cgi">
   <h2>Поиск в Базе Вопросов</h2>
   <input type="text" name="sstr" value="" size="35" maxlength="50">
   <input type="submit" value="Поиск">
   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Выводить по <INPUT TYPE="text" NAME="kvo" VALUE="10" SIZE=3 MAXLENGTH=5> вопросов
   <p>
   <table border="1" cellpadding=4 cellspacing=0>
   <tr>
   <th align="left" rowspan=3 width="20%"> Вариант поиска:
   </td><td rowspan=2 colspan=3>
   <input type="radio" name="metod" value="old"> Простой (старый)
   </td><td>
   <input type="checkbox" checked name="type" value="chgk">&nbsp;"Что?&nbsp;Где?&nbsp;Когда?"
   </td><td>
   <nobr><input type="checkbox" checked name="type" value="brain">&nbsp;"Брейн-Ринг"</nobr>
   </td><td>
   <input type="checkbox" checked name="type" value="igp">&nbsp;"Интернет"
   </td>
   </tr><tr>
   <td>
   <input type="checkbox" checked name="type" value="game">&nbsp;"Своя&nbsp;игра"
   </td><td>
   <input type="checkbox" checked name="type" value="ehruditka">&nbsp;"Эрудитка"
   </td><td>
   <input type="checkbox" checked name="type" value="beskrylka">&nbsp;"Бескрылка"
   </td>
   </tr><tr>
   <td colspan=6><input type="radio" checked name="metod" value="rus"> Расширенный (с учетом грамматики, в вопросах всех типов)
   </td>
   </tr><tr>
   <th align="left"> Искать:
   </td><td colspan=3>
   <input type="radio" name="all" value="yes"> Все слова
   </td><td colspan=3>
   <input type="radio" checked name="all" value="no"> Любое слово
   </td>
   </tr><tr>
   <th align="left">Поля для поиска:
   </td><td width="15%">
   <input type="checkbox" name="searchin" value="Question" checked> Вопрос
   </td><td width="15%">
   <input type="checkbox" name="searchin" value="Answer" checked> Ответ<br>
   </td><td width="15%">
   <input type="checkbox" name="searchin" value="PassCriteria"> Зачёт<br> 
   
 </style>  
   
 </head>  
 <body  bgcolor="#fff0e0" vlink="#800020">  
 <center>  
 <!--#include virtual="reklama.html" -->  
 <form method="get" enctype="application/x-www-form-urlencoded"  
 action="/znatoki/cgi-bin/db.cgi">  
 <h2>Поиск в Базе Вопросов</h2>  
 <input type="text" name="sstr" value="" size="35" maxlength="50">   
 <input type="submit" value="Поиск">  
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Выводить по <INPUT TYPE="text" NAME="kvo" VALUE="10" SIZE=3 MAXLENGTH=5> вопросов  
 <p>  
 <table border="1" cellpadding=4 cellspacing=0>  
 <tr>  
 <th align="left" rowspan=3 width="20%"> Вариант поиска:  
 </td><td rowspan=2 colspan=2>  
 <input type="radio" name="metod" value="old"> Простой (старый)  
 </td><td>  
 <input type="checkbox" checked name="type" value="chgk">&nbsp;"Что?&nbsp;Где?&nbsp;Когда?"  
 </td><td>  
 <nobr><input type="checkbox" checked name="type" value="brain">&nbsp;"Брейн-Ринг"</nobr>  
 </td><td>  
 <input type="checkbox" checked name="type" value="igp">&nbsp;"Интернет"  
 </td>  
 </tr><tr>  
 <td>  
 <input type="checkbox" checked name="type" value="game">&nbsp;"Своя&nbsp;игра"  
 </td><td>  
 <input type="checkbox" checked name="type" value="ehruditka">&nbsp;"Эрудитка"  
 </td><td>  
 <input type="checkbox" checked name="type" value="beskrylka">&nbsp;"Бескрылка"  
 </td>  
 </tr><tr>  
 <td colspan=5><input type="radio" checked name="metod" value="rus"> Расширенный (с учетом грамматики, в вопросах всех типов)  
 </td>  
 </tr><tr>  
 <th align="left"> Искать:  
 </td><td colspan=2>  
 <input type="radio" name="all" value="yes"> Все слова  
 </td><td colspan=3>  
 <input type="radio" checked name="all" value="no"> Любое слово  
 </td>  
 </tr><tr>  
 <th align="left">Поля для поиска:  
 </td><td width="15%">  
 <input type="checkbox" name="searchin" value="Question" checked> Вопрос  
 </td><td width="15%">  
 <input type="checkbox" name="searchin" value="Answer" checked> Ответ<br>   
 </td><td width="15%">  
 <input type="checkbox" name="searchin" value="Comments"> Комментарии<br>   
 </td><td width="15%">  </td><td width="15%">
 <input type="checkbox" name="searchin" value="Authors"> Автор<br>  
 </td><td width="15%">  
 <input type="checkbox" name="searchin" value="Sources"> Источник<br>  
 </td>  
 </tr>  
 </table>  
 </center>  
 </FORM>  
 </font>  
 <!--#include virtual="footer.html" -->  
 <P ALIGN="center"><FONT SIZE="-2">  
  Поисковую страницу  с начала 2002 года посмотрели   
 <!--#include virtual="/znatoki/cgi-bin/count7.pl" -->  
 <p ALIGN="center">  
 Обновление: <!--#include virtual="/znatoki/dimrub/db/date" -->  
 </body>  
 </html>  
   
   
   <input type="checkbox" name="searchin" value="Comments"> Комментарии<br>
   </td><td width="15%">
   <input type="checkbox" name="searchin" value="Authors"> Автор<br>
   </td><td width="15%">
   <input type="checkbox" name="searchin" value="Sources"> Источник<br>
   </td>
   </tr>
   </table>
   <!--p><i>Если при попытке поиска выдаётся сообщение об ошибке,
   попробуйте воспользоваться
   <a href="http://chgk.zaba.ru/search.html">зеркалом базы</a></i-->
   
   </center>
   </FORM>
   </font>
   <!--#include virtual="footer.html" -->
   <P ALIGN="center"><FONT SIZE="-2">
   
   <p ALIGN="center">
   Обновление: <!--#include virtual="/znatoki/dimrub/db/date" -->
   </body>
   </html>

Removed from v.1.19  
changed lines
  Added in v.1.31


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