source: trunk/assign.html@ 115

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

/trunk

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

File size: 1.5 KB
RevLine 
[4]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">
[45]6<td>Customer location:&nbsp</td><td>
[4]7<select name="city"><option selected>-</option>
[92]8$$ALLCITIES$$
[4]9</select>
10</td>
11</tr>
12<tr class="color2">
13<td>Allocation type:</td><td>
[109]14<select name="alloctype">
15$$TYPELIST$$
[4]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">
[87]24<td>Route from/through:&nbsp</td><td>
[4]25<select name="pop"><option selected>-</option>
[92]26$$POPLIST$$
[4]27</select>
28</td>
[31]29</tr><tr class="color2">
30<td>Route/allocate from this master:&nbsp;</td><td>$$MASTERLIST$$</td>
[4]31</tr><tr class="color1">
[74]32<td>Cicruit ID:&nbsp;</td><td><input name=circid size=40></td>
33</tr><tr class="color2">
[31]34<td>Description/Name:&nbsp;</td><td><input name="desc" size=40></td>
[74]35</tr><tr class="color1">
36<td>Notes:&nbsp;</td><td><textarea name="notes" rows="3" cols="40"></textarea></td>
[4]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.