source: branches/stable/newnode.html@ 394

Last change on this file since 394 was 394, checked in by Kris Deugau, 14 years ago

/branches/stable

Basic support for network node references: Add, view, edit nodes and

referencess

Probably excludes a bunch of real use-cases for various reasons

File size: 1.1 KB
Line 
1<html>
2<head>
3 <title>IP Database - Add new tower/demarc switch</title>
4 <link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
5
6 <SCRIPT language="JavaScript" type="text/javascript">
7 <!-- Hide From Non-Supporting Browsers
8 // snagged from http://www.webxpertz.net/forums/showthread.php?t=24650
9 function redoParent() {
10 opener.location.reload(true);
11 }
12
13 // Done Hiding -->
14 </script>
15
16</head>
17
18<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0" onUnload="redoParent()">
19<table>
20<form action="cgi-bin/newnode.cgi" method="POST">
21<tr class="color1"><td>Enter new AP/switch name/location:</td><td><input name="nodename"></td></tr>
22<tr class="color2"><td>Enter management IP:</td><td><input name="nodeip"></td></tr>
23<tr class="color1"><td>Wifi tower or fibre demarc switch?</td>
24<td><input type=radio name="type" value="bi">Wifi tower<br>
25<input type=radio name="type" value="fr">Fibre demarc
26</td></tr>
27<tr class="color2"><td colspan=2 align=center><input type=submit value="Add"></td></tr>
28</table>
29</body>
30</html>
Note: See TracBrowser for help on using the repository browser.