Last change
on this file since 121 was 98, checked in by Kris Deugau, 20 years ago |
/branches/stable
Move most storage of alloctypes int a database table.
Note that editing a block still uses hardcoded checks, and
many other internal checks rely on specific type checks -
some of which can't be easily databasified.
|
File size:
1.5 KB
|
Rev | Line | |
---|
[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">
|
---|
[44] | 6 | <td>Customer location: </td><td>
|
---|
[4] | 7 | <select name="city"><option selected>-</option>
|
---|
[91] | 8 | $$ALLCITIES$$
|
---|
[4] | 9 | </select>
|
---|
| 10 | </td>
|
---|
| 11 | </tr>
|
---|
| 12 | <tr class="color2">
|
---|
| 13 | <td>Allocation type:</td><td>
|
---|
[98] | 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: </td><td valign=top> / <input type="text" name="maskbits" size="3" maxlength="3"></td>
|
---|
| 21 | </tr><tr class="color2">
|
---|
| 22 | <td>Customer ID: </td><td><input type="text" name="custid" size="15" maxlength="15"> (Only required for Customer allocations)</td>
|
---|
| 23 | </tr><tr class="color1">
|
---|
[84] | 24 | <td>Route from/through: </td><td>
|
---|
[4] | 25 | <select name="pop"><option selected>-</option>
|
---|
[91] | 26 | $$POPLIST$$
|
---|
[4] | 27 | </select>
|
---|
| 28 | </td>
|
---|
[32] | 29 | </tr><tr class="color2">
|
---|
| 30 | <td>Route/allocate from this master: </td><td>$$MASTERLIST$$</td>
|
---|
[4] | 31 | </tr><tr class="color1">
|
---|
[75] | 32 | <td>Cicruit ID: </td><td><input name=circid size=40></td>
|
---|
| 33 | </tr><tr class="color2">
|
---|
[32] | 34 | <td>Description/Name: </td><td><input name="desc" size=40></td>
|
---|
[75] | 35 | </tr><tr class="color1">
|
---|
| 36 | <td>Notes: </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.