Annotation of db/prgsrc/index.html, revision 1.8

1.1       boris       1: <html>
                      2: <head>
                      3: <title>База Вопросов Интернет-Клуба -- Database of Questions</title>
1.7       roma7       4: <script language="JavaScript">
                      5: <!--
                      6: if ((location.hostname!="db.chgk.info") && (location.hostname!="localhost"))
                      7:  {window.location.href="http://db.chgk.info/";};
                      8: //-->
                      9: </script>
                     10: 
1.1       boris      11: </head>
1.7       roma7      12: 
1.1       boris      13: 
                     14: <body bgcolor="#fff0e0" vlink="#800020">
                     15: <!--#include virtual="reklama.html" -->
                     16: <P><CENTER>
                     17: <A HREF="/znatoki/klub/znat.html">
                     18:        <IMG SRC="/znatoki/images/logo.gif" 
                     19:                ALT="[Интернет-Клуб 'Что? Где? Когда?']">
                     20: </A><H3>представляет</H3></CENTER>
1.5       roma7      21: <CENTER><IMG SRC="logo.jpg" ALT="База Вопросов"></CENTER>
1.1       boris      22: <dl>
                     23: <dd><img src="/icons/folder.gif"><strong> 
1.8     ! roma7      24: <a href="baza/"> К дереву турниров </a></strong>
1.4       boris      25: <!--  <dd><img src="/icons/folder.gif"> <img src="/icons/compressed.gif"><strong>  -->
                     26: <!--  <a href="/znatoki/cgi-bin/db.cgi?tour=0&comp=1"> Сгрузить все вопросы -->
                     27: <!--  в одном zip-архиве (>8M - 2001/07/20).</a></strong> -->
                     28: <!--  <dd><img src="/icons/folder.gif"> <img src="/icons/compressed.gif"><strong>  -->
                     29: <!--  <a href="/znatoki/cgi-bin/db.cgi?sqldump=1"> Сгрузить MySQL dump Базы -->
                     30: <!--  Данных (только для экспертов; >7.5M - 2001/07/20)</a></strong> -->
1.1       boris      31: <dd><img src="/icons/folder.gif"><strong> 
1.8     ! roma7      32: <a href="baza/all.html"> К полному списку турниров </a></strong>
1.1       boris      33: <dd><img src="/icons/folder.gif"><strong> 
                     34: Выбор турниров по времени:</strong>
                     35: <form method="post" enctype="application/x-www-form-urlencoded"
                     36: action="/znatoki/cgi-bin/db.cgi">
                     37:  С <input type="text" name="from_day" value="01" size=2 maxlength=2> 
                     38:  <input type="text" name="from_month" value="01" size=2 maxlength=2> 
                     39:  <input type="text" name="from_year" value="1900" size=4 maxlength=4> 
                     40:  по <input type="text" name="to_day" value="31" size=2 maxlength=2> 
                     41:  <input type="text" name="to_month" value="12" size=2 maxlength=2> 
                     42:  <input type="text" name="to_year" value="2010" size=4 maxlength=4> 
                     43: <input type="submit" name="Get" value="Список турниров">
                     44: </form>
                     45: <dd><img src="/icons/folder.gif"><strong> 
1.5       roma7      46: <a href="search.html"> Поиск в Базе Вопросов </a></strong>
1.1       boris      47: <dd><img src="/icons/folder.gif">
                     48:        <strong>
1.5       roma7      49:                <a href="random.html" >Случайный пакет</a>
1.1       boris      50:        </strong>
                     51: </dl>
                     52: 
1.4       boris      53:  <br>
                     54: 
1.1       boris      55: <!--#include virtual="footer.html" -->
1.4       boris      56: <P ALIGN="center"><FONT SIZE="-2">
                     57: Главную страницу базы вопросов в этом году посмотрели 
                     58: <!--#include virtual="/znatoki/cgi-bin/count7.pl" -->
1.6       roma7      59: <p ALIGN="center">
                     60: Обновление: <!--#include virtual="/znatoki/dimrub/db/date" -->
1.4       boris      61: </font>
                     62: </html>

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