Used "id" tags instead of <a name="XXX">XXX</a>.

This avoids links without target, which change colour on mouseover, but are not clickable. (<-- Das Wort gibt es bestimmt nicht...)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@330 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 20 years ago
parent 08e4334c1d
commit dbd06eace9

@ -13,7 +13,7 @@
<tr>
<td><img src="env/grafics/down.gif" alt="down"><a href="#startCrawling">Start new crawling job</a></td>
<td rowspan="5" width="30">&nbsp;</td>
<td><img src="env/grafics/down.gif" alt="down"><a href="#rejectedUrls">Rejected URL List</a></td>
<td><img src="env/grafics/down.gif" alt="down"><a href="#rejectedURLs">Rejected URL List</a></td>
</tr>
<tr>
<td><img src="env/grafics/down.gif" alt="down"><a href="#distributedIndexing">Distributed Indexing</a></td>
@ -31,7 +31,7 @@
</p>
<p>
<div class=small><a name="startCrawling"><b>Start Crawling Job:</b></a>&nbsp;
<div class=small id="startCrawling"><b>Start Crawling Job:</b>&nbsp;
You can define url's as start points for Web page crawling and start that crawling here.
</div>
<table border="0" cellpadding="5" cellspacing="0" width="100%">
@ -135,7 +135,7 @@ You can define url's as start points for Web page crawling and start that crawli
</p>
<p><form action="IndexCreate_p.html" method="post" enctype="multipart/form-data">
<div class=small><a name="distributedIndexing"><b>Distributed Indexing: </b></a>
<div class=small id="distributedIndexing"><b>Distributed Indexing: </b>
Crawling and indexing can be done by remote peers.
Your peer can search and index for other peers and they can search for you.</div>
<table border="0" cellpadding="5" cellspacing="0" width="100%">
@ -191,7 +191,7 @@ Continue crawling.
</form>
<br>
#(/refreshbutton)#
<b><a name="crawlingProfiles">Crawl Profile List:</a></b><br>
<b id="crawlingProfiles">Crawl Profile List:</b><br>
<table border="0" cellpadding="2" cellspacing="1" width="100%">
<tr class="TableHeader">
<td width="120" class="small"><b>Crawl Thread</b></td>
@ -217,8 +217,7 @@ Continue crawling.
#{/crawlProfiles}#
</table>
<br>
<a name="remoteCrawlPeers">
<b>Remote Crawling Peers:</b>&nbsp;
<b id="remoteCrawlPeers">Remote Crawling Peers:</b>&nbsp;
#(remoteCrawlPeers)#
No remote crawl peers availible.<br>
::
@ -240,8 +239,7 @@ No remote crawl peers availible.<br>
#(/remoteCrawlPeers)#
</a>
<br>
<a name="rejectedUrls">
<br id="rejectedURLs">
#(rejected)#
::
<form action="IndexCreate_p.html" method="post" enctype="multipart/form-data">
@ -275,8 +273,7 @@ There are #[num]# entries in the rejected-queue:<br>
</a>
<br>
<a name="indexingQueue">
<b>Indexing Queue:</b>&nbsp;
<b id="indexingQueue">Indexing Queue:</b>&nbsp;
#(indexing-queue)#
The indexing queue is empty<br>
::
@ -305,8 +302,7 @@ There are #[num]# entries in the indexing queue:<br>
</a>
<br>
<a name="loaderQueue">
<b>Loader Set:</b>&nbsp;
<b id="loaderQueue">Loader Set:</b>&nbsp;
#(loader-set)#
The loader set is empty<br>
::
@ -329,8 +325,7 @@ There are #[num]# entries in the loader set:<br>
</a>
<br>
<a name="crawlingQueue">
<b>Crawler Queue:</b>&nbsp;
<b id="crawlingQueue">Crawler Queue:</b>&nbsp;
#(crawler-queue)#
The crawler queue is empty<br><br>
::

