"copied"
[mailer.git] / 0.2.1-FINAL / templates / de / html / sponsor / sponsor_fillup_form.tpl
1 <DIV align="center">
2 <FORM action="{!URL!}/modules.php?module=sponsor&amp;what=fillup" method="POST" style="padding-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="450" class="sponsor_table dashed">
4 <TR>
5   <TD class="sponsor_header bottom2" colspan="2" align="center" height="37">
6     <STRONG>{--SPONSOR_POINTS_OVERVIEW--}:</STRONG>
7   </TD>
8 </TR>
9 <TR>
10   <TD class="bottom2 right2" width="275" align="right" height="27">
11     {--SPONSOR_POINTS_AMOUNT--}:&nbsp;
12   </TD>
13   <TD class="bottom2" width="275">
14     &nbsp;$content[points_amount] {!POINTS!}
15   </TD>
16 </TR>
17 <TR>
18   <TD class="bottom2 right2" width="275" align="right" height="27">
19     {--SPONSOR_POINTS_USED--}:&nbsp;
20   </TD>
21   <TD class="bottom2" width="275">
22     &nbsp;$content[points_used] {!POINTS!}
23   </TD>
24 </TR>
25 <TR>
26   <TD class="bottom2 right2" width="275" align="right" height="27">
27     {--SPONSOR_POINTS_TOTAL--}:&nbsp;
28   </TD>
29   <TD class="bottom2" width="275">
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>