| Last change
 on this file since 92 was             91, checked in by Kris Deugau, 21 years ago | 
        
          | 
/branches/stable
 
Overhaul of city listings - first stage.  Cities are now listed inONE place for stuffing into HTML and so on.  City list also updated
 with most of the cities currently listed, and a few that have
 probably been removed.
 SQL schema updated with new table
 
 | 
        
          | File size:
            1.7 KB | 
      
      
| Rev | Line |  | 
|---|
| [21] | 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"><td>Free block selected for assignment: </td><td>$$BLOCK$$<input type=hidden name=block value="$$BLOCK$$"></td></tr> | 
|---|
| [81] | 6 | <tr class="color2"> | 
|---|
| [21] | 7 | <td>City: </td><td> | 
|---|
|  | 8 | <select name="city"><option selected>-</option> | 
|---|
| [91] | 9 | $$ALLCITIES$$ | 
|---|
| [21] | 10 | </select> | 
|---|
|  | 11 | </td> | 
|---|
|  | 12 | </tr> | 
|---|
| [81] | 13 | <tr class="color1"> | 
|---|
| [21] | 14 | <td>Allocation type:</td><td> | 
|---|
|  | 15 | <select name="alloctype"><option value="cn" selected>Customer netblock</option> | 
|---|
| [39] | 16 | <option value="sp">Static Pool - Servers</option> | 
|---|
|  | 17 | <option value="cp">Static Pool - Cable</option> | 
|---|
|  | 18 | <option value="dp">Static Pool - DSL</option> | 
|---|
|  | 19 | <option value="mp">Static Pool - Dialup</option> | 
|---|
|  | 20 | <option value="wp">Static Pool - Wireless</option> | 
|---|
| [21] | 21 | <option value="ee">End-use netblock</option> | 
|---|
|  | 22 | <option value="dn">Dialup netblock</option> | 
|---|
|  | 23 | <option value="dy">Dynamic DSL block</option> | 
|---|
|  | 24 | <option value="dc">Dynamic cable block</option> | 
|---|
|  | 25 | </select> | 
|---|
|  | 26 | <input type="button" value=" ? " onclick="helpAllocTypes()" class="regular"> | 
|---|
|  | 27 | </td> | 
|---|
| [81] | 28 | </tr><tr class="color2"> | 
|---|
| [21] | 29 | <td>Customer ID: </td><td><input type="text" name="custid" size="15" maxlength="15"> (Only required for Customer allocations)</td> | 
|---|
|  | 30 | </tr><tr class="color1"> | 
|---|
|  | 31 | <td valign="top">Description/Name: </td><td><input name="desc" size=40></td> | 
|---|
|  | 32 | </tr><tr class="color2"> | 
|---|
|  | 33 | <td>Notes: </td><td><textarea name="notes" rows="3" cols="40"></textarea></td> | 
|---|
|  | 34 | </tr><tr class="color1"> | 
|---|
|  | 35 | <td class="center" colspan="2"><input type="submit" value="  Assign  "></td> | 
|---|
|  | 36 | <input type="hidden" name="action" value="confirm"> | 
|---|
|  | 37 | <input type="hidden" name=fbassign value=y> | 
|---|
|  | 38 | </tr> | 
|---|
|  | 39 | </table> | 
|---|
|  | 40 | </div> | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.