]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_config_wernis.tpl
Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_config_wernis.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_wernis" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
3         <TR>
4                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
5                 <STRONG>{--WERNIS_ADMIN_CONFIG_TITLE--}</STRONG></TD>
6         </TR>
7         <TR>
8                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
9         </TR>
10         <TR>
11                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_API_ID--}:</TD>
12                 <TD class="seperator" width="10">&nbsp;</TD>
13                 <TD width="270"><INPUT type="text" name="wernis_api_id"
14                         class="admin_normal" value="$content[api_id]" size="2"
15                         maxlength="20" /></TD>
16         </TR>
17         <TR>
18                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
19         </TR>
20         <TR>
21                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_API_MD5--}:</TD>
22                 <TD class="seperator" width="10">&nbsp;</TD>
23                 <TD width="270"><INPUT type="text" name="wernis_api_md5"
24                         class="admin_normal" value="$content[api_md5]" size="32"
25                         maxlength="32" /></TD>
26         </TR>
27         <TR>
28                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
29         </TR>
30         <TR>
31                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_API_URL--}:</TD>
32                 <TD class="seperator" width="10">&nbsp;</TD>
33                 <TD width="270"><INPUT type="text" name="wernis_api_url"
34                         class="admin_normal" value="$content[api_url]" size="25"
35                         maxlength="255" /></TD>
36         </TR>
37         <TR>
38                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
39         </TR>
40         <TR>
41                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_REFID--}:</TD>
42                 <TD class="seperator" width="10">&nbsp;</TD>
43                 <TD width="270">
44                         <INPUT type="text" name="wernis_refid" class="admin_normal" value="$content[refid]" size="5" maxlength="20" />
45                 </TD>
46         </TR>
47         <TR>
48                 <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
49         </TR>
50         <TR>
51                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
52         </TR>
53         <TR>
54                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_MIN_PAYOUT--}:</TD>
55                 <TD class="seperator" width="10">&nbsp;</TD>
56                 <TD width="270">
57                         <INPUT type="text" name="wernis_min_payout" class="admin_normal" value="$content[min_payout]" size="5" maxlength="20" /> Wernis
58                 </TD>
59         </TR>
60         <TR>
61                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
62         </TR>
63         <TR>
64                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_MIN_WITHDRAW--}:</TD>
65                 <TD class="seperator" width="10">&nbsp;</TD>
66                 <TD width="270">
67                         <INPUT type="text" name="wernis_min_withdraw" class="admin_normal" value="$content[min_withdraw]" size="5" maxlength="20" /> Wernis
68                 </TD>
69         </TR>
70         <TR>
71                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
72         </TR>
73         <TR>
74                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_FACTOR--}:</TD>
75                 <TD class="seperator" width="10">&nbsp;</TD>
76                 <TD width="270">
77                         <INPUT type="text" name="wernis_payout_factor" class="admin_normal" value="$content[payout_factor]" size="5" maxlength="20" />
78                 </TD>
79         </TR>
80         <TR>
81                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
82         </TR>
83         <TR>
84                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_FACTOR--}:</TD>
85                 <TD class="seperator" width="10">&nbsp;</TD>
86                 <TD width="270">
87                         <INPUT type="text" name="wernis_withdraw_factor" class="admin_normal" value="$content[withdraw_factor]" size="5" maxlength="20" />
88                 </TD>
89         </TR>
90         <TR>
91                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
92         </TR>
93         <TR>
94                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_FEE_PERCENT--}:</TD>
95                 <TD class="seperator" width="10">&nbsp;</TD>
96                 <TD width="270">
97                         <INPUT type="text" name="wernis_payout_fee_percent" class="admin_normal" value="$content[payout_fee_percent]" size="5" maxlength="20" />
98                 </TD>
99         </TR>
100         <TR>
101                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
102         </TR>
103         <TR>
104                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_FEE_PERCENT--}:</TD>
105                 <TD class="seperator" width="10">&nbsp;</TD>
106                 <TD width="270">
107                         <INPUT type="text" name="wernis_withdraw_fee_percent" class="admin_normal" value="$content[withdraw_fee_percent]" size="5" maxlength="20" />%
108                 </TD>
109         </TR>
110         <TR>
111                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
112         </TR>
113         <TR>
114                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_FEE_FIX--}:</TD>
115                 <TD class="seperator" width="10">&nbsp;</TD>
116                 <TD width="270">
117                         <INPUT type="text" name="wernis_payout_fee_fix" class="admin_normal" value="$content[payout_fee_fix]" size="5" maxlength="20" /> {!POINTS!}
118                 </TD>
119         </TR>
120         <TR>
121                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
122         </TR>
123         <TR>
124                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_FEE_FIX--}:</TD>
125                 <TD class="seperator" width="10">&nbsp;</TD>
126                 <TD width="270">
127                         <INPUT type="text" name="wernis_withdraw_fee_fix" class="admin_normal" value="$content[withdraw_fee_fix]" size="5" maxlength="20" /> {!POINTS!}
128                 </TD>
129         </TR>
130         <TR>
131                 <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
132         </TR>
133         <TR>
134                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
135         </TR>
136         <TR>
137                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_PAYOUT_ACTIVE--}</TD>
138                 <TD class="seperator" width="10">&nbsp;</TD>
139                 <TD width="270">
140                         <INPUT type="radio" name="wernis_payout_active" value="Y"{!__CFG_WERNIS_PAYOUT_ACTIVE_Y!} />&nbsp;{--YES--}
141                         <INPUT type="radio" name="wernis_payout_active" value="N"{!__CFG_WERNIS_PAYOUT_ACTIVE_N!} />&nbsp;{--NO--}
142                 </TD>
143         </TR>
144         <TR>
145                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
146         </TR>
147         <TR>
148                 <TD width="300" height="30" align="right">{--WERNIS_ADMIN_WITHDRAW_ACTIVE--}</TD>
149                 <TD class="seperator" width="10">&nbsp;</TD>
150                 <TD width="270">
151                         <INPUT type="radio" name="wernis_withdraw_active" value="Y"{!__CFG_WERNIS_WITHDRAW_ACTIVE_Y!} />&nbsp;{--YES--}
152                         <INPUT type="radio" name="wernis_withdraw_active" value="N"{!__CFG_WERNIS_WITHDRAW_ACTIVE_N!} />&nbsp;{--NO--}
153                 </TD>
154         </TR>
155         <TR>
156                 <TD colspan="3" class="seperator bottom2" height="5">&nbsp;</TD>
157         </TR>
158         <TR>
159                 <TD colspan="3" class="admin_footer"><INPUT
160                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
161                         type="submit" name="ok" class="admin_submit"
162                         value="{--SAVE_SETTINGS--}"></TD>
163         </TR>
164 </TABLE>
165 </FORM>
166
167 <DIV class="admin_note">{--WERNIS_ADMIN_CONFIG_NOTE--}</DIV>