Changeset 517 for trunk/help.html
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/htmlform merged eligible
-
Property svn:mergeinfo
set to
-
trunk/help.html
r427 r517 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" href="/ip/ipdb.css" />6 <link rel="stylesheet" type="text/css" href="/ip/local.css" />7 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 2 <html> 3 <head> 4 <title>IP Database Quick Help</title> 5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 6 <link rel="stylesheet" type="text/css" href="ipdb.css"> 7 <link rel="stylesheet" type="text/css" href="local.css"> 8 8 </head> 9 9 <body> … … 11 11 <table class="regular"> 12 12 13 <tr><td class="heading">Quick Searches:</td>< tr>13 <tr><td class="heading">Quick Searches:</td></tr> 14 14 15 <tr class="color1"> 16 <td>IP blocks</td><td>192.168.28 or 192.</td> 15 <tr class="row0"> 16 <td>IP blocks</td> 17 <td>192.168.28 or 192.</td> 17 18 <td>Lists all alloctions starting with that set of octets. Note that matches on the 18 19 first octet MUST include the period to be considered an IP search.</td> 19 20 </tr> 20 <tr class="color2"> 21 <td>CIDR blocks</td><td>192.168.28/30</br>or 22 192.168.28.0/30</td><td>Lists all /30's beginning with 192.168.28 or checks for an 21 22 <tr class="row1"> 23 <td>CIDR blocks</td> 24 <td>192.168.28/30<br>or 192.168.28.0/30</td> 25 <td>Lists all /30's beginning with 192.168.28 or checks for an 23 26 exact match for 192.168.28.0/30 respectively</td> 24 27 </tr> 25 <tr class="color1"> 26 <td>IP address</td><td>192.168.28.30</td><td>Finds the alloction that IP is a 27 part of (if any)</td> 28 </tr> 29 <tr class="color2"> 30 <td>Customer ID:</td><td>123456</td><td>Find all alloctions to that 31 customer. Customer IDs are assumed to be numeric for this search. 32 </td> 33 </tr> 34 <tr class="color1"> 35 <td>Description:</td><td>cable or BigCustomer</td><td>Find all allocations with the search term in 36 the description. Note that searches for CustIDs with letters will fall under this category 37 unless CustIDs are all-numeric.</td> 28 29 <tr class="row0"> 30 <td>IP address</td> 31 <td>192.168.28.30</td> 32 <td>Finds the alloction that IP is a part of (if any)</td> 38 33 </tr> 39 34 40 <tr class="regular"><!-- blank row --><td></td></tr> 35 <tr class="row1"> 36 <td>Customer ID:</td> 37 <td>123456</td> 38 <td>Find all alloctions to that customer. Customer IDs are assumed to be 39 numeric for this search.</td> 40 </tr> 41 42 <tr class="row0"> 43 <td>Description:</td> 44 <td>cable or BigCustomer</td> 45 <td>Find all allocations with the search term in the description. Note that searches for CustIDs with letters 46 will fall under this category unless CustIDs are all-numeric.</td> 47 </tr> 48 41 49 <tr><td colspan="3">A blank query will "show all"</td></tr> 42 50 <tr><td colspan="3">The title in the top right hand corner is a link home.</td></tr> 43 51 44 <tr class="regular"><!-- blank row --><td></td></tr> 45 <tr class="regular"><!-- blank row --><td></td></tr> 46 <tr class="regular"><!-- blank row --><td></td></tr> 47 48 <tr class="color1"><td>Subnet Calculator</td> 52 <tr class="row0"><td>Subnet Calculator</td> 49 53 <td colspan="2"> 50 54 <form method="POST" action="cgi-bin/snCalc.cgi"> 55 <fieldset><legend></legend> 51 56 / <input type="text" size="5" maxlength="10" name="input" class="regular"> 52 57 <input type="submit" value="Calculate" class="heading"> Show 53 58 <span class="mask">subnet mask</span>, <span class="wildcard">wildcard mask</span>, 54 59 and possible subnet ranges for the entered mask length. 60 </fieldset> 55 61 </form> 56 62 </tr>
Note:
See TracChangeset
for help on using the changeset viewer.