| Last change
 on this file since 649 was             272, checked in by Kris Deugau, 20 years ago | 
        
          | 
/branches/dns
 
Updates to existing html to support basic DNS info
 | 
        
          | File size:
            1.8 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"> | 
|---|
| [45] | 6 | <td>Customer location: </td><td> | 
|---|
| [4] | 7 | <select name="city"><option selected>-</option> | 
|---|
| [92] | 8 | $$ALLCITIES$$ | 
|---|
| [4] | 9 | </select> | 
|---|
| [139] | 10 |  <a href="javascript:popNotes('/ip/newcity.html')">Add new location</a> | 
|---|
| [4] | 11 | </td> | 
|---|
|  | 12 | </tr> | 
|---|
|  | 13 | <tr class="color2"> | 
|---|
|  | 14 | <td>Allocation type:</td><td> | 
|---|
| [109] | 15 | <select name="alloctype"> | 
|---|
|  | 16 | $$TYPELIST$$ | 
|---|
| [4] | 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"> | 
|---|
| [272] | 25 | <td>rDNS: </td><td><input type=radio name="defrdns" value='y' checked=yes>Use default rDNS | 
|---|
|  | 26 | <input type=radio name="defrdns" value='n'><input type=text name=rdns></td> | 
|---|
|  | 27 | </tr><tr class="color2"> | 
|---|
| [87] | 28 | <td>Route from/through: </td><td> | 
|---|
| [4] | 29 | <select name="pop"><option selected>-</option> | 
|---|
| [92] | 30 | $$POPLIST$$ | 
|---|
| [4] | 31 | </select> | 
|---|
|  | 32 | </td> | 
|---|
| [272] | 33 | </tr><tr class="color1"> | 
|---|
|  | 34 | <td>Route/allocate from this master: </td><td>$$MASTERLIST$$</td> | 
|---|
| [31] | 35 | </tr><tr class="color2"> | 
|---|
| [272] | 36 | <td>Circuit ID: </td><td><input name=circid size=40></td> | 
|---|
| [4] | 37 | </tr><tr class="color1"> | 
|---|
| [272] | 38 | <td>Description/Name: </td><td><input name="desc" size=40></td> | 
|---|
| [74] | 39 | </tr><tr class="color2"> | 
|---|
| [272] | 40 | <td>Notes: </td><td><textarea name="notes" rows="3" cols="40"></textarea></td> | 
|---|
| [74] | 41 | </tr><tr class="color1"> | 
|---|
| [4] | 42 | <td class="center" colspan="2"><input type="submit" value="  Assign  "></td> | 
|---|
|  | 43 | <input type="hidden" name="action" value="confirm"> | 
|---|
|  | 44 | </tr> | 
|---|
|  | 45 | </table> | 
|---|
|  | 46 | </div> | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.