Surfbar continued and some rewrites/fixes:
[mailer.git] / templates / de / html / member / member_wernis_mode_payout.tpl
1 <form action="{!URL!}/modules.php?module=login&amp;what=wernis&amp;mode=payout" 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--}" />
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>
48
49 <div class="member_note">
50         Die Umrechnung von {!POINTS!} in Wernis enspricht derzeit <strong>$content[payout_factor]:1</strong>.
51         Das auszahlungsf&auml;hige {!POINTS!}-Guthaben ist entweder um eine
52         prozentuale Geb&uuml;hr von <strong>$content[payout_fee_percent]%</strong>
53         oder um einen fixen Betrag von <strong>$content[payout_fee_fix] {!POINTS!}</strong>
54         bereits reduziert.
55 </div>