git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@172 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
5f90daa265
commit
6f09251bbc
@ -1,210 +1,223 @@
|
|||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>YaCy: Settings</title>
|
<title>YaCy: Settings</title>
|
||||||
#[metas]#
|
#[metas]#
|
||||||
</head>
|
</head>
|
||||||
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">
|
||||||
#[header]#
|
#[header]#
|
||||||
<br><br>
|
<br><br>
|
||||||
<h2>Settings</h2>
|
<h2>Settings</h2>
|
||||||
|
|
||||||
<p>This is the configuration page for the AnomicHTTPProxy. Access to this page should be limited to an administration person only.
|
<p>This is the configuration page for the AnomicHTTPProxy. Access to this page should be limited to an administration person only.
|
||||||
To restrict the access to this page, please set an administrator account and password below.</p>
|
To restrict the access to this page, please set an administrator account and password below.</p>
|
||||||
<p>If you want to restore all settings to the default values,
|
<p>If you want to restore all settings to the default values,
|
||||||
but <b>forgot your administration password</b>, you must stop the proxy,
|
but <b>forgot your administration password</b>, you must stop the proxy,
|
||||||
delete the file 'DATA/SETTINGS/httpProxy.conf' in the YaCy application root folder and start YaCy again.
|
delete the file 'DATA/SETTINGS/httpProxy.conf' in the YaCy application root folder and start YaCy again.
|
||||||
|
|
||||||
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
||||||
<fieldset><legend>Administration Account Settings</legend>
|
<fieldset><legend>Administration Account Settings</legend>
|
||||||
<p>This is the account that restricts access to this 'Settings' page. If you have not customized it yet, you should do so now:
|
<p>This is the account that restricts access to this 'Settings' page. If you have not customized it yet, you should do so now:
|
||||||
<p><table border="0" cellspacing="5">
|
<p><table border="0" cellspacing="5">
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<td>Account Name:</td><td><input name="adminuser" type="text" size="16" maxlength="16" value="#[adminuser]#"></td>
|
<td>Account Name:</td><td><input name="adminuser" type="text" size="16" maxlength="16" value="#[adminuser]#"></td>
|
||||||
<td valign="bottom" align="right" rowspan="3"> <input type="submit" name="adminaccount" value="submit"></td></tr>
|
<td valign="bottom" align="right" rowspan="3"> <input type="submit" name="adminaccount" value="submit"></td>
|
||||||
<tr valign="top"><td>Password:</td><td><input name="adminpw1" type="password" size="16" maxlength="16" value=""></td></tr>
|
</tr>
|
||||||
<tr valign="top"><td>Password (repeat same as above):</td><td><input name="adminpw2" type="password" size="16" maxlength="16" value=""></td></tr>
|
<tr valign="top">
|
||||||
</table>
|
<td>Password:</td>
|
||||||
</fieldset>
|
<td><input name="adminpw1" type="password" size="16" maxlength="16" value=""></td></tr>
|
||||||
</form><br>
|
<tr valign="top">
|
||||||
|
<td>Password (repeat same as above):</td>
|
||||||
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
<td><input name="adminpw2" type="password" size="16" maxlength="16" value=""></td>
|
||||||
<fieldset><legend>General Settings</legend>
|
</tr>
|
||||||
<p>
|
</table>
|
||||||
<table border="0" cellspacing="5">
|
</fieldset>
|
||||||
<tr valign="top">
|
</form><br>
|
||||||
<td>Proxy and Administration Port:</td>
|
|
||||||
<td><input name="port" type="text" size="5" maxlength="5" value="#[port]#"></td>
|
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
||||||
<td><i>Changes will take effect after restart only.</i></td>
|
<fieldset><legend>General Settings</legend>
|
||||||
</tr>
|
<p>
|
||||||
<tr valign="top">
|
<table border="0" cellspacing="5">
|
||||||
<td>Peer Name:</td>
|
<tr valign="top">
|
||||||
<td><input name="peername" type="text" size="32" maxlength="80" value="#[peerName]#"></td>
|
<td>Peer Name:</td>
|
||||||
<td><b>Your peer name defines also a new '.yacy' - domain, which can be accessed from every peer running this proxy.
|
<td><input name="peername" type="text" size="32" maxlength="80" value="#[peerName]#"></td>
|
||||||
Using your 'Home Page' and 'File Share' - zones you also have a platform to provide content to your new domain.</b><br>
|
<td><b>Your peer name defines also a new '.yacy' - domain, which can be accessed from every peer running this proxy.
|
||||||
<i>(hint: choose a name that appears on a web page that tells something about you, vistit the page, get the 'senior' status, and you can be found..)</i></td>
|
Using your 'Home Page' and 'File Share' - zones you also have a platform to provide content to your new domain.</b><br>
|
||||||
</tr>
|
<i>(hint: choose a name that appears on a web page that tells something about you, vistit the page, get the 'senior' status, and you can be found..)</i></td>
|
||||||
<tr valign="top">
|
</tr>
|
||||||
<td>Transparent Proxy:</td>
|
<tr valign="top">
|
||||||
<td><input type="checkbox" name="isTransparentProxy" align="top" #(isTransparentProxy)#::checked#(/isTransparentProxy)#></td>
|
<td>Peer Language:</td>
|
||||||
<td>With this you can specify if YaCy can be used as transparent proxy.<br>
|
<td><input name="peerlang" type="text" size="2" maxlength="2" value="#[peerLang]#"></td>
|
||||||
|
<td>Enter 'de' for Deutsch, 'en' for English</td> <!-- make a selection box here -->
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><input type="submit" name="generalsettings" value="submit"></td>
|
||||||
|
<td></td>
|
||||||
|
<td></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</fieldset>
|
||||||
|
</form><br>
|
||||||
|
|
||||||
|
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
||||||
|
<fieldset><legend>Proxy Access Settings</legend>
|
||||||
|
<table border="0" cellspacing="5">
|
||||||
|
<tr valign="top">
|
||||||
|
<td>Proxy and Administration Port:</td>
|
||||||
|
<td><input name="port" type="text" size="5" maxlength="5" value="#[port]#"></td>
|
||||||
|
<td><i>Changes will take effect after restart only.</i></td>
|
||||||
|
</tr>
|
||||||
|
<tr valign="top">
|
||||||
|
<td>Transparent Proxy:</td>
|
||||||
|
<td><input type="checkbox" name="isTransparentProxy" align="top" #(isTransparentProxy)#::checked#(/isTransparentProxy)#></td>
|
||||||
|
<td>With this you can specify if YaCy can be used as transparent proxy.<br>
|
||||||
<i>Hint: On linux you can configure your firewall to transparently redirect all http traffic through yacy using this iptables rule:</i><br>
|
<i>Hint: On linux you can configure your firewall to transparently redirect all http traffic through yacy using this iptables rule:</i><br>
|
||||||
<small><code>iptables -t nat -A PREROUTING -p tcp -s 192.168.0.0/16 --dport 80 -j DNAT --to 192.168.0.1:#[port]#</code></small>
|
<small><code>iptables -t nat -A PREROUTING -p tcp -s 192.168.0.0/16 --dport 80 -j DNAT --to 192.168.0.1:#[port]#</code></small>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
</table>
|
||||||
<td><input type="submit" name="generalsettings" value="submit"></td>
|
|
||||||
<td></td>
|
<p>You can restrict the access to this proxy using a two-stage security barrier:
|
||||||
<td></td>
|
<ul>
|
||||||
</tr>
|
<li>define an <i>access domain</i> with a list of granted client IP-numbers or with wildcards</li>
|
||||||
</table>
|
<li>define an <i>user account</i> with an user:password - pair</li>
|
||||||
</fieldset>
|
</ul><br>
|
||||||
</form><br>
|
|
||||||
|
<p>This is the account that restricts access to the proxy function. You probably don't want to share the proxy to the internet, so you should set the IP-Number Access Domain to a pattern that corresponds to you local intranet. The default setting should be right in most cases. If you want, you can also set a proxy account so that every proxy user must authenticate first, but this is rather unusual.</p>
|
||||||
|
<p><table border="0" cellspacing="5">
|
||||||
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
<tr valign="top"><td>IP-Number filter:</td><td colspan ="2"><input name="proxyfilter" type="text" size="50" maxlength="1000" value="#[proxyfilter]#"></td></tr>
|
||||||
<fieldset><legend>Remote Proxy (optional)</legend>
|
<tr valign="top"><td>Account Name:</td><td><input name="proxyuser" type="text" size="16" maxlength="16" value="#[proxyuser]#"></td>
|
||||||
<p>YaCy can use another proxy to connect to the internet. You can enter the address for the remote proxy here:</p>
|
<td valign="bottom" align="right" rowspan="3"> <input type="submit" name="proxyaccount" value="Submit"></td></tr>
|
||||||
<p><table border="0" cellspacing="5">
|
<tr valign="top"><td>Password:</td><td><input name="proxypw1" type="password" size="16" maxlength="16" value=""></td></tr>
|
||||||
<tr valign="top">
|
<tr valign="top"><td>Password (repeat same as above):</td><td><input name="proxypw2" type="password" size="16" maxlength="16" value=""></td></tr>
|
||||||
<td>Remote proxy host:</td>
|
</table>
|
||||||
<td><input name="remoteProxyHost" type="text" size="32" maxlength="128" value="#[remoteProxyHost]#"></td>
|
</fieldset>
|
||||||
</tr>
|
</form><br>
|
||||||
<tr valign="top">
|
|
||||||
<td>Remote proxy port:</td>
|
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
||||||
<td><input name="remoteProxyPort" type="text" size="5" maxlength="5" value="#[remoteProxyPort]#"></td>
|
<fieldset><legend>Remote Proxy (optional)</legend>
|
||||||
</tr>
|
<p>YaCy can use another proxy to connect to the internet. You can enter the address for the remote proxy here:</p>
|
||||||
<tr valign="top">
|
<p><table border="0" cellspacing="5">
|
||||||
<td>no-proxy adresses:</td>
|
<tr valign="top">
|
||||||
<td><input name="remoteProxyNoProxy" type="text" size="32" maxlength="128" value="#[remoteProxyNoProxy]#"></td>
|
<td>Remote proxy host:</td>
|
||||||
</tr>
|
<td><input name="remoteProxyHost" type="text" size="32" maxlength="128" value="#[remoteProxyHost]#"></td>
|
||||||
<tr valign="top">
|
</tr>
|
||||||
<td>Use remote proxy:</td>
|
<tr valign="top">
|
||||||
<td><input type="checkbox" name="remoteProxyUse" align="top" #(remoteProxyUseChecked)#::checked#(/remoteProxyUseChecked)#></td>
|
<td>Remote proxy port:</td>
|
||||||
</tr>
|
<td><input name="remoteProxyPort" type="text" size="5" maxlength="5" value="#[remoteProxyPort]#"></td>
|
||||||
<tr valign="top">
|
</tr>
|
||||||
<td></td>
|
<tr valign="top">
|
||||||
<td><input type="submit" name="proxysettings" value="submit"></td>
|
<td>no-proxy adresses:</td>
|
||||||
</tr>
|
<td><input name="remoteProxyNoProxy" type="text" size="32" maxlength="128" value="#[remoteProxyNoProxy]#"></td>
|
||||||
</table>
|
</tr>
|
||||||
</fieldset>
|
<tr valign="top">
|
||||||
</form><br>
|
<td>Use remote proxy:</td>
|
||||||
|
<td><input type="checkbox" name="remoteProxyUse" align="top" #(remoteProxyUseChecked)#::checked#(/remoteProxyUseChecked)#></td>
|
||||||
<p>You can restrict the access to this proxy using a two-stage security barrier:
|
</tr>
|
||||||
<ul>
|
<tr valign="top">
|
||||||
<li>define an <i>access domain</i> with a list of granted client IP-numbers or with wildcards</li>
|
<td></td>
|
||||||
<li>define an <i>user account</i> with an user:password - pair</li>
|
<td><input type="submit" name="proxysettings" value="submit"></td>
|
||||||
</ul><br>
|
</tr>
|
||||||
|
</table>
|
||||||
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
</fieldset>
|
||||||
<fieldset><legend>Proxy Access Settings</legend>
|
</form><br>
|
||||||
<p>This is the account that restricts access to the proxy function. You probably don't want to share the proxy to the internet, so you should set the IP-Number Access Domain to a pattern that corresponds to you local intranet. The default setting should be right in most cases. If you want, you can also set a proxy account so that every proxy user must authenticate first, but this is rather unusual.</p>
|
|
||||||
<p><table border="0" cellspacing="5">
|
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
||||||
<tr valign="top"><td>IP-Number filter:</td><td colspan ="2"><input name="proxyfilter" type="text" size="50" maxlength="1000" value="#[proxyfilter]#"></td></tr>
|
<fieldset><legend>Server Access Settings</legend>
|
||||||
<tr valign="top"><td>Account Name:</td><td><input name="proxyuser" type="text" size="16" maxlength="16" value="#[proxyuser]#"></td>
|
<p>Here you can restrict access to the server. By default, the access is not limited, because this function is needed to spawn the p2p index-sharing function. If you block access to your server (setting anything else than '*'), then you will also be blocked from using other peers' indexes for search service. However, blocking access may be correct in enterprise environments where you only want to index your company's own web pages.</p>
|
||||||
<td valign="bottom" align="right" rowspan="3"> <input type="submit" name="proxyaccount" value="Submit"></td></tr>
|
<p>ATTENTION: your current IP is recognized as "#[clientIP]#". If the value you enter here does not match with this IP, you will not be able to access the server pages any more</p>
|
||||||
<tr valign="top"><td>Password:</td><td><input name="proxypw1" type="password" size="16" maxlength="16" value=""></td></tr>
|
<p><table border="0" cellspacing="5">
|
||||||
<tr valign="top"><td>Password (repeat same as above):</td><td><input name="proxypw2" type="password" size="16" maxlength="16" value=""></td></tr>
|
<tr valign="top"><td>IP-Number filter:</td><td colspan ="2"><input name="serverfilter" type="text" size="50" maxlength="1000" value="#[serverfilter]#"></td></tr>
|
||||||
</table>
|
<tr valign="top"><td><!--Account Name:</td><td><input name="serveruser" type="text" size="16" maxlength="16" value="#[serveruser]#">--></td>
|
||||||
</fieldset>
|
<td valign="bottom" align="right" rowspan="3"> <input type="submit" name="serveraccount" value="Submit"></td></tr>
|
||||||
</form><br>
|
<!--
|
||||||
|
<tr valign="top"><td>Password:</td><td><input name="serverpw1" type="password" size="16" maxlength="16" value=""></td></tr>
|
||||||
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
<tr valign="top"><td>Password (repeat same as above):</td><td><input name="serverpw2" type="password" size="16" maxlength="16" value=""></td></tr>
|
||||||
<fieldset><legend>Server Access Settings</legend>
|
-->
|
||||||
<p>Here you can restrict access to the server. By default, the access is not limited, because this function is needed to spawn the p2p index-sharing function. If you block access to your server (setting anything else than '*'), then you will also be blocked from using other peers' indexes for search service. However, blocking access may be correct in enterprise environments where you only want to index your company's own web pages.</p>
|
</table>
|
||||||
<p>ATTENTION: your current IP is recognized as "#[clientIP]#". If the value you enter here does not match with this IP, you will not be able to access the server pages any more</p>
|
</fieldset>
|
||||||
<p><table border="0" cellspacing="5">
|
</form><br>
|
||||||
<tr valign="top"><td>IP-Number filter:</td><td colspan ="2"><input name="serverfilter" type="text" size="50" maxlength="1000" value="#[serverfilter]#"></td></tr>
|
|
||||||
<tr valign="top"><td><!--Account Name:</td><td><input name="serveruser" type="text" size="16" maxlength="16" value="#[serveruser]#">--></td>
|
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
||||||
<td valign="bottom" align="right" rowspan="3"> <input type="submit" name="serveraccount" value="Submit"></td></tr>
|
<fieldset><legend>System Behaviour Settings</legend>
|
||||||
<!--
|
<table>
|
||||||
<tr valign="top"><td>Password:</td><td><input name="serverpw1" type="password" size="16" maxlength="16" value=""></td></tr>
|
<tr><td>Auto pop-up of status page on start-up:</td>
|
||||||
<tr valign="top"><td>Password (repeat same as above):</td><td><input name="serverpw2" type="password" size="16" maxlength="16" value=""></td></tr>
|
<td><input type="submit" name="enpop" value="enable"> / <input type="submit" name="dispop" value="disable"></td></tr>
|
||||||
-->
|
</table>
|
||||||
</table>
|
</fieldset>
|
||||||
</fieldset>
|
</form><br>
|
||||||
</form><br>
|
|
||||||
|
<p>
|
||||||
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
<fieldset>
|
||||||
<fieldset><legend>System Behaviour Settings</legend>
|
<legend>Seed Upload Settings</legend>
|
||||||
<table>
|
<p>With these settings you can configure if you have an account on a public accessible
|
||||||
<tr><td>Auto pop-up of status page on start-up:</td>
|
server where you can host a seed-list file.</p>
|
||||||
<td><input type="submit" name="enpop" value="enable"> / <input type="submit" name="dispop" value="disable"></td></tr>
|
<p><b>General Settings:</b></p>
|
||||||
</table>
|
If you enable one of the available uploading methods, you will become a principal peer.
|
||||||
</fieldset>
|
Your peer will then upload the seed-bootstrap information periodically,
|
||||||
</form><br>
|
but only if there had been changes to the seed-list.
|
||||||
|
</p>
|
||||||
<p>
|
<form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
||||||
<fieldset>
|
<table border="0" cellspacing="5">
|
||||||
<legend>Seed Upload Settings</legend>
|
<tr valign="top">
|
||||||
<p>With these settings you can configure if you have an account on a public accessible
|
<td>Upload Method:</td>
|
||||||
server where you can host a seed-list file.</p>
|
<td><select name="seedUploadMethod" size="1">
|
||||||
<p><b>General Settings:</b></p>
|
#{seedUploadMethods}#
|
||||||
If you enable one of the available uploading methods, you will become a principal peer.
|
<option value="#[name]#" #(selected)#::selected#(/selected)#>#[name]#</option>
|
||||||
Your peer will then upload the seed-bootstrap information periodically,
|
#{/seedUploadMethods}#
|
||||||
but only if there had been changes to the seed-list.
|
</select></td>
|
||||||
</p>
|
<td><i>Here you can specify which upload method should be used. Select 'none' to deactivate uploading.</i></td>
|
||||||
<form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
</tr>
|
||||||
<table border="0" cellspacing="5">
|
<tr valign="top">
|
||||||
<tr valign="top">
|
<td>URL:</td>
|
||||||
<td>Upload Method:</td>
|
<td><input name="seedURL" type="text" size="40" value="#[seedURL]#"></td>
|
||||||
<td><select name="seedUploadMethod" size="1">
|
<td><i>The URL that can be used to retrieve the uploaded seed file, like
|
||||||
#{seedUploadMethods}#
|
http://www.<my-host>.net/yacy/seed.txt'</i></td>
|
||||||
<option value="#[name]#" #(selected)#::selected#(/selected)#>#[name]#</option>
|
</tr>
|
||||||
#{/seedUploadMethods}#
|
<tr>
|
||||||
</select></td>
|
<td colspan="3"><input type="submit" name="seedSettings" value="submit"></td>
|
||||||
<td><i>Here you can specify which upload method should be used. Select 'none' to deactivate uploading.</i></td>
|
</tr>
|
||||||
</tr>
|
</table>
|
||||||
<tr valign="top">
|
</form>
|
||||||
<td>URL:</td>
|
|
||||||
<td><input name="seedURL" type="text" size="40" value="#[seedURL]#"></td>
|
#{seedUploadMethods}#
|
||||||
<td><i>The URL that can be used to retrieve the uploaded seed file, like
|
#%[file]%#
|
||||||
http://www.<my-host>.net/yacy/seed.txt'</i></td>
|
#{/seedUploadMethods}#
|
||||||
</tr>
|
</fieldset>
|
||||||
<tr>
|
|
||||||
<td colspan="3"><input type="submit" name="seedSettings" value="submit"></td>
|
<br>
|
||||||
</tr>
|
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
||||||
</table>
|
<fieldset><legend>Content Parser Settings</legend>
|
||||||
</form>
|
<p>With this settings you can activate or deactivate parsing of additional content types based on their MIME-types.<br>
|
||||||
|
For a detailed description of the various MIME-types take a look at <a href="http://www.iana.org/assignments/media-types/">http://www.iana.org/assignments/media-types/</a></p>
|
||||||
#{seedUploadMethods}#
|
<p>
|
||||||
#%[file]%#
|
<table border="0" cellpadding="2" cellspacing="1">
|
||||||
#{/seedUploadMethods}#
|
<tr class="TableHeader" valign="bottom">
|
||||||
</fieldset>
|
<td class="small" >Activate</td>
|
||||||
|
<td class="small" >Mime-Type</td>
|
||||||
<br>
|
<td class="small" >Parser Class Name</td>
|
||||||
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
<td class="small" ></td>
|
||||||
<fieldset><legend>Content Parser Settings</legend>
|
</tr>
|
||||||
<p>With this settings you can activate or deactivate parsing of additional content types based on their MIME-types.<br>
|
#{parser}#
|
||||||
For a detailed description of the various MIME-types take a look at <a href="http://www.iana.org/assignments/media-types/">http://www.iana.org/assignments/media-types/</a></p>
|
<tr class="TableCellDark">
|
||||||
<p>
|
<td class="small" align="center"><input type="checkbox" name="#[mime]#" align="top" #(status)#::checked#(/status)#></td>
|
||||||
<table border="0" cellpadding="2" cellspacing="1">
|
<td class="small" >#[mime]#</td>
|
||||||
<tr class="TableHeader" valign="bottom">
|
<td class="small" title="Full qualified name: #[name]#">#[shortname]#</td>
|
||||||
<td class="small" >Activate</td>
|
<td class="small" width="100%"></td>
|
||||||
<td class="small" >Mime-Type</td>
|
</tr>
|
||||||
<td class="small" >Parser Class Name</td>
|
#{/parser}#
|
||||||
<td class="small" ></td>
|
<tr class="TableCellLight">
|
||||||
</tr>
|
<td class="small" align="center"><input type="checkbox" name="allParserEnabled" align="top" #(allParserEnabled)#::checked#(/allParserEnabled)#>
|
||||||
#{parser}#
|
<td colspan="2" class="small" >Enable all parsers</td>
|
||||||
<tr class="TableCellDark">
|
<td class="small"> </td>
|
||||||
<td class="small" align="center"><input type="checkbox" name="#[mime]#" align="top" #(status)#::checked#(/status)#></td>
|
</tr>
|
||||||
<td class="small" >#[mime]#</td>
|
<tr class="TableCellLight">
|
||||||
<td class="small" title="Full qualified name: #[name]#">#[shortname]#</td>
|
<td colspan="4" class="small" ><input type="submit" name="parserSettings" value="submit"> Changes take effect immediately</td>
|
||||||
<td class="small" width="100%"></td>
|
</tr>
|
||||||
</tr>
|
</table>
|
||||||
#{/parser}#
|
</fieldset>
|
||||||
<tr class="TableCellLight">
|
</form><br>
|
||||||
<td class="small" align="center"><input type="checkbox" name="allParserEnabled" align="top" #(allParserEnabled)#::checked#(/allParserEnabled)#>
|
|
||||||
<td colspan="2" class="small" >Enable all parsers</td>
|
#[footer]#
|
||||||
<td class="small"> </td>
|
</body>
|
||||||
</tr>
|
</html>
|
||||||
<tr class="TableCellLight">
|
|
||||||
<td colspan="4" class="small" ><input type="submit" name="parserSettings" value="submit"> Changes take effect immediately</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</fieldset>
|
|
||||||
</form><br>
|
|
||||||
|
|
||||||
#[footer]#
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
Loading…
Reference in new issue