source: trunk/confirm.html@ 4

Last change on this file since 4 was 4, checked in by Kris Deugau, 20 years ago

Import "new" IPDB development:

March 2004 through end of August 2004

Changes include:

-> Entirely new method of allocating IP space; which should

hopefully reduce the amount of messiness in allocations.

-> IP address processing provided by NetAddr::IP rather than

homebrew code

-> Change DB to PostgreSQL to eliminate some of the problems

caused by using MySQL, and to gain native RDBMS support for
IP addresses.

-> Using NetAddr::IP and Postgres allows (eventually, with

PG >= 7.4) IPV6 without any code changes. In theory.

-> Logging so that if someone makes a change that turns out

to have been wrong for some reason, Blame Can Be Assigned.

-> General code cleanups (split IPDB.pm from CommonWeb.pm,

for instance)

File size: 1.3 KB
RevLine 
[4]1<div class="heading">Please confirm</div>
2<div class="indent">
3<table class="regular" bgcolor="white" cellspacing="1" cellpadding="1">
4<form method="POST" action="main.cgi" class="regular">
5$$CUSTBITS$$
6<tr class="color1">
7<td>CIDR block to be allocated:&nbsp</td><td>&nbsp;$$CIDR$$<input type=hidden name="fullcidr" value="$$CIDR$$"></td>
8</tr><tr class="color2">
9<td>Block allocation is taken from:&nbsp</td><td>&nbsp;$$ALLOC_FROM$$</td>
10</tr><tr class="color1">
11<td>City:&nbsp</td><td>&nbsp;$$CITY$$<input type="hidden" name="city" value="$$CITY$$"></td>
12</tr><tr class="color2">
13<td>Allocation type:&nbsp</td><td>&nbsp;$$TYPEFULL$$</td>
14</tr><tr class="color1">
15<td>Customer ID:&nbsp</td><td>&nbsp;$$CUSTID$$<input type="hidden" name="custid" value="$$CUSTID$$"></td>
16</tr><tr class="color2">
17<td valign="top">Description/name:&nbsp</td><td>&nbsp;$$DESC$$<input type="hidden" name="desc" value="$$DESC$$"></td>
18</tr><tr class="color1">
19<td valign="top">Notes:&nbsp</td><td>&nbsp;$$NOTES$$<input type="hidden" name="notes" value="$$NOTES$$"></td>
20</tr>
21<!-- warn -->
22<input type="hidden" name="alloctype" value="$$ALLOC_TYPE$$">
23<input type="hidden" name="action" value="$$ACTION$$">
24<tr class="color2">
25<td class="center" colspan="2">
26<input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm">
27</td></tr>
28</table>
29</div>
Note: See TracBrowser for help on using the repository browser.