summaryrefslogtreecommitdiff
path: root/htroot/Settings_Proxy.inc
diff options
context:
space:
mode:
authorkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-12-22 15:11:14 +0000
committerkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-12-22 15:11:14 +0000
commit4a1dd8ecc8106cfa9e4b3d79975f7a54d15f6c70 (patch)
tree0f2b7bb6b074a85d85dfc093af87cdcd38f84990 /htroot/Settings_Proxy.inc
parent18c841b3c0de7fbd5032784b7ce36bfd62f64335 (diff)
- final step for Advanced Settings pages to XHTML
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3121 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Settings_Proxy.inc')
-rw-r--r--htroot/Settings_Proxy.inc11
1 files changed, 5 insertions, 6 deletions
diff --git a/htroot/Settings_Proxy.inc b/htroot/Settings_Proxy.inc
index bd954296e..133b03448 100644
--- a/htroot/Settings_Proxy.inc
+++ b/htroot/Settings_Proxy.inc
@@ -6,13 +6,13 @@
<!-- enabling/disabling remote proxy usage -->
<tr valign="top">
<td><label for="rem_prxy">Use remote proxy</label>:</td>
- <td><input type="checkbox" name="remoteProxyUse" id="rem_prxy" align="top"#(remoteProxyUseChecked)#:: checked="checked"#(/remoteProxyUseChecked)# /></td>
+ <td><input type="checkbox" name="remoteProxyUse" id="rem_prxy"#(remoteProxyUseChecked)#:: checked="checked"#(/remoteProxyUseChecked)# /></td>
<td>&nbsp;</td>
<td>Enables the usage of the remote proxy by yacy</td>
</tr>
<tr valign="top">
<td colspan="2"><label for="prxy4yacy">Use remote proxy for yacy &lt;-&gt; yacy communication</label></td>
- <td><input type="checkbox" name="remoteProxyUse4Yacy" id="prxy4yacy" align="top"#(remoteProxyUse4Yacy)#:: checked="checked"#(/remoteProxyUse4Yacy)# /></td>
+ <td><input type="checkbox" name="remoteProxyUse4Yacy" id="prxy4yacy"#(remoteProxyUse4Yacy)#:: checked="checked"#(/remoteProxyUse4Yacy)# /></td>
<td>
Specifies if the remote proxy should be used for the communication of this peer to other yacy peers.<br />
<em>Hint:</em> Enabling this option could cause this peer to remain in junior status.
@@ -20,10 +20,10 @@
</tr>
<tr valign="top">
<td colspan="2"><label for="prxy4ssl">Use remote proxy for HTTPS</label></td>
- <td><input type="checkbox" name="remoteProxyUse4SSL" id="prxy4ssl" align="top"#(remoteProxyUse4SSL)#:: checked="checked"#(/remoteProxyUse4SSL)# /></td>
+ <td><input type="checkbox" name="remoteProxyUse4SSL" id="prxy4ssl"#(remoteProxyUse4SSL)#:: checked="checked"#(/remoteProxyUse4SSL)# /></td>
<td>Specifies if YaCy should forward ssl connections to the remote proxy.</td>
</tr>
- <tr><td colspan="4"><hr></td></tr>
+ <tr><td colspan="4"><hr /></td></tr>
<!-- remote proxy hostname + port -->
<tr valign="top">
@@ -43,13 +43,12 @@
<td colspan="2"><input name="remoteProxyUser" type="text" id="user" size="32" maxlength="128" value="#[remoteProxyUser]#" /></td>
<td>&nbsp;</td>
</tr>
- </tr>
<tr valign="top">
<td><label for="pwd">Remote proxy password</label>:</td>
<td colspan="2"><input name="remoteProxyPwd" id="pwd" type="password" size="32" maxlength="128" value="#[remoteProxyPwd]#" /></td>
<td>&nbsp;</td>
</tr>
- <tr><td colspan="4"><hr></td></tr>
+ <tr><td colspan="4"><hr /></td></tr>
<!-- no remote proxy pattern -->
<tr valign="top">