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

version 1.24, 2004/07/29 20:17:54 version 1.31, 2010/10/13 12:39:05
Line 1 Line 1
 <html>  <html>
 <head>  <head>
 <title>Поиск в Базе Вопросов &ndash; Database Search </title>  <title>Поиск в Базе Вопросов &ndash; Database Search </title>
 <script language="JavaScript">  
 <!--  
 if ((location.hostname!="db.chgk.info") && (location.hostname!="localhost") && (location.hostname!="bilbo.dynip.com"))  
  {window.location.href="http://db.chgk.info/search.html";};  
 //-->  
 </script>  
   
 <style>  <style>
 td      {font-size: x-small; font-family : sans-serif}  td      {font-size: x-small; font-family : sans-serif}
Line 28  action="/znatoki/cgi-bin/db.cgi"> Line 22  action="/znatoki/cgi-bin/db.cgi">
 <table border="1" cellpadding=4 cellspacing=0>  <table border="1" cellpadding=4 cellspacing=0>
 <tr>  <tr>
 <th align="left" rowspan=3 width="20%"> Вариант поиска:  <th align="left" rowspan=3 width="20%"> Вариант поиска:
 </td><td rowspan=2 colspan=2>  </td><td rowspan=2 colspan=3>
 <input type="radio" name="metod" value="old"> Простой (старый)  <input type="radio" name="metod" value="old"> Простой (старый)
 </td><td>  </td><td>
 <input type="checkbox" checked name="type" value="chgk">&nbsp;"Что?&nbsp;Где?&nbsp;Когда?"  <input type="checkbox" checked name="type" value="chgk">&nbsp;"Что?&nbsp;Где?&nbsp;Когда?"
Line 46  action="/znatoki/cgi-bin/db.cgi"> Line 40  action="/znatoki/cgi-bin/db.cgi">
 <input type="checkbox" checked name="type" value="beskrylka">&nbsp;"Бескрылка"  <input type="checkbox" checked name="type" value="beskrylka">&nbsp;"Бескрылка"
 </td>  </td>
 </tr><tr>  </tr><tr>
 <td colspan=5><input type="radio" checked name="metod" value="rus"> Расширенный (с учетом грамматики, в вопросах всех типов)  <td colspan=6><input type="radio" checked name="metod" value="rus"> Расширенный (с учетом грамматики, в вопросах всех типов)
 </td>  </td>
 </tr><tr>  </tr><tr>
 <th align="left"> Искать:  <th align="left"> Искать:
 </td><td colspan=2>  </td><td colspan=3>
 <input type="radio" name="all" value="yes"> Все слова  <input type="radio" name="all" value="yes"> Все слова
 </td><td colspan=3>  </td><td colspan=3>
 <input type="radio" checked name="all" value="no"> Любое слово  <input type="radio" checked name="all" value="no"> Любое слово
Line 62  action="/znatoki/cgi-bin/db.cgi"> Line 56  action="/znatoki/cgi-bin/db.cgi">
 </td><td width="15%">  </td><td width="15%">
 <input type="checkbox" name="searchin" value="Answer" checked> Ответ<br>  <input type="checkbox" name="searchin" value="Answer" checked> Ответ<br>
 </td><td width="15%">  </td><td width="15%">
   <input type="checkbox" name="searchin" value="PassCriteria"> Зачёт<br> 
   
   </td><td width="15%">
   
 <input type="checkbox" name="searchin" value="Comments"> Комментарии<br>  <input type="checkbox" name="searchin" value="Comments"> Комментарии<br>
 </td><td width="15%">  </td><td width="15%">
 <input type="checkbox" name="searchin" value="Authors"> Автор<br>  <input type="checkbox" name="searchin" value="Authors"> Автор<br>
Line 70  action="/znatoki/cgi-bin/db.cgi"> Line 68  action="/znatoki/cgi-bin/db.cgi">
 </td>  </td>
 </tr>  </tr>
 </table>  </table>
 <p><i>Если при попытке поиска выдаётся сообщение об ошибке,  <!--p><i>Если при попытке поиска выдаётся сообщение об ошибке,
 попробуйте воспользоваться  попробуйте воспользоваться
 <a href="http://chgk.zaba.ru/search.html">зеркалом базы</a></i>  <a href="http://chgk.zaba.ru/search.html">зеркалом базы</a></i-->
   
 </center>  </center>
 </FORM>  </FORM>
 </font>  </font>
 <!--#include virtual="footer.html" -->  <!--#include virtual="footer.html" -->
 <P ALIGN="center"><FONT SIZE="-2">  <P ALIGN="center"><FONT SIZE="-2">
  Поисковую страницу  с начала 2002 года посмотрели  
 <!--#include virtual="/znatoki/cgi-bin/count7.pl" -->  
 <p ALIGN="center">  <p ALIGN="center">
 Обновление: <!--#include virtual="/znatoki/dimrub/db/date" -->  Обновление: <!--#include virtual="/znatoki/dimrub/db/date" -->
 </body>  </body>
 </html>  
   
   </html>

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


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