source: trunk/help.html@ 837

Last change on this file since 837 was 517, checked in by Kris Deugau, 12 years ago

/trunk

Finally merge conversion to HTML::Template from /branches/htmlform

  • Node "hack" showed conflict due to having been added to all branches in parallel
  • editDisplay.html was apparently changed enough that the merged delete caused an irrelevant conflict

Closes #3.

File size: 2.0 KB
Line 
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</head>
9<body>
10
11<table class="regular">
12
13<tr><td class="heading">Quick Searches:</td></tr>
14
15<tr class="row0">
16<td>IP blocks</td>
17<td>192.168.28 or 192.</td>
18<td>Lists all alloctions starting with that set of octets. Note that matches on the
19first octet MUST include the period to be considered an IP search.</td>
20</tr>
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
26exact match for 192.168.28.0/30 respectively</td>
27</tr>
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>
33</tr>
34
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
39numeric 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
46will fall under this category unless CustIDs are all-numeric.</td>
47</tr>
48
49<tr><td colspan="3">A blank query will "show all"</td></tr>
50<tr><td colspan="3">The title in the top right hand corner is a link home.</td></tr>
51
52<tr class="row0"><td>Subnet Calculator</td>
53<td colspan="2">
54<form method="POST" action="cgi-bin/snCalc.cgi">
55<fieldset><legend></legend>
56 / <input type="text" size="5" maxlength="10" name="input" class="regular">
57<input type="submit" value="Calculate" class="heading">&nbsp; Show
58<span class="mask">subnet mask</span>, <span class="wildcard">wildcard mask</span>,
59and possible subnet ranges for the entered mask length.
60</fieldset>
61</form>
62</tr>
63
64<tr><td>
65
66
67</table>
68
69
70</body></html>
Note: See TracBrowser for help on using the repository browser.