1 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_proxy%}" 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" height="30">
5 <strong>{--ADMIN_EDIT_PROXY_SETTINGS--}</strong></td>
7 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
9 <td align="right" style="padding-right:10px">
10 {--ADMIN_CONFIG_PROXY_HOST--}
13 <input type="text" name="proxy_host" value="$content[proxy_host]" />
16 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
18 <td align="right" style="padding-right:10px">
19 {--ADMIN_CONFIG_PROXY_PORT--}
22 <input type="text" name="proxy_port" value="$content[proxy_port]" />
25 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
27 <td align="right" style="padding-right:10px">
28 {--ADMIN_CONFIG_PROXY_USERNAME--}
31 <input type="text" name="proxy_username" value="$content[proxy_username]" />
34 <tr><td colspan="2" class="seperator" height="5"> </td></tr>
36 <td align="right" style="padding-right:10px">
37 {--ADMIN_CONFIG_PROXY_PASSWORD--}
40 <input type="password" name="proxy_password" value="$content[proxy_password]" />
43 <tr><td colspan="2" class="bottom seperator" height="5"> </td></tr>
45 <td colspan="2" class="admin_footer">
46 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
47 <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />