| Line 115... |
Line 115... |
| 115 |
<td>$frc.getMaxDiscount()</td>
|
115 |
<td>$frc.getMaxDiscount()</td>
|
| 116 |
</tr>
|
116 |
</tr>
|
| 117 |
#end
|
117 |
#end
|
| 118 |
</tbody>
|
118 |
</tbody>
|
| 119 |
</table>
|
119 |
</table>
|
| 120 |
<form action="/rch/add-frc!add" method="post">
|
- |
|
| 121 |
<input type="hidden" name="circle" value="$circleId"></input>
|
- |
|
| 122 |
<input type="hidden" name="operatorId" value="$operatorId"></input>
|
- |
|
| 123 |
Denomination : <input type="text" name="denomination" style="height: 20px;border: 1px solid #AAAAAA;border-radius: 5px;width: 100px;padding: 3px 5px;font-size: 15px;color: #777777;"></input>
|
- |
|
| 124 |
Discount : <input type="text" name='maxDiscount' style="height: 20px;border: 1px solid #AAAAAA;border-radius: 5px;width: 100px;padding: 3px 5px;font-size: 15px;color: #777777;"></input>
|
- |
|
| 125 |
<input type="submit" value="ADD" class="submitButton" style="background-color:red;width:125px;margin:25px 0px 25px 100px;"></input>
|
- |
|
| 126 |
</form>
|
- |
|
| 127 |
#end
|
120 |
#end
|
| - |
|
121 |
<form action="/rch/add-frc!add" method="post">
|
| - |
|
122 |
<input type="hidden" name="circle" value="$circleId"></input>
|
| - |
|
123 |
<input type="hidden" name="operatorId" value="$operatorId"></input>
|
| - |
|
124 |
Denomination : <input type="text" name="denomination" style="height: 20px;border: 1px solid #AAAAAA;border-radius: 5px;width: 100px;padding: 3px 5px;font-size: 15px;color: #777777;"></input>
|
| - |
|
125 |
Discount : <input type="text" name='maxDiscount' style="height: 20px;border: 1px solid #AAAAAA;border-radius: 5px;width: 100px;padding: 3px 5px;font-size: 15px;color: #777777;"></input>
|
| - |
|
126 |
<input type="submit" value="ADD" class="submitButton" style="background-color:red;width:125px;margin:25px 0px 25px 100px;"></input>
|
| - |
|
127 |
</form>
|
| - |
|
128 |
|
| 128 |
</div>
|
129 |
</div>
|
| 129 |
|
130 |
|
| 130 |
</body>
|
131 |
</body>
|
| 131 |
|
132 |
|
| 132 |
</html>
|
133 |
</html>
|
| 133 |
|
134 |
|