Annotation of db/prgsrc/search.html, revision 1.6

1.1       boris       1: <html>
                      2: <head>
                      3: <title>Поиск в Базе Вопросов</title>
                      4: </head>
                      5: 
                      6: <body  bgcolor="#fff0e0" vlink="#800020">
                      7: 
                      8: <center>
                      9: <!--#include virtual="reklama.html" -->
1.4       roma7      10: <form method="get" enctype="application/x-www-form-urlencoded"
1.1       boris      11: action="/znatoki/cgi-bin/db.cgi">
                     12: <h2>Поиск в базе данных</h2>
                     13: <input type="text" name="sstr" value=""> 
1.4       roma7      14: <input type="submit" value="Поиск">
1.1       boris      15: <!--
                     16: <br>
                     17: <input type="checkbox" name="word" value="on">
                     18: Нажмите для поиска целого слова
                     19: -->
                     20: <p>
                     21: 
                     22: <table border="0" cellspacing=15>
                     23: <tr>
                     24: <td>
                     25: Метод поиска:
                     26: </tr>
                     27: 
                     28: <td>
1.2       boris      29: <input type="radio" name="metod" value="old"> Старый
1.1       boris      30: </td>
                     31: <td>
1.2       boris      32: <input type="radio" checked name="metod" value="rus"> Новый (с учётом русской грамматики)
1.1       boris      33: </td>
                     34: 
                     35: <!--<td>
                     36: <input type="radio" name="metod" value="simple"> Simple query
                     37: </td>
                     38: <td>
                     39: <input type="radio" checked name="metod" value="advanced"> Advanced query
                     40: </td>
                     41: -->
                     42: </tr>
                     43: </table>
                     44: 
                     45: 
                     46: <table border="0" cellspacing=15>
                     47: <tr>
                     48: <td>
                     49: Искать ключевые слова:
                     50: </tr>
                     51: <td>
                     52: <input type="radio" name="all" value="yes"> Все
                     53: </td>
                     54: <td>
                     55: <input type="radio" checked name="all" value="no"> Любое
                     56: </td>
                     57: </tr>
                     58: </table>
                     59: 
                     60: <!--<tr>
                     61: <td>
                     62: Показывать одинаковые вопросы из разных турниров:
                     63: </tr>
                     64: <td>
1.3       roma7      65: <input type="radio" name="hideequal" value="1"> Да
1.1       boris      66: </td>
                     67: <td>
1.3       roma7      68: <input type="radio" checked name="hideequal" value="0"> Нет
1.1       boris      69: </td>
                     70: </tr>
1.3       roma7      71: -->
1.1       boris      72: <p>
1.3       roma7      73: 
1.1       boris      74: 
                     75: <!--
                     76: <table border="0" cellspacing=15>
                     77: <tr>
                     78: <td>
                     79: Регистр:
                     80: </tr>
                     81: <td>
                     82: <input type="radio" checked name="case" value="case"> Различать 
                     83: </td>
                     84: <td>
                     85: <input type="radio" name="case" value="nocase"> Не различать
                     86: </td>
                     87: </tr>
                     88: </table>
                     89: -->
                     90: Выберите поля, по которым будет произведен поиск.
1.5       roma7      91: 
                     92: 
                     93: 
                     94: 
                     95:  
                     96: 
                     97: 
1.1       boris      98: <br>
                     99: <table border="0" cellspacing=15>
                    100: <tr>
                    101: <td>
1.5       roma7     102: <input type="checkbox" name="searchin" value="Question" checked>Вопрос
1.1       boris     103: </td>
                    104: <td>
1.5       roma7     105: <input type="checkbox" name="searchin" value="Answer" checked>Ответ<br> 
1.1       boris     106: </td>
                    107: <td>
1.5       roma7     108: <input type="checkbox" name="searchin" value="Comments">Комментарии<br> 
1.1       boris     109: </td>
                    110: <td>
1.6     ! roma7     111: <input type="checkbox" name="searchin" value="Authors">Автор<br>
1.1       boris     112: </td>
                    113: <td>
1.5       roma7     114: <input type="checkbox" name="searchin" value="Sources">Источник<br>
1.1       boris     115: </td>
                    116: </tr>
                    117: </table>
1.5       roma7     118: 
1.1       boris     119: </center>
                    120: </FORM>
                    121: 
                    122: <!--#include virtual="footer.html" -->

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