Last change
on this file since 198 was 197, checked in by Kris Deugau, 20 years ago |
/branches/new-search-20050223
Checkpoint commit:
- Search functionality copied to separate file/module
- Initial layout for complex search added in new HTML fragment
|
File size:
970 bytes
|
Rev | Line | |
---|
[197] | 1 | <div class="indent">
|
---|
| 2 | <div class="heading">Complex Search</div>
|
---|
| 3 | <form action="/ip/cgi-bin/search.cgi" method=POST>
|
---|
| 4 | <table bgcolor="black" cellspacing="1" cellpadding="2">
|
---|
| 5 | <tr class="color1">
|
---|
| 6 | <td colspan=2>Match on:<input type=radio checked name=which value="all">All
|
---|
| 7 | <input type=radio name=which value="any">Any
|
---|
| 8 | <div align=right><input type=submit value="Search Now"></div>
|
---|
| 9 | </td>
|
---|
| 10 | <tr class="color1">
|
---|
| 11 | <td>IP/netblock:</td><td><input name=cidr></td>
|
---|
| 12 | </tr><tr class="color2">
|
---|
| 13 | <td>CustID:</td><td><input name=custid></td>
|
---|
| 14 | </tr><tr class="color1">
|
---|
| 15 | <td>Description:</td><td><input name=desc></td>
|
---|
| 16 | </tr><tr class="color2">
|
---|
| 17 | <td>Notes:</td><td><input name=notes></td>
|
---|
| 18 | </tr><tr class="color1">
|
---|
| 19 | <td>Types:</td><td><input type=checkbox name=alltypes checked>Show all types
|
---|
| 20 | $$TYPELIST$$</td>
|
---|
| 21 | </tr><tr class="color2">
|
---|
| 22 | <td>Cities:</td><td><input type=checkbox name=allcities checked>Show all cities
|
---|
| 23 | $$CITYLIST$$</td>
|
---|
| 24 | </tr>
|
---|
| 25 | <input type=hidden name=stype value=c>
|
---|
| 26 | </table>
|
---|
| 27 | </form>
|
---|
| 28 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.