Ported blocker output to CGI platform
[privoxy.git] / templates / show-url-info
1 <html>
2
3 <head>
4   <title>Internet Junkbuster: URL Info</title>
5 </head>
6
7 <body bgcolor="#ffffff">
8
9   <h1>Internet J<small>UNK<i><font color="red">BUSTER</font></i></small></h1>
10
11   <p>Information for: <a href="http://@url@">http://@url@</a></p>
12
13 <h3>Default settings:</h3>
14 <p><b>{@default@}</b></p>
15
16 <h3>Matches:</h3>
17 <p>@matches@</p>
18
19 <h3>Final settings:</h3>
20 <p><b>{@final@}</b></p>
21
22 <p>&nbsp;</p>
23
24 <p>Back to <a href="http://i.j.b/">JunkBuster front page</a></p>
25
26 <p>Or look up another URL, (don't enter the leading &quot;http://&quot;):<br>
27 <form method="GET" action="http://i.j.b/show-url-info">
28 <input type="text" name="url" size="80" value="@url@"> 
29 <input type="submit" value="Info">
30 </form>
31 </p>
32
33
34 </body>
35 </html>