Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / sponsor / sponsor_fillup_form.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=sponsor&amp;what=fillup%}
3 <table border="0" cellspacing="0" cellpadding="0" width="450" class="table dashed">
4 <tr>
5         <td class="table_header bottom" colspan="2" align="center" height="37">
6                 <strong>{--SPONSOR_POINTS_OVERVIEW--}:</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="bottom right" align="right" height="27">
11                 {--SPONSOR_POINTS_AMOUNT--}:
12         </td>
13         <td class="bottom">
14                 $content[points_amount] {?POINTS?}
15         </td>
16 </tr>
17 <tr>
18         <td class="bottom right" align="right" height="27">
19                 {--SPONSOR_POINTS_USED--}:
20         </td>
21         <td class="bottom">
22                 $content[points_used] {?POINTS?}
23         </td>
24 </tr>
25 <tr>
26         <td class="bottom right" align="right" height="27">
27                 {--SPONSOR_POINTS_TOTAL--}:
28         </td>
29         <td class="bottom">
30                 $content[points_total] {?POINTS?}
31         </td>
32 </tr>
33 <tr>
34         <td class="table_footer" colspan="2" align="center" height="37">
35                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
36                 <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
37         </td>
38 </tr>
39 </table>
40 {%form_close%}
41 </div>