3407a066c5fce5374295a8215e25203dd8be9a3b
[mailer.git] / templates / de / html / sponsor / sponsor_fillup_form.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=sponsor&amp;what=fillup%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" width="450" class="sponsor_table dashed">
4 <tr>
5   <td class="sponsor_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--}:&nbsp;
12   </td>
13   <td class="bottom">
14     &nbsp;$content[points_amount] {?POINTS?}
15   </td>
16 </tr>
17 <tr>
18   <td class="bottom right" align="right" height="27">
19     {--SPONSOR_POINTS_USED--}:&nbsp;
20   </td>
21   <td class="bottom">
22     &nbsp;$content[points_used] {?POINTS?}
23   </td>
24 </tr>
25 <tr>
26   <td class="bottom right" align="right" height="27">
27     {--SPONSOR_POINTS_TOTAL--}:&nbsp;
28   </td>
29   <td class="bottom">
30     &nbsp;$content[points_total] {?POINTS?}
31   </td>
32 </tr>
33 <tr>
34   <td class="sponsor_footer" colspan="2" align="center" height="37">
35     <input type="reset" class="guest_reset" value="{--CLEAR_FORM--}" />
36     <input type="submit" name="ok" class="guest_submit" value="{--SAVE_SETTINGS--}" />
37   </td>
38 </tr>
39 </table>
40 </form>
41 </div>