Changeset 202 for branches/new-search-20050223/compsearch.html
- Timestamp:
- 03/18/05 18:16:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new-search-20050223/compsearch.html
r197 r202 6 6 <td colspan=2>Match on:<input type=radio checked name=which value="all">All 7 7 <input type=radio name=which value="any">Any 8 < div align=right><input type=submit value="Search Now"></div>8 <td colspan=2 align=right><input type=submit value="Search Now"></td> 9 9 </td> 10 10 <tr class="color1"> 11 <td>IP/netblock:</td><td><input name=cidr></td> 11 <td>Exclude?<input type=checkbox name=cidrexclude value='not'></td> 12 <td>IP/netblock:</td><td colspan=2><input name=cidr></td> 12 13 </tr><tr class="color2"> 13 <td>CustID:</td><td><input name=custid></td> 14 <td>Exclude?<input type=checkbox name=custexclude value='not'></td> 15 <td>CustID:</td><td colspan=2><input name=custid></td> 14 16 </tr><tr class="color1"> 15 <td>Description:</td><td><input name=desc></td> 17 <td>Exclude?<input type=checkbox name=descexclude value='not'></td> 18 <td>Description:</td><td colspan=2><input name=desc></td> 16 19 </tr><tr class="color2"> 17 <td>Notes:</td><td><input name=notes></td> 20 <td>Exclude?<input type=checkbox name=notesexclude value='not'></td> 21 <td>Notes:</td><td colspan=2><input name=notes></td> 18 22 </tr><tr class="color1"> 19 <td>Types:</td><td><input type=checkbox name=alltypes checked>Show all types 23 <td>Exclude?<input type=checkbox name=typeexclude value='not'></td> 24 <td>Types:</td><td colspan=2><input type=checkbox name=alltypes checked>Show all types 20 25 $$TYPELIST$$</td> 21 26 </tr><tr class="color2"> 22 <td>Cities:</td><td><input type=checkbox name=allcities checked>Show all cities 27 <td>Exclude?<input type=checkbox name=cityexclude value='not'></td> 28 <td>Cities:</td><td colspan=2><input type=checkbox name=allcities checked>Show all cities 23 29 $$CITYLIST$$</td> 24 30 </tr> 25 31 <input type=hidden name=stype value=c> 32 <input type=hidden name=page value=1> 26 33 </table> 27 34 </form>
Note:
See TracChangeset
for help on using the changeset viewer.