Changeset 345 for trunk/assign.html
- Timestamp:
- 10/06/06 12:16:10 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/assign.html
r320 r345 4 4 <form method="POST" action="main.cgi" class="regular"> 5 5 <tr class="color1"> 6 <td>Customer location:  </td><td>6 <td>Customer location: </td><td> 7 7 <select name="city"><option selected>-</option> 8 8 $$ALLCITIES$$ … … 19 19 </td> 20 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>21 <td>Subnet CIDR mask length: </td><td valign=top> / <input type="text" name="maskbits" size="3" maxlength="3"></td> 22 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>23 <td>Customer ID: </td><td><input type="text" name="custid" size="15" maxlength="15"> (Only required for Customer allocations)</td> 24 24 </tr><tr class="color1"> 25 <td>Route from/through:  </td><td>25 <td>Route from/through: </td><td> 26 26 <select name="pop"><option selected>-</option> 27 27 $$POPLIST$$
Note:
See TracChangeset
for help on using the changeset viewer.