1 | | = The Sandbox = |
2 | | |
3 | | This is just a page to practice and learn WikiFormatting. |
4 | | |
5 | | Go ahead, edit it freely. |
6 | | |
7 | | |
8 | | [[PageOutline?]] |
| 1 | {{{ |
| 2 | #!html |
| 3 | <form action="/query" method="get"><div> |
| 4 | <input type="text" name="keywords" value="6" size="30"/> |
| 5 | <input type="submit" value="Search by Keywords"/> |
| 6 | <!-- To control what fields show up use hidden fields |
| 7 | <input type="hidden" name="col" value="id"/> |
| 8 | <input type="hidden" name="col" value="summary"/> |
| 9 | <input type="hidden" name="col" value="status"/> |
| 10 | <input type="hidden" name="col" value="milestone"/> |
| 11 | <input type="hidden" name="col" value="version"/> |
| 12 | <input type="hidden" name="col" value="owner"/> |
| 13 | <input type="hidden" name="col" value="priority"/> |
| 14 | <input type="hidden" name="col" value="component"/> |
| 15 | --> |
| 16 | </div></form> |
| 17 | }}} |