Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / member / member_wernis_mode_withdraw.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=wernis&amp;mode=withdraw%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" width="440" class="member_table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="member_title bottom">
6                         <strong>{--MEMBER_WERNIS_WITHDRAW_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="bottom" height="25" align="right">{--MEMBER_WERNIS_WITHDRAW_POINTS_ACCOUNT--}</td>
11                 <td class="bottom"><strong>$content[points]</strong> Wernis</td>
12         </tr>
13         <tr>
14                 <td class="bottom" height="25" align="right">{--MEMBER_WERNIS_WITHDRAW_MIN_POINTS--}</td>
15                 <td class="bottom"><strong>{%config,translateComma=wernis_min_withdraw%}</strong> Wernis</td>
16         </tr>
17         <tr>
18                 <td height="35" align="right">{--MEMBER_WERNIS_WDS66_ID--}</td>
19                 <td><input type="text" name="wernis_userid" size="6" maxlength="5" value="$content[wernis_userid]" /></td>
20         </tr>
21         <tr>
22                 <td height="35" align="right">{--MEMBER_WERNIS_WDS66_PASSWORD--}</td>
23                 <td><input type="password" name="wds66_password" size="10" maxlength="255" /></td>
24         </tr>
25         <tr>
26                 <td height="35" align="right">{--MEMBER_WERNIS_WDS66_AMOUNT--}</td>
27                 <td><input type="text" name="amount" size="10" maxlength="255" /></td>
28         </tr>
29         <tr>
30                 <td colspan="2" align="center" class="member_footer">
31                         <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
32                         <input type="submit" name="ok" class="member_submit" value="{--MEMBER_WERNIS_WITHDRAW_SUBMIT--}" />
33                 </td>
34         </tr>
35 </table>
36 </form>
37
38 <div class="member_note">
39         <strong class="member_note">{--MEMBER_WERNIS_WITHDRAW_NOTE--}</strong>
40 </div>
41 </div>