yacy_search_server/htroot/BlacklistTest_p.html
low012 2d01411bbc *) tested string will appear in input box now (when testing a similar URL it does need to be copied anymore, it can be edited it right away)
*) https:// and ftp:// can be used as start of the string to be tested now too
*) better error handling (no text in Java anymore)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6347 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-09-26 21:33:33 +00:00

43 lines
1.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>YaCy '#[clientname]#': Blacklist Test</title>
#%env/templates/metas.template%#
</head>
<body id="Blacklist">
#%env/templates/header.template%#
#%env/templates/submenuBlacklist.template%#
<h2>Blacklist Test</h2>
<p>Used Blacklist engine: <span class="settingsValue">#[blacklistEngine]#</span></p>
<!-- blacklist selection -->
<fieldset>
<legend>Test list:</legend>
<form action="BlacklistTest_p.html" method="post" enctype="multipart/form-data">
<input type="text" name="testurl" size="50" value="#[url]#" />&nbsp;
<input type="submit" name="testList" value="Test" />
#(testlist)#::
<br /><br />
<div>
The tested URL was #[url]#<br>
It is blocked for the following cases:<br>
<ul>
#(listedincrawler)#::<li>Crawling</li>#(/listedincrawler)#
#(listedindht)#::<li>DHT</li>#(/listedindht)#
#(listedinnews)#::<li>News</li>#(/listedinnews)#
#(listedinproxy)#::<li>Proxy</li>#(/listedinproxy)#
#(listedinsearch)#::<li>Search</li>#(/listedinsearch)#
#(listedinsurftips)#::<li>Surftips</li>#(/listedinsurftips)#
</ul>
</div>
::
<br /><br />
<div>The tested URL was not valid.</div>
#(/testlist)#
</form>
</fieldset>
#%env/templates/footer.template%#
</body>
</html>