Initial non-working import for Primera, Wernis now as static word
[mailer.git] / templates / de / html / member / member_wernis_mode_pay.tpl
1 <FORM action="{!URL!}/modules.php?module=login&amp;what=wernis&amp;mode=pay" method="POST" style="margin-bottom: 0px">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
3         <TR>
4                 <TD colspan="3" align="center" class="member_title2 bottom2"
5                         height="30"><STRONG>{--WERNIS_MEMBER_PAYOUT_TITLE--}</STRONG></TD>
6         </TR>
7         <TR>
8                 <TD width="315" class="bottom2" height="25" align="right">{--WERNIS_MEMBER_PAYOUT_POINTS--}</TD>
9                 <TD width="10" class="seperator bottom2">&nbsp;</TD>
10                 <TD width="115" class="bottom2"><strong>$content[points]</strong> Wernis</TD>
11         </TR>
12         <TR>
13                 <TD width="315" class="bottom2" height="25" align="right">{--WERNIS_MEMBER_PAYOUT_MIN_POINTS--}</TD>
14                 <TD width="10" class="seperator bottom2">&nbsp;</TD>
15                 <TD width="115" class="bottom2"><strong>$content[min_points]</strong> Wernis</TD>
16         </TR>
17         <TR>
18                 <TD colspan="3" height="3" class="seperator">&nbsp;</TD>
19         </TR>
20         <TR>
21                 <TD width="315" height="35" align="right">{--WERNIS_MEMBER_WDS66_ID--}</TD>
22                 <TD width="10" class="seperator">&nbsp;</TD>
23                 <TD width="115"><INPUT type="text" name="wds66_id" size="6" maxlength="5" value="$content[wds66_id]" /></TD>
24         </TR>
25         <TR>
26                 <TD width="315" height="35" align="right">{--WERNIS_MEMBER_WDS66_PASSWORD--}</TD>
27                 <TD width="10" class="seperator">&nbsp;</TD>
28                 <TD width="115"><INPUT type="password" name="wds66_password" size="10" maxlength="255" /></TD>
29         </TR>
30         <TR>
31                 <TD width="315" height="35" align="right">{--WERNIS_MEMBER_WDS66_AMOUNT--}</TD>
32                 <TD width="10" class="seperator">&nbsp;</TD>
33                 <TD width="115"><INPUT type="text" name="amount" size="10" maxlength="255" /></TD>
34         </TR>
35         <TR>
36                 <TD colspan="3" height="3" class="seperator bottom2">&nbsp;</TD>
37         </TR>
38         <TR>
39                 <TD colspan="3" align="center" class="member_footer">
40                         <INPUT type="reset" class="member_reset" value="{--CLEAR_FORM--}">&nbsp;*
41                         <INPUT type="submit" name="ok" class="member_submit" value="{--WERNIS_MEMBER_PAYOUT_SUBMIT--}">
42                 </TD>
43         </TR>
44 </TABLE>
45 <br />
46 <STRONG class="member_note"> {--WERNIS_MEMBER_PAYOUT_NOTE--}</STRONG>
47 </FORM>