- Timestamp:
- 10/06/06 12:16:10 (18 years ago)
- Location:
- trunk
- Files:
-
- 3 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$$ -
trunk/confirm.html
r284 r345 5 5 $$CUSTBITS$$ 6 6 <tr class="color1"> 7 <td>CIDR block to be allocated:  </td><td> $$CIDR$$<input type=hidden name="fullcidr" value="$$CIDR$$"></td>7 <td>CIDR block to be allocated: </td><td> $$CIDR$$<input type=hidden name="fullcidr" value="$$CIDR$$"></td> 8 8 </tr><tr class="color2"> 9 <td>Block allocation is taken from:  </td><td> $$ALLOC_FROM$$</td>9 <td>Block allocation is taken from: </td><td> $$ALLOC_FROM$$</td> 10 10 </tr><tr class="color1"> 11 <td>City:  </td><td> $$CITY$$<input type="hidden" name="city" value="$$CITY$$"></td>11 <td>City: </td><td> $$CITY$$<input type="hidden" name="city" value="$$CITY$$"></td> 12 12 </tr><tr class="color2"> 13 <td>Allocation type:  </td><td> $$TYPEFULL$$</td>13 <td>Allocation type: </td><td> $$TYPEFULL$$</td> 14 14 </tr><tr class="color1"> 15 <td>Customer ID:  </td><td> $$CUSTID$$<input type="hidden" name="custid" value="$$CUSTID$$"></td>15 <td>Customer ID: </td><td> $$CUSTID$$<input type="hidden" name="custid" value="$$CUSTID$$"></td> 16 16 </tr><tr class="color2"> 17 <td valign="top">Cicruit ID:  </td><td> $$CIRCID$$<input type="hidden" name="circid" value="$$CIRCID$$"></td>17 <td valign="top">Cicruit ID: </td><td> $$CIRCID$$<input type="hidden" name="circid" value="$$CIRCID$$"></td> 18 18 </tr><tr class="color1"> 19 <td valign="top">Description/name:  </td><td> $$DESC$$<input type="hidden" name="desc" value="$$DESC$$"></td>19 <td valign="top">Description/name: </td><td> $$DESC$$<input type="hidden" name="desc" value="$$DESC$$"></td> 20 20 </tr><tr class="color2"> 21 <td valign="top">Notes:  </td><td> $$NOTES$$<input type="hidden" name="notes" value="$$NOTES$$"></td>21 <td valign="top">Notes: </td><td> $$NOTES$$<input type="hidden" name="notes" value="$$NOTES$$"></td> 22 22 </tr> 23 23 $$PRIVDATA$$ -
trunk/fb-assign.html
r284 r345 3 3 <table class="regular" bgcolor="black" cellspacing="1" cellpadding="1"> 4 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>5 <tr class="color1"><td>Free block selected for assignment: </td><td>$$BLOCK$$<input type=hidden name=block value="$$BLOCK$$"></td></tr> 6 6 <tr class="color2"> 7 <td>City:  </td><td>7 <td>City: </td><td> 8 8 <select name="city"><option selected>-</option> 9 9 $$ALLCITIES$$ … … 17 17 </td> 18 18 </tr><tr class="color2"> 19 <td>Customer ID:  </td><td><input type="text" name="custid" size="15" maxlength="15"> (Only required for Customer allocations)</td>19 <td>Customer ID: </td><td><input type="text" name="custid" size="15" maxlength="15"> (Only required for Customer allocations)</td> 20 20 </tr><tr class="color1"> 21 <td valign="top">Description/Name:  </td><td><input name="desc" size=40></td>21 <td valign="top">Description/Name: </td><td><input name="desc" size=40></td> 22 22 </tr><tr class="color2"> 23 23 <td>Notes: </td><td><textarea name="notes" rows="3" cols="40"></textarea></td>
Note:
See TracChangeset
for help on using the changeset viewer.