2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_rallye_prices&rallye=$content%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" width="480"
4 class="admin_table dashed">
6 <td colspan="3" align="center" class="admin_title bottom">
7 <strong>{--RALLYE_CONFIG_PRICES_1--}$content{--RALLYE_CONFIG_PRICES_2--}:</strong>
11 <td colspan="3" height="3" class="seperator"> </td>
14 <td width="340" align="right">{--RALLYE_PRICE_LEVEL--}:</td>
15 <td width="10" class="seperator"> </td>
16 <td width="130"><input type="text" name="level"
17 class="admin_normal" size="5" maxlength="20"></td>
20 <td colspan="3" height="3" class="seperator bottom"> </td>
23 <td colspan="3" height="3" class="seperator"> </td>
26 <td align="right">{--RALLYE_PRICE_POINTS--}:</td>
27 <td width="10" class="seperator"> </td>
28 <td><input type="text" name="points" class="admin_normal"
29 size="8" maxlength="20"></td>
32 <td colspan="3" height="3" class="seperator"> </td>
35 <td align="right">{--RALLYE_PRICE_INFOS--}:</td>
36 <td width="10" class="seperator"> </td>
37 <td><input type="text" name="info" class="admin_normal" size="15"
41 <td colspan="3" height="3" class="seperator bottom"> </td>
44 <td colspan="3" class="admin_footer"><input
45 type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
46 <input type="submit" name="add" class="admin_submit"
47 value="{--ADD_RALLYE_PRICE--}" /></td>