- Timestamp:
- 11/12/12 17:36:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/fb-assign.html
r507 r551 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> 6 <tr class="color2"> 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"> 7 10 <td>City: </td><td> 8 11 <select name="city"><option selected>-</option> … … 11 14 </td> 12 15 </tr> 13 <tr class="color 1">16 <tr class="color2"> 14 17 <td>Allocation type:</td><td> 15 18 $$TYPELIST$$ 16 19 <input type="button" value=" ? " onclick="helpAllocTypes()" class="regular"> 17 20 </td> 18 </tr><tr class="color 2">21 </tr><tr class="color1"> 19 22 <td>Customer ID: </td><td><input type="text" name="custid" size="15" maxlength="15"> (Only required for Customer allocations)</td> 20 23 </tr>
Note:
See TracChangeset
for help on using the changeset viewer.