| 
            Last change
 on this file since 331 was             286, checked in by Kris Deugau, 20 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:
            1.7 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: </td><td>
 | 
|---|
| 7 | <select name="city"><option selected>-</option>
 | 
|---|
| 8 | $$ALLCITIES$$
 | 
|---|
| 9 | </select>
 | 
|---|
| 10 |  <a href="javascript:popNotes('/ip/newcity.html')">Add new location</a>
 | 
|---|
| 11 | </td>
 | 
|---|
| 12 | </tr>
 | 
|---|
| 13 | <tr class="color2">
 | 
|---|
| 14 | <td>Allocation type:</td><td>
 | 
|---|
| 15 | <select name="alloctype">
 | 
|---|
| 16 | $$TYPELIST$$
 | 
|---|
| 17 | </select>
 | 
|---|
| 18 | <input type="button" value=" ? " onclick="helpAllocTypes()" class="regular">
 | 
|---|
| 19 | </td>
 | 
|---|
| 20 | </tr><tr class="color1">
 | 
|---|
| 21 | <td>Subnet CIDR mask length: </td><td valign=top> / <input type="text" name="maskbits" size="3" maxlength="3"></td>
 | 
|---|
| 22 | </tr><tr class="color2">
 | 
|---|
| 23 | <td>Customer ID: </td><td><input type="text" name="custid" size="15" maxlength="15"> (Only required for Customer allocations)</td>
 | 
|---|
| 24 | </tr><tr class="color1">
 | 
|---|
| 25 | <td>Route from/through: </td><td>
 | 
|---|
| 26 | <select name="pop"><option selected>-</option>
 | 
|---|
| 27 | $$POPLIST$$
 | 
|---|
| 28 | </select>
 | 
|---|
| 29 | </td>
 | 
|---|
| 30 | </tr><tr class="color2">
 | 
|---|
| 31 | <td>Route/allocate from this master: </td><td>$$MASTERLIST$$
 | 
|---|
| 32 | Allow automatic allocation from private IP ranges:<input type=checkbox name=allowpriv>
 | 
|---|
| 33 | </td>
 | 
|---|
| 34 | </tr><tr class="color1">
 | 
|---|
| 35 | <td>Circuit ID: </td><td><input name=circid size=40></td>
 | 
|---|
| 36 | </tr><tr class="color2">
 | 
|---|
| 37 | <td>Description/Name: </td><td><input name="desc" size=40></td>
 | 
|---|
| 38 | </tr><tr class="color1">
 | 
|---|
| 39 | <td>Notes: </td><td><textarea name="notes" rows="3" cols="40"></textarea></td>
 | 
|---|
| 40 | </tr>
 | 
|---|
| 41 | $$PRIVDATA$$
 | 
|---|
| 42 | <tr class="$$BUTTONROWCOLOUR$$">
 | 
|---|
| 43 | <td class="center" colspan="2"><input type="submit" value="  Assign  "></td>
 | 
|---|
| 44 | <input type="hidden" name="action" value="confirm">
 | 
|---|
| 45 | </tr>
 | 
|---|
| 46 | </table>
 | 
|---|
| 47 | </div>
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.