diff options
| author | reger <reger18@arcor.de> | 2012-12-08 06:34:48 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2012-12-08 06:34:48 +0100 |
| commit | e80dfeca23f838cf9ffcc226866c25f4f9b9d219 (patch) | |
| tree | dc4065cac5c69f48bab0eba0dfd51be20525f3f7 /htroot/BlacklistTest_p.html | |
| parent | e2d499be9eea2a10109a30cde8a72c4eef7023de (diff) | |
- making blacklist path part case insensitive (solving http://bugs.yacy.net/view.php?id=171)
- blacklist test adding explicite response text "not blocked" if no blacklist match
Diffstat (limited to 'htroot/BlacklistTest_p.html')
| -rw-r--r-- | htroot/BlacklistTest_p.html | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/htroot/BlacklistTest_p.html b/htroot/BlacklistTest_p.html index ad1025e89..61f15aba2 100644 --- a/htroot/BlacklistTest_p.html +++ b/htroot/BlacklistTest_p.html @@ -1,42 +1,42 @@ -<!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 -->
- <form action="BlacklistTest_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
- <fieldset>
- <legend>Test list:</legend>
- <input type="text" name="testurl" size="50" value="#[url]#" />
- <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)#
- </fieldset>
- </form>
- #%env/templates/footer.template%#
- </body>
-</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 --> + <form action="BlacklistTest_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> + <fieldset> + <legend>Test list:</legend> + <input type="text" name="testurl" size="50" value="#[url]#" /> + <input type="submit" name="testList" value="Test" /> + + #(testlist)#:: + <br /><br /> + <div> + The tested URL was #[url]#<br> + #(isnotblocked)#It is blocked for the following cases:<br>::<br><b>is not blocked</b><br>#(/isnotblocked)# + <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)# + </fieldset> + </form> + #%env/templates/footer.template%# + </body> +</html> |
