source: branches/stable/help.html@ 334

Last change on this file since 334 was 286, checked in by Kris Deugau, 19 years ago

/branches/stable

Merge changes from /trunk revisions:

234
237
254 (ipdb.css only)
261
279
284
285

This merges the new search system (234, 237, 254), cleans up
some display CSS (254, 279), cleans up some leftover code (r261),
and merges the "private data" code (284, 285 - note SWIP hacks conflict).

/trunk should now be almost identical to /branches/stable.

File size: 2.0 KB
Line 
1<html><head>
2
3<title>IP Database</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4
5<link rel="stylesheet" type="text/css"
6href="/ip/ipdb.css" />
7
8</head>
9<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0">
10
11<table class="regular">
12
13<tr><td class="heading">Quick Searches:</td><tr>
14
15<tr class="color1">
16<td>IP blocks</td><td>209.91.128 or 209.</td>
17<td>Lists all alloctions starting with that set of octets. Note that matches on the
18first octet MUST include the period to be considered an IP search.</td>
19</tr>
20<tr class="color2">
21<td>CIDR blocks</td><td>209.92.128/30</br>or
22209.92.128.0/30</td><td>Lists all /30's beginning with 209.91.128 or checks for an
23exact match for 209.92.128.0/30 respectively</td>
24</tr>
25<tr class="color1">
26<td>IP address</td><td>209.92.128.30</td><td>Finds the alloction that IP is a
27part of (if any)</td>
28</tr>
29<tr class="color2">
30<td>Customer ID:</td><td>705 or 6137328844</td><td>Find all alloctions to that
31customer.
32Matches on prefix (area code, area code + exchange, etc).
33</td>
34</tr>
35<tr class="color1">
36<td>Description:</td><td>cable or efni</td><td>Find all allocations with the search term in
37the description. Note that searches for CustIDs with letters will fall under this category
38until CustIDs are all-numeric.</td>
39</tr>
40
41<tr class="regular"><!-- blank row --><td></td></tr>
42<tr><td colspan="3">A blank query will "show all"</td></tr>
43<tr><td colspan="3">The title in the top right hand corner is a link home.</td></tr>
44
45<tr class="regular"><!-- blank row --><td></td></tr>
46<tr class="regular"><!-- blank row --><td></td></tr>
47<tr class="regular"><!-- blank row --><td></td></tr>
48
49<tr class="color1"><td>Subnet Calculator</td>
50<td colspan="2">
51<form method="POST" action="cgi-bin/snCalc.cgi">
52<input type="text" size="5" maxlength="10" name="input" class="regular">
53<input type="submit" value="Calculate" class="heading">
54</form>
55</tr>
56
57<tr><td>
58
59
60</table>
61
62
63</body></html>
Note: See TracBrowser for help on using the repository browser.