Removing ACL and Forward entries
[privoxy.git] / templates / show-status
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: 
9 # redirect-url, version, home-page,
10 # invocation-args, options, gateway-protocols
11 # statistics,
12 #
13 <html>
14
15 <head>
16   <title>Internet Junkbuster Status</title>
17 </head>
18
19 <body bgcolor="#ffffff">
20
21   <h1>Internet J<small>UNK<i><font color="red">BUSTER</font></i></small>
22       version @version@ <a href="@redirect-url@faq#show">Proxy Status</a></h1>
23
24   <p>Homepage: <a href="@home-page@">@home-page@</a></p>
25
26   <h2>The program was invoked as follows</h2>
27   @invocation-args@<br>
28
29   <h2>And the following options were givem in the config file:</h2>
30   <BLINK>FIXME: Which?</BLINK>
31
32   @statistics@
33
34   <h2>The following files are in use:</h2>
35
36   <!-- The block following this comment will magically disappear, #ifndef SPLIT_PROXY_ARGS -->
37   <!-- @magic-eliminator-start -->
38
39   <p>(Click filenames to view)</p>
40   <ul>
41   <li>Actions List: <a href="show-status?file=permit">@actions-filename@</a></li>
42
43   <!-- @re-filter-killer-start -->
44   <li>Regex Filter List: <a href="show-status?file=re">@re-filter-filename@</a></li>
45   <!-- re-filter-killer-end@ -->
46
47   <!-- @trust-killer-start -->
48   <li>Access Control List: <a href="show-status?file=trust">@trust-filename@</a></li>
49   <!-- trust-killer-end@ -->
50
51   </ul>
52   <!-- magic-eliminator-end@ -->
53   <!-- The block above this comment will magically disappear, #ifndef SPLIT_PROXY_ARGS -->
54
55   @clist@ @flist@ @alist@ @rlist@ @tlist@
56
57   @rcs-and-defines@
58
59   <p>Please feel free to mail <a href=mailto:ijbswa-developers@lists.sourceforge.net>the developers</a>
60      with any problems you might have</p>
61
62
63   
64 </body>
65 </html>