File:  [Local Repository] / db / prgsrc / random.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Nov 21 01:45:03 2001 UTC (22 years, 6 months ago) by boris
Branches: MAIN
CVS tags: HEAD
added htmls

    1: <html>
    2: <head>
    3: <title>База Вопросов. Случайный пакет</title>
    4: </head>
    5: 
    6: <body bgcolor="#fff0e0" vlink="#800020">
    7: 
    8: <center>
    9: <!--#include virtual="reklama.html" --><form method="post" enctype="application/x-www-form-urlencoded"
   10: action="/znatoki/cgi-bin/db.cgi">Введите число вопросов: 
   11: <input type="text" name="qnum" value="12" size=2> 
   12: <P>Если вы хотите получить случайный пакет по e-mail, введите свой адрес:
   13: <input type="text" name="email" size=20> 
   14: <input type="submit" name="Get" value="Get random questions">
   15: <br>
   16: <table border="0" cellspacing=15>
   17: <tr>
   18: <td>
   19: Тип вопросов:
   20: </td>
   21: <td>
   22: <input type="checkbox" checked name="chgk" value="on"> "Что? Где?
   23: Когда?"
   24: </td>
   25: <td>
   26: <input type="checkbox" name="brain" value="on"> "Брейн-Ринг"
   27: </td>
   28: </tr>
   29: <tr>
   30: <td>Text-only?
   31: </td>
   32: <td>
   33: <input type="checkbox" name="text" value="1">
   34: </td>
   35: </table>
   36: <input type="hidden" name="rand" value="yes">
   37: </form>
   38: <!--#include virtual="footer.html" -->

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