Diff for /db/html/Attic/search.html between versions 1.4 and 1.11

version 1.4, 2001/05/17 03:31:35 version 1.11, 2001/10/23 01:42:00
Line 3 Line 3
 <title>Поиск в Базе Вопросов</title>  <title>Поиск в Базе Вопросов</title>
 </head>  </head>
   
 <body bgcolor="#fff0e0" vlink="#800020">  <body  bgcolor="#fff0e0" vlink="#800020">
   
 <center>  <center>
 <!--#include virtual="reklama.html" -->  <!--#include virtual="reklama.html" -->
 <form method="post" enctype="application/x-www-form-urlencoded"  <form method="post" enctype="application/x-www-form-urlencoded"
 action="/cgi-bin/db.cgi">  action="/znatoki/cgi-bin/db.cgi">
 <h2>Поиск в базе данных</h2>  <h2>Поиск в базе данных</h2>
 <input type="text" name="sstr" value="">   <input type="text" name="sstr" value=""> 
 <input type="submit" name="Search" value="Search">  <input type="submit" name="Search" value="Search">
Line 26  action="/cgi-bin/db.cgi"> Line 26  action="/cgi-bin/db.cgi">
 </tr>  </tr>
   
 <td>  <td>
 <input type="radio" name="metod" value="old"> Старый  <input type="radio" checked name="metod" value="old"> Обычный
 </td>  </td>
 <td>  <td>
   <input type="radio" name="metod" value="rus"> Русский (отладка)
   </td>
   
   <!--<td>
 <input type="radio" name="metod" value="simple"> Simple query  <input type="radio" name="metod" value="simple"> Simple query
 </td>  </td>
 <td>  <td>
 <input type="radio" checked name="metod" value="advanced"> Advanced query  <input type="radio" checked name="metod" value="advanced"> Advanced query
 </td>  </td>
   -->
 </tr>  </tr>
 </table>  </table>
   
Line 51  action="/cgi-bin/db.cgi"> Line 56  action="/cgi-bin/db.cgi">
 </td>  </td>
 </tr>  </tr>
 </table>  </table>
   
   <!--<tr>
   <td>
   Показывать одинаковые вопросы из разных турниров:
   </tr>
   <td>
   <input type="radio" name="showequal" value="yes"> Да
   </td>
   <td>
   <input type="radio" checked name="showequal" value="no"> Нет
   </td>
   </tr>
   <p>
   -->
   
 <!--  <!--
 <table border="0" cellspacing=15>  <table border="0" cellspacing=15>
 <tr>  <tr>

Removed from v.1.4  
changed lines
  Added in v.1.11


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