source: branches/stable/header.inc@ 319

Last change on this file since 319 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.7 KB
Line 
1<html>
2<head>
3 <title>[IP Database v2]</title>
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <link rel="stylesheet" type="text/css" 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=750,height=550")
16}
17function popNotes(page) {
18 window.open(page, "IPDB_notes", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=400,height=300");
19}
20</script>
21
22</head>
23<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0" style="font-family: helvetica">
24
25<table width="98%" border="0" cellspacing="0" cellpadding="0" height="0">
26 <tbody><tr>
27 <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>
28 <td nowrap="" valign="bottom">
29 <div align="right"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2">
30 <a href="/ip/index.shtml">
31 [IP Database v2 Home]</a></font></b></div>
32 </td>
33 </tr>
34</tbody></table>
35
36<table width="100%" border="0" cellspacing="0" cellpadding="0"
37<tr bgcolor="#000000"><td></td></tr></table>
38<!-- end line and top. -->
39<table width="100%" cellspacing="0">
40<tr class="color1">
41<td width=10></td>
42<form method="POST" action="/ip/cgi-bin/search.cgi">
43<td width=390>Quick Search:
44<input type="text" name="input" size="20" maxlength="50" class="regular">
45<input type=hidden name=page value="1">
46<input type=hidden name=stype value="q">
47<input type=submit value="Go!" class="heading">
48<input type="button" value=" Help? " onclick="openHelp()" class="regular">
49</td><td width=10></td><td><a href="/ip/cgi-bin/search.cgi">Complex Search</a></td>
50<td width=60></td>
51$$EXTRA0$$
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<table width="98%" border=0><tr><td align=right><a href="javascript:popNotes('/ip/changes.html')">Recent Changes</a></td></tr></table>
63<br>
Note: See TracBrowser for help on using the repository browser.