<!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="http://" /> <input type="submit" name="testList" value="Test" /> #(testlist)#:: <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> #(/testlist)# </form> </fieldset> #%env/templates/footer.template%# </body> </html>