| 
            Last change
 on this file since 438 was             394, checked in by Kris Deugau, 16 years ago           | 
        
        
          | 
             
/branches/stable 
 
Basic support for network node references:  Add, view, edit nodes and 
 
referencess 
 
 
Probably excludes a bunch of real use-cases for various reasons 
 
 
           | 
        
        
          | 
            File size:
            1.4 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">
 | 
|---|
| [271] | 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">
 | 
|---|
| [271] | 7 | <td>City: </td><td>
 | 
|---|
| [21] | 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>
 | 
|---|
| [98] | 15 | $$TYPELIST$$
 | 
|---|
| [21] | 16 | <input type="button" value=" ? " onclick="helpAllocTypes()" class="regular">
 | 
|---|
 | 17 | </td>
 | 
|---|
| [81] | 18 | </tr><tr class="color2">
 | 
|---|
| [271] | 19 | <td>Customer ID: </td><td><input type="text" name="custid" size="15" maxlength="15"> (Only required for Customer allocations)</td>
 | 
|---|
| [394] | 20 | </tr>
 | 
|---|
 | 21 | <tr class="hack"><td>Wifi tower/Fibre demarc</td><td>
 | 
|---|
 | 22 | <select name="node"><option selected>-</option>
 | 
|---|
 | 23 | $$NODELIST$$
 | 
|---|
 | 24 | </select>
 | 
|---|
 | 25 |  <a href="javascript:popNotes('/ip/newnode.html')">Add new location</a>
 | 
|---|
 | 26 | </td></tr>
 | 
|---|
 | 27 | <tr class="color1">
 | 
|---|
| [271] | 28 | <td valign="top">Description/Name: </td><td><input name="desc" size=40></td>
 | 
|---|
| [21] | 29 | </tr><tr class="color2">
 | 
|---|
 | 30 | <td>Notes: </td><td><textarea name="notes" rows="3" cols="40"></textarea></td>
 | 
|---|
| [286] | 31 | </tr>
 | 
|---|
 | 32 | $$PRIVDATA$$
 | 
|---|
 | 33 | <tr class="$$BUTTONROWCOLOUR$$">
 | 
|---|
| [21] | 34 | <td class="center" colspan="2"><input type="submit" value="  Assign  "></td>
 | 
|---|
 | 35 | <input type="hidden" name="action" value="confirm">
 | 
|---|
 | 36 | <input type="hidden" name=fbassign value=y>
 | 
|---|
 | 37 | </tr>
 | 
|---|
 | 38 | </table>
 | 
|---|
 | 39 | </div>
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.