source: trunk/assign.html@ 109

Last change on this file since 109 was 109, checked in by Kris Deugau, 19 years ago

/trunk

Change assign.html to allow allocation types to pulled from the database

File size: 1.5 KB
Line 
1<div class="indent">
2<div class="heading">Assign IPs</div><br>
3<table class="regular" bgcolor="black" cellspacing="1" cellpadding="1">
4<form method="POST" action="main.cgi" class="regular">
5<tr class="color1">
6<td>Customer location:&nbsp</td><td>
7<select name="city"><option selected>-</option>
8$$ALLCITIES$$
9</select>
10</td>
11</tr>
12<tr class="color2">
13<td>Allocation type:</td><td>
14<select name="alloctype">
15$$TYPELIST$$
16</select>
17<input type="button" value=" ? " onclick="helpAllocTypes()" class="regular">
18</td>
19</tr><tr class="color1">
20<td>Subnet CIDR mask length:&nbsp</td><td valign=top>&nbsp;/&nbsp;<input type="text" name="maskbits" size="3" maxlength="3"></td>
21</tr><tr class="color2">
22<td>Customer ID:&nbsp</td><td><input type="text" name="custid" size="15" maxlength="15"> (Only required for Customer allocations)</td>
23</tr><tr class="color1">
24<td>Route from/through:&nbsp</td><td>
25<select name="pop"><option selected>-</option>
26$$POPLIST$$
27</select>
28</td>
29</tr><tr class="color2">
30<td>Route/allocate from this master:&nbsp;</td><td>$$MASTERLIST$$</td>
31</tr><tr class="color1">
32<td>Cicruit ID:&nbsp;</td><td><input name=circid size=40></td>
33</tr><tr class="color2">
34<td>Description/Name:&nbsp;</td><td><input name="desc" size=40></td>
35</tr><tr class="color1">
36<td>Notes:&nbsp;</td><td><textarea name="notes" rows="3" cols="40"></textarea></td>
37</tr><tr class="color2">
38<td class="center" colspan="2"><input type="submit" value=" Assign "></td>
39<input type="hidden" name="action" value="confirm">
40</tr>
41</table>
42</div>
Note: See TracBrowser for help on using the repository browser.