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 | <td>Results per page: <select name=rpp> |
---|
9 | <option value='25'>25</option> |
---|
10 | <option value='50'>50</option> |
---|
11 | <option value='100'>100</option> |
---|
12 | <option value='200'>200</option> |
---|
13 | <option value='0'>Show all</option> |
---|
14 | </select> |
---|
15 | <td align=right><input type=submit value="Search Now"></td> |
---|
16 | </td> |
---|
17 | <tr class="color1"> |
---|
18 | <td>Exclude?<input type=checkbox name=cidrexclude value='not'></td> |
---|
19 | <td>IP/netblock:</td><td colspan=2><input name=cidr></td> |
---|
20 | </tr><tr class="color2"> |
---|
21 | <td>Exclude?<input type=checkbox name=custexclude value='not'></td> |
---|
22 | <td>CustID:</td><td colspan=2><input name=custid></td> |
---|
23 | </tr><tr class="color1"> |
---|
24 | <td>Exclude?<input type=checkbox name=descexclude value='not'></td> |
---|
25 | <td>Description:</td><td colspan=2><input name=desc></td> |
---|
26 | </tr><tr class="color2"> |
---|
27 | <td>Exclude?<input type=checkbox name=notesexclude value='not'></td> |
---|
28 | <td>Notes:</td><td colspan=2><input name=notes></td> |
---|
29 | </tr><tr class="color1"> |
---|
30 | <td>Exclude?<input type=checkbox name=typeexclude value='not'></td> |
---|
31 | <td>Types:</td><td colspan=2><input type=checkbox name=alltypes checked>Show all types |
---|
32 | $$TYPELIST$$</td> |
---|
33 | </tr><tr class="color2"> |
---|
34 | <td>Exclude?<input type=checkbox name=cityexclude value='not'></td> |
---|
35 | <td>Cities:</td><td colspan=2><input type=checkbox name=allcities checked>Show all cities |
---|
36 | $$CITYLIST$$</td> |
---|
37 | </tr> |
---|
38 | <input type=hidden name=stype value=c> |
---|
39 | <input type=hidden name=page value=1> |
---|
40 | </table> |
---|
41 | </form> |
---|
42 | </div> |
---|