| 
            Last change
 on this file since 589 was             551, checked in by Kris Deugau, 13 years ago           | 
        
        
          | 
             
/branches/stable 
 
Add missing allocate-from-freeblock changes to fb-assign.html 
 
 
           | 
        
        
          | 
            File size:
            1.5 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">
 | 
|---|
| [551] | 5 | <tr class="color1"><td>Free block selected: </td><td>$$BLOCK$$<input type=hidden name=allocfrom value="$$BLOCK$$"></td></tr>
 | 
|---|
 | 6 | <tr class="color2"><td>Allocation: </td><td>$$ALLOCBLOCK$$
 | 
|---|
 | 7 | <!-- input name=block size=25 value="$$BLOCK$$" -->
 | 
|---|
 | 8 | </td></tr>
 | 
|---|
 | 9 | <tr class="color1">
 | 
|---|
| [271] | 10 | <td>City: </td><td>
 | 
|---|
| [21] | 11 | <select name="city"><option selected>-</option>
 | 
|---|
| [91] | 12 | $$ALLCITIES$$
 | 
|---|
| [21] | 13 | </select>
 | 
|---|
 | 14 | </td>
 | 
|---|
 | 15 | </tr>
 | 
|---|
| [551] | 16 | <tr class="color2">
 | 
|---|
| [21] | 17 | <td>Allocation type:</td><td>
 | 
|---|
| [98] | 18 | $$TYPELIST$$
 | 
|---|
| [21] | 19 | <input type="button" value=" ? " onclick="helpAllocTypes()" class="regular">
 | 
|---|
 | 20 | </td>
 | 
|---|
| [551] | 21 | </tr><tr class="color1">
 | 
|---|
| [271] | 22 | <td>Customer ID: </td><td><input type="text" name="custid" size="15" maxlength="15"> (Only required for Customer allocations)</td>
 | 
|---|
| [394] | 23 | </tr>
 | 
|---|
 | 24 | <tr class="hack"><td>Wifi tower/Fibre demarc</td><td>
 | 
|---|
 | 25 | <select name="node"><option selected>-</option>
 | 
|---|
 | 26 | $$NODELIST$$
 | 
|---|
 | 27 | </select>
 | 
|---|
| [507] | 28 |  <a href="javascript:popNotes('$$WEBPATH$$/newnode.html')">Add new location</a>
 | 
|---|
| [394] | 29 | </td></tr>
 | 
|---|
 | 30 | <tr class="color1">
 | 
|---|
| [271] | 31 | <td valign="top">Description/Name: </td><td><input name="desc" size=40></td>
 | 
|---|
| [21] | 32 | </tr><tr class="color2">
 | 
|---|
 | 33 | <td>Notes: </td><td><textarea name="notes" rows="3" cols="40"></textarea></td>
 | 
|---|
| [286] | 34 | </tr>
 | 
|---|
 | 35 | $$PRIVDATA$$
 | 
|---|
 | 36 | <tr class="$$BUTTONROWCOLOUR$$">
 | 
|---|
| [21] | 37 | <td class="center" colspan="2"><input type="submit" value="  Assign  "></td>
 | 
|---|
 | 38 | <input type="hidden" name="action" value="confirm">
 | 
|---|
 | 39 | <input type="hidden" name=fbassign value=y>
 | 
|---|
 | 40 | </tr>
 | 
|---|
 | 41 | </table>
 | 
|---|
 | 42 | </div>
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.