Ignore:
Timestamp:
03/18/05 18:16:13 (20 years ago)
Author:
Kris Deugau
Message:

/branches/new-search-20050223

SQL for all except IP/netblock-based search filtering is complete.
Exclusion options are complete, although they will not behave
entirely predictably if "match any" is used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new-search-20050223/compsearch.html

    r197 r202  
    66<td colspan=2>Match on:<input type=radio checked name=which value="all">All
    77<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>
    99</td>
    1010<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>
    1213</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>
    1416</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>
    1619</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>
    1822</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
    2025$$TYPELIST$$</td>
    2126</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
    2329$$CITYLIST$$</td>
    2430</tr>
    2531<input type=hidden name=stype value=c>
     32<input type=hidden name=page value=1>
    2633</table>
    2734</form>
Note: See TracChangeset for help on using the changeset viewer.