0916ddb8c7ee67f13ab6e033a7e69969d15d4497
[mailer.git] / templates / de / html / admin / admin_config_removeip.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_removeip%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="2" align="center" class="table_header bottom">
6                 <strong>{--ADMIN_CONFIG_REMOVEIP_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td align="right" width="350" height="20">
11                 {--ADMIN_CONFIG_REMOVEIP_ANON_IP--}
12         </td>
13         <td width="150" style="padding-left: 10px">
14                 {%template,ConfigurationYesNoSelectionBox=removeip_anon_ip%}
15         </td>
16 </tr>
17 <tr>
18         <td align="right" width="350" height="20">
19                 {--ADMIN_CONFIG_REMOVEIP_ANON_HOST--}
20         </td>
21         <td width="150" style="padding-left: 10px">
22                 {%template,ConfigurationYesNoSelectionBox=removeip_anon_host%}
23         </td>
24 </tr>
25 <tr>
26         <td align="right" width="350" height="20">
27                 {--ADMIN_CONFIG_REMOVEIP_ANON_UA--}
28         </td>
29         <td width="150" style="padding-left: 10px">
30                 {%template,ConfigurationYesNoSelectionBox=removeip_anon_ua%}
31         </td>
32 </tr>
33 <tr>
34         <td align="right" width="350" height="20">
35                 {--ADMIN_CONFIG_REMOVEIP_ANON_REF--}
36         </td>
37         <td width="150" style="padding-left: 10px">
38                 {%template,ConfigurationYesNoSelectionBox=removeip_anon_ref%}
39         </td>
40 </tr>
41 <tr>
42         <td align="right" width="350" height="20">
43                 {--ADMIN_CONFIG_REMOVEIP_ANONYMOUS_IP--}
44         </td>
45         <td width="150" style="padding-left: 10px">
46                 <select name="anonymous_ip" class="form_select" size="1">
47                         <option value="LOCAL"$content[anonymous_ip_local]>{--ADMIN_CONFIG_REMOVEIP_LOCAL--}</option>
48                         <option value="ZERO"$content[anonymous_ip_zero]>{--ADMIN_CONFIG_REMOVEIP_ZERO--}</option>
49                         <option value="RANDOM"$content[anonymous_ip_random]>{--ADMIN_CONFIG_REMOVEIP_RANDOM--}</option>
50                 </select>
51         </td>
52 </tr>
53 <tr>
54         <td align="right" width="350" height="20">
55                 {--ADMIN_CONFIG_REMOVEIP_ADMIN_SHOW--}
56         </td>
57         <td width="150" style="padding-left: 10px">
58                 {%template,ConfigurationYesNoSelectionBox=removeip_admin_show%}
59         </td>
60 </tr>
61 <tr>
62         <td align="right" width="350" height="20">
63                 {--ADMIN_CONFIG_REMOVEIP_GUEST_SHOW--}
64         </td>
65         <td width="150" style="padding-left: 10px">
66                 {%template,ConfigurationYesNoSelectionBox=removeip_guest_show%}
67         </td>
68 </tr>
69 <tr>
70         <td align="right" width="350" height="20">
71                 {--ADMIN_CONFIG_REMOVEIP_MEMBER_SHOW--}
72         </td>
73         <td width="150" style="padding-left: 10px">
74                 {%template,ConfigurationYesNoSelectionBox=removeip_member_show%}
75         </td>
76 </tr>
77 <tr>
78         <td class="bottom" align="right" width="350" height="20">
79                 {--ADMIN_CONFIG_REMOVEIP_SPONSOR_SHOW--}
80         </td>
81         <td class="bottom" width="150" style="padding-left: 10px">
82                 {%template,ConfigurationYesNoSelectionBox=removeip_sponsor_show%}
83         </td>
84 </tr>
85 <tr>
86         <td colspan="2" class="table_footer">
87                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
88                 <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
89         </td>
90 </tr>
91 </table>
92 </form>
93 </div>