Diff for /db/prgsrc/search.html between versions 1.17 and 1.22

version 1.17, 2003/02/02 13:44:06 version 1.22, 2004/01/03 00:24:45
Line 1 Line 1
 <html>  <html>
 <head>  <head>
 <title>Поиск в Базе Вопросов</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}
 th      {font-size: x-small; font-family : sans-serif}  th      {font-size: x-small; font-family : sans-serif}
Line 16  action="/znatoki/cgi-bin/db.cgi"> Line 23  action="/znatoki/cgi-bin/db.cgi">
 <h2>Поиск в Базе Вопросов</h2>  <h2>Поиск в Базе Вопросов</h2>
 <input type="text" name="sstr" value="" size="35" maxlength="50">   <input type="text" name="sstr" value="" size="35" maxlength="50"> 
 <input type="submit" value="Поиск">  <input type="submit" value="Поиск">
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Выводить по <INPUT TYPE="text" NAME="kvo" VALUE="150" SIZE=3 MAXLENGTH=5> вопросов  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Выводить по <INPUT TYPE="text" NAME="kvo" VALUE="10" SIZE=3 MAXLENGTH=5> вопросов
 <p>  <p>
 <table border="1" cellpadding=4 cellspacing=0>  <table border="1" cellpadding=4 cellspacing=0>
 <tr>  <tr>
Line 69  action="/znatoki/cgi-bin/db.cgi"> Line 76  action="/znatoki/cgi-bin/db.cgi">
 <!--#include virtual="footer.html" -->  <!--#include virtual="footer.html" -->
 <P ALIGN="center"><FONT SIZE="-2">  <P ALIGN="center"><FONT SIZE="-2">
  Поисковую страницу  с начала 2002 года посмотрели    Поисковую страницу  с начала 2002 года посмотрели 
 <!--#include virtual="/znatoki/cgi-bin/count7.pl" -->  
   
   <!--#include virtual="/znatoki/cgi-bin/count7.pl" -->
   <p ALIGN="center">
   Обновление: <!--#include virtual="/znatoki/dimrub/db/date" -->
   </body>
   </html>
   

Removed from v.1.17  
changed lines
  Added in v.1.22


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