@ -41,7 +41,7 @@ delete the file 'DATA/SETTINGS/httpProxy.conf' in the YaCy application root fold
</p>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend><a name="admin">Administration Account Settings</a></legend>
<fieldset><legend id="admin">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><table border="0" cellspacing="5">
<tr valign="top">
@ -60,7 +60,7 @@ delete the file 'DATA/SETTINGS/httpProxy.conf' in the YaCy application root fold
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend><a name="general">General Settings</a></legend>
<fieldset><legend id="general">General Settings</legend>
<p>
<table border="0" cellspacing="5">
<tr valign="top">
@ -85,7 +85,7 @@ delete the file 'DATA/SETTINGS/httpProxy.conf' in the YaCy application root fold
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend><a name="ProxyAccess">Server Access Settings</a></legend>
<fieldset><legend id="ProxyAccess">Server Access Settings</legend>
These settings configure the access method to your own http proxy and server.
All traffic is routed throug one single port, for both proxy and server.<br>
<br><b>Port Configuration</b><br><br>
@ -139,7 +139,8 @@ Alternatively, you can simply set a virtual server port on your NAT/Server to en
<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">
<tr valign="top"><td>IP-Number filter:</td><td colspan ="2"><input name="proxyfilter" type="text" size="50" maxlength="1000" value="#[proxyfilter]#"></td></tr>
<tr valign="top"><td>IP-Number filter:</td><td colspan ="2"><input name="
filter" type="text" size="50" maxlength="1000" value="#[proxyfilter]#"></td></tr>
<tr valign="top"><td>Account Name:</td><td><input name="proxyuser" type="text" size="16" maxlength="16" value="#[proxyuser]#"></td>
<td valign="bottom" align="right" rowspan="3">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" name="proxyaccount" value="Submit"></td></tr>
<tr valign="top"><td>Password:</td><td><input name="proxypw1" type="password" size="16" maxlength="16" value=""></td></tr>
@ -149,7 +150,7 @@ Alternatively, you can simply set a virtual server port on your NAT/Server to en
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend><a name="http">HTTP Networking</a></legend>
<fieldset><legend id="http">HTTP Networking</legend>
<table border="0" cellspacing="5">
<tr valign="top">
<td>Transparent&nbsp;Proxy:</td>
@ -173,7 +174,7 @@ Alternatively, you can simply set a virtual server port on your NAT/Server to en
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend><a name="proxy">Remote Proxy (optional)</a></legend>
<fieldset><legend id="proxy">Remote Proxy (optional)</legend>
<p>YaCy can use another proxy to connect to the internet. You can enter the address for the remote proxy here:</p>
<p><table border="0" cellspacing="5">
<tr valign="top">
@ -201,7 +202,7 @@ Alternatively, you can simply set a virtual server port on your NAT/Server to en
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend><a name="ServerAccess">Server Access Settings</a></legend>
<fieldset><legend id="ServerAccess">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>
<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 anymore</p>
<p><table border="0" cellspacing="5">
@ -217,7 +218,7 @@ Alternatively, you can simply set a virtual server port on your NAT/Server to en
</form><br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend><a name="SystemBehaviour">System Behaviour Settings</a></legend>
<fieldset><legend id="SystemBehaviour">System Behaviour Settings</legend>
<table>
<tr><td>Auto pop-up of status page on start-up:</td>
<td><input type="submit" name="enpop" value="enable"> / <input type="submit" name="dispop" value="disable"></td></tr>
@ -227,7 +228,7 @@ Alternatively, you can simply set a virtual server port on your NAT/Server to en
<p>
<fieldset>
<legend><a name="seed">Seed Upload Settings</a></legend>
<legend id="seed">Seed Upload Settings</legend>
<p>With these settings you can configure if you have an account on a public accessible
server where you can host a seed-list file.</p>
<p><b>General Settings:</b></p>
@ -266,7 +267,7 @@ but only if there had been changes to the seed-list.
<br>
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<fieldset><legend><a name="parser">Content Parser Settings</a></legend>
<fieldset><legend id="parser">Content Parser Settings</legend>
<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>
<p>

Loading…
Cancel
Save