| 20 | | |
| 21 | | {{{ |
| 22 | | #!html |
| 23 | | <form action="/query" method="get"><div> |
| 24 | | <input type="text" name="keywords" value="~" size="30"/> |
| 25 | | <input type="submit" value="Search by Keywords"/> |
| 26 | | <!-- To control what fields show up use hidden fields |
| 27 | | <input type="hidden" name="col" value="id"/> |
| 28 | | <input type="hidden" name="col" value="summary"/> |
| 29 | | <input type="hidden" name="col" value="status"/> |
| 30 | | <input type="hidden" name="col" value="milestone"/> |
| 31 | | <input type="hidden" name="col" value="version"/> |
| 32 | | <input type="hidden" name="col" value="owner"/> |
| 33 | | <input type="hidden" name="col" value="priority"/> |
| 34 | | <input type="hidden" name="col" value="component"/> |
| 35 | | --> |
| 36 | | </div></form> |
| 37 | | }}} |