| Last change
 on this file since 328 was             286, checked in by Kris Deugau, 20 years ago | 
        
          | 
/branches/stable
 
Merge changes from /trunk revisions:
 
234237
 254 (ipdb.css only)
 261
 279
 284
 285
 
 
This merges the new search system (234, 237, 254), cleans upsome 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.5 KB | 
      
      
| Line |  | 
|---|
| 1 | <div class="heading">Please confirm</div> | 
|---|
| 2 | <div class="indent"> | 
|---|
| 3 | <table class="regular" bgcolor="white" cellspacing="1" cellpadding="1"> | 
|---|
| 4 | <form method="POST" action="main.cgi" class="regular"> | 
|---|
| 5 | $$CUSTBITS$$ | 
|---|
| 6 | <tr class="color1"> | 
|---|
| 7 | <td>CIDR block to be allocated: </td><td> $$CIDR$$<input type=hidden name="fullcidr" value="$$CIDR$$"></td> | 
|---|
| 8 | </tr><tr class="color2"> | 
|---|
| 9 | <td>Block allocation is taken from: </td><td> $$ALLOC_FROM$$</td> | 
|---|
| 10 | </tr><tr class="color1"> | 
|---|
| 11 | <td>City: </td><td> $$CITY$$<input type="hidden" name="city" value="$$CITY$$"></td> | 
|---|
| 12 | </tr><tr class="color2"> | 
|---|
| 13 | <td>Allocation type: </td><td> $$TYPEFULL$$</td> | 
|---|
| 14 | </tr><tr class="color1"> | 
|---|
| 15 | <td>Customer ID: </td><td> $$CUSTID$$<input type="hidden" name="custid" value="$$CUSTID$$"></td> | 
|---|
| 16 | </tr><tr class="color2"> | 
|---|
| 17 | <td valign="top">Cicruit ID: </td><td> $$CIRCID$$<input type="hidden" name="circid" value="$$CIRCID$$"></td> | 
|---|
| 18 | </tr><tr class="color1"> | 
|---|
| 19 | <td valign="top">Description/name: </td><td> $$DESC$$<input type="hidden" name="desc" value="$$DESC$$"></td> | 
|---|
| 20 | </tr><tr class="color2"> | 
|---|
| 21 | <td valign="top">Notes: </td><td> $$NOTES$$<input type="hidden" name="notes" value="$$NOTES$$"></td> | 
|---|
| 22 | </tr> | 
|---|
| 23 | $$PRIVDATA$$ | 
|---|
| 24 | <!-- warn --> | 
|---|
| 25 | <input type="hidden" name="alloctype" value="$$ALLOC_TYPE$$"> | 
|---|
| 26 | <input type="hidden" name="action" value="$$ACTION$$"> | 
|---|
| 27 | <tr class="$$BUTTONROWCOLOUR$$"> | 
|---|
| 28 | <td class="center" colspan="2"> | 
|---|
| 29 | <input type="button" value="Back" onclick="history.go(-1)"><input type="submit" value="Confirm"> | 
|---|
| 30 | </td></tr> | 
|---|
| 31 | </table> | 
|---|
| 32 | </div> | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.