diff options
| author | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-11-12 00:47:54 +0000 |
|---|---|---|
| committer | low012 <low012@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2008-11-12 00:47:54 +0000 |
| commit | 421d0565508ec1f8b48e7f083a9b981ffdb1af13 (patch) | |
| tree | d9fc7f3dcd6d9a48ccb21f90cfade3387f8b1bc3 /htroot/BlacklistTest_p.html | |
| parent | ef664386623a097ee50e768e2055e776152be0f1 (diff) | |
*) changed layout of blacklist adminstration (less cluttered)
*) it is possible to move/edit/delete more than one entry at a time now
*) it is easier to choose a target for blacklist import now
*) fixed several bugs
*) to be continued...
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5330 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/BlacklistTest_p.html')
| -rw-r--r-- | htroot/BlacklistTest_p.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/htroot/BlacklistTest_p.html b/htroot/BlacklistTest_p.html new file mode 100644 index 000000000..48eddc8c2 --- /dev/null +++ b/htroot/BlacklistTest_p.html @@ -0,0 +1,38 @@ +<!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>
|
