Initial non-working import for Primera, Wernis now as static word
[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" 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" 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="33"
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" 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" align="right">{--WERNIS_ADMIN_REFID--}:</TD>
42                 <TD class="seperator" width="10">&nbsp;</TD>
43                 <TD width="270"><INPUT type="text" name="wernis_refid"
44                         class="admin_normal" value="$content[refid]" size="25"
45                         maxlength="255" /></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" align="right">{--WERNIS_ADMIN_MIN_PAYOUT--}:</TD>
55                 <TD class="seperator" width="10">&nbsp;</TD>
56                 <TD width="270"><INPUT type="text" name="wernis_min_payout"
57                         class="admin_normal" value="$content[min_payout]" size="5"
58                         maxlength="20" /> Wernis</TD>
59         </TR>
60         <TR>
61                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
62         </TR>
63         <TR>
64                 <TD width="300" align="right">{--WERNIS_ADMIN_MIN_WITHDRAW--}:</TD>
65                 <TD class="seperator" width="10">&nbsp;</TD>
66                 <TD width="270"><INPUT type="text" name="wernis_min_withdraw"
67                         class="admin_normal" value="$content[min_withdraw]" size="5"
68                         maxlength="20" /> Wernis</TD>
69         </TR>
70         <TR>
71                 <TD colspan="3" class="seperator bottom2" height="5">&nbsp;</TD>
72         </TR>
73         <TR>
74                 <TD colspan="3" class="admin_footer"><INPUT
75                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
76                         type="submit" name="ok" class="admin_submit"
77                         value="{--SAVE_SETTINGS--}"></TD>
78         </TR>
79 </TABLE>
80 </FORM>
81
82 <DIV class="admin_note">{--WERNIS_ADMIN_CONFIG_NOTE--}</DIV>