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

1.1       boris       1: <html>
                      2: <head>
1.10      knop        3: <title>База Вопросов Интернет-Клуба &nbsp;&ndash;&nbsp; Database of Questions</title>
1.7       roma7       4: <script language="JavaScript">
                      5: <!--
1.12      boris       6: if ((location.hostname!="question.chgk.info") && (location.hostname!="db.chgk.info") && (location.hostname!="localhost") && (location.hostname!="bilbo.dynip.com") && location.hostname!="chgk.zaba.ru")
1.7       roma7       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>
1.13      roma7      17: <A HREF="http://internet.chgk.info/">
                     18:        <IMG SRC="http://internet.chgk.info/images/logo.gif1.1       boris      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.14    ! roma7      24: <a href="root.html"> К дереву турниров </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.14    ! roma7      32: <a href="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">
1.6       roma7      57: <p ALIGN="center">
                     58: Обновление: <!--#include virtual="/znatoki/dimrub/db/date" -->
1.4       boris      59: </font>
                     60: </html>

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