source: trunk/header.inc@ 4

Last change on this file since 4 was 4, checked in by Kris Deugau, 19 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: 2.6 KB
Line 
1<html><head>
2
3<title>TEST [IP Database<] TEST/title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4<link rel="stylesheet" type="text/css"
5 href="/ip/ipdb.css" />
6
7<script language=javascript>
8function openHelp() {
9 window.open("/ip/help.html", "help_window", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=700,height=300")
10}
11function openTables() {
12 window.open("/ip/tables.html", "subnet_tables", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=250")
13}
14function helpAllocTypes() {
15 window.open("/ip/alloctypes.html", "alloc_window", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=650,height=600")
16}
17</script>
18
19</head>
20<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0" style="font-family: helvetica">
21
22<table width="98%" border="0" cellspacing="0" cellpadding="0" height="0">
23 <tbody><tr>
24 <td nowrap=""><a href="/ip/index.shtml" target="_blank"><img src="/ip/images/logo.png" width="167" height="60" border="0" alt="[ Logo ]"></a></td>
25 <td nowrap="" valign="bottom">
26 <div align="right"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
27 <a href="/ip/index.shtml">
28 <b>TEST</b> [IP Database Home] <b>TEST</b></a></font></b></div>
29 </td>
30 </tr>
31</tbody></table>
32
33<table width="100%" border="0" cellspacing="0" cellpadding="0"
34<tr bgcolor="#000000"><td></td></tr></table>
35<!-- end line and top. -->
36<table width="100%" cellspacing="0">
37<tr class="color1">
38<td width=10></td>
39<form method="POST" action="/ip/cgi-bin/main.cgi">
40<td>Search:
41<input type="text" name="input" size="20" maxlength="50" class="regular">
42<input type=radio name="searchfor" value="ipblock" checked=yes>IP/IP block
43<input type=radio name="searchfor" value="desc">Description
44<input type=radio name="searchfor" value="cust">Customer ID
45<input type=hidden name=page value="1">
46<input type=hidden name=action value="search">
47<input type=submit value="Go!" class="heading">
48<input type="button" value=" Help? " onclick="openHelp()" class="regular">
49&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
50<a href="/ip/cgi-bin/main.cgi?action=assign">Add new assignment</a>
51</td>
52</form>
53</tr>
54</table>
55<!-- start another line -->
56<!-- There has GOT to be a better way to do this... Ugh. -->
57<table width="100%" border="0" cellspacing="0" cellpadding="0" height="1" bgcolor="#000000">
58 <tbody><tr>
59 <td></td>
60 </tr>
61</tbody></table>
62<br></br>
Note: See TracBrowser for help on using the repository browser.