Changing "show URL info" handler to new style.
[privoxy.git] / templates / show-status-file
1 ##########################################################
2 #
3 # CGI-Output template for the junkbuster.
4 #
5 # Lines *starting* with '#' are ignored.
6 # Symbols are enclosed in @ characters.
7 #
8 # Usable symbols in this file: filename, contents, 
9 # filepath
10 <html>
11
12 <head>
13   <title>Internet Junkbuster Status - @filename@</title>
14 </head>
15
16 <body bgcolor="#ffffff">
17
18   <h1>Internet J<small>UNK<i><font color="red">BUSTER</font></i></small>:
19       Contents of @filename@</h1>
20
21   
22
23   <h2>Contents of @filepath@</h2>
24
25   <pre>
26 @contents@
27   </pre>
28
29   <p><a href="/config/show-status">Back to the general status page</a></p>
30
31   <p>Please feel free to mail <a href=mailto:ijbswa-developers@lists.sourceforge.net>the developers</a>
32      with any problems you might have</p>
33
34 </body>
35 </html>