]> git.mxchange.org Git - mailer.git/blob - templates/de/html/member/member_primera_mode_pay.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / member / member_primera_mode_pay.tpl
1 <form action="{!URL!}/modules.php?module=login&amp;what=primera&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>{--PRIMERA_MEMBER_PAYOUT_TITLE--}</strong></TD>
6         </TR>
7         <TR>
8                 <TD width="315" class="bottom2" height="25" align="right">{--PRIMERA_MEMBER_PAYOUT_POINTS--}</TD>
9                 <TD width="10" class="seperator bottom2">&nbsp;</TD>
10                 <TD width="115" class="bottom2"><strong>$content[points]</strong> Primera</TD>
11         </TR>
12         <TR>
13                 <TD width="315" class="bottom2" height="25" align="right">{--PRIMERA_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> Primera</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">{--PRIMERA_MEMBER_NICKNAME--}</TD>
22                 <TD width="10" class="seperator">&nbsp;</TD>
23                 <TD width="115"><INPUT type="text" name="primera_nickname" size="10" maxlength="255" value="$content[primera_nickname]" /></TD>
24         </TR>
25         <TR>
26                 <TD width="315" height="35" align="right">{--PRIMERA_MEMBER_PASSWORD--}</TD>
27                 <TD width="10" class="seperator">&nbsp;</TD>
28                 <TD width="115"><INPUT type="password" name="primera_password" size="10" maxlength="255" /></TD>
29         </TR>
30         <TR>
31                 <TD width="315" height="35" align="right">{--PRIMERA_MEMBER_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--}" />
41                         <INPUT type="submit" name="ok" class="member_submit" value="{--PRIMERA_MEMBER_PAYOUT_SUBMIT--}" />
42                 </TD>
43         </TR>
44 </TABLE>
45 <br />
46 <div class="member_note"> {--PRIMERA_MEMBER_PAYOUT_NOTE--}</strong>
47 </form>