1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_removeip%}" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
4 <td colspan="2" align="center" class="admin_title bottom">
5 <strong>{--ADMIN_CONFIG_REMOVEIP_TITLE--}</strong>
8 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
10 <td align="right" width="350" height="20">
11 {--ADMIN_CONFIG_REMOVEIP_ANON_IP--}
13 <td width="150" style="padding-left: 10px">
14 <input type="radio" name="removeip_anon_ip" value="Y" class="admin_normal"$content[removeip_anon_ip_y] /> {--YES--}
15 <input type="radio" name="removeip_anon_ip" value="N" class="admin_normal"$content[removeip_anon_ip_n] /> {--NO--}
18 <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
19 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
21 <td align="right" width="350" height="20">
22 {--ADMIN_CONFIG_REMOVEIP_ANON_HOST--}
24 <td width="150" style="padding-left: 10px">
25 <input type="radio" name="removeip_anon_host" value="Y" class="admin_normal"$content[removeip_anon_host_y] /> {--YES--}
26 <input type="radio" name="removeip_anon_host" value="N" class="admin_normal"$content[removeip_anon_host_n] /> {--NO--}
29 <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
30 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
32 <td align="right" width="350" height="20">
33 {--ADMIN_CONFIG_REMOVEIP_ANON_UA--}
35 <td width="150" style="padding-left: 10px">
36 <input type="radio" name="removeip_anon_ua" value="Y" class="admin_normal"$content[removeip_anon_ua_y] /> {--YES--}
37 <input type="radio" name="removeip_anon_ua" value="N" class="admin_normal"$content[removeip_anon_ua_n] /> {--NO--}
40 <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
41 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
43 <td align="right" width="350" height="20">
44 {--ADMIN_CONFIG_REMOVEIP_ANON_REF--}
46 <td width="150" style="padding-left: 10px">
47 <input type="radio" name="removeip_anon_ref" value="Y" class="admin_normal"$content[removeip_anon_ref_y] /> {--YES--}
48 <input type="radio" name="removeip_anon_ref" value="N" class="admin_normal"$content[removeip_anon_ref_n] /> {--NO--}
51 <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
52 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
54 <td align="right" width="350" height="20">
55 {--ADMIN_CONFIG_REMOVEIP_ANONYMOUS_IP--}
57 <td width="150" style="padding-left: 10px">
58 <select name="anonymous_ip" class="admin_select" size="1">
59 <option value="LOCAL"$content[anonymous_ip_local]>{--ADMIN_CONFIG_REMOVEIP_LOCAL--}</option>
60 <option value="ZERO"$content[anonymous_ip_zero]>{--ADMIN_CONFIG_REMOVEIP_ZERO--}</option>
61 <option value="RANDOM"$content[anonymous_ip_random]>{--ADMIN_CONFIG_REMOVEIP_RANDOM--}</option>
65 <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
66 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
68 <td align="right" width="350" height="20">
69 {--ADMIN_CONFIG_REMOVEIP_ADMIN_SHOW--}
71 <td width="150" style="padding-left: 10px">
72 <input type="radio" name="removeip_admin_show" value="Y" class="admin_normal"$content[removeip_admin_show_y] /> {--YES--}
73 <input type="radio" name="removeip_admin_show" value="N" class="admin_normal"$content[removeip_admin_show_n] /> {--NO--}
76 <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
77 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
79 <td align="right" width="350" height="20">
80 {--ADMIN_CONFIG_REMOVEIP_GUEST_SHOW--}
82 <td width="150" style="padding-left: 10px">
83 <input type="radio" name="removeip_guest_show" value="Y" class="admin_normal"$content[removeip_guest_show_y] /> {--YES--}
84 <input type="radio" name="removeip_guest_show" value="N" class="admin_normal"$content[removeip_guest_show_n] /> {--NO--}
87 <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
88 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
90 <td align="right" width="350" height="20">
91 {--ADMIN_CONFIG_REMOVEIP_MEMBER_SHOW--}
93 <td width="150" style="padding-left: 10px">
94 <input type="radio" name="removeip_member_show" value="Y" class="admin_normal"$content[removeip_member_show_y] /> {--YES--}
95 <input type="radio" name="removeip_member_show" value="N" class="admin_normal"$content[removeip_member_show_n] /> {--NO--}
98 <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
99 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
101 <td align="right" width="350" height="20">
102 {--ADMIN_CONFIG_REMOVEIP_SPONSOR_SHOW--}
104 <td width="150" style="padding-left: 10px">
105 <input type="radio" name="removeip_sponsor_show" value="Y" class="admin_normal"$content[removeip_sponsor_show_y] /> {--YES--}
106 <input type="radio" name="removeip_sponsor_show" value="N" class="admin_normal"$content[removeip_sponsor_show_n] /> {--NO--}
109 <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
111 <td colspan="2" class="admin_footer">
112 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
113 <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />