swa for oes
[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   <h2>It supports the following gateway protocols:</h2>
33   @gateway-protocols@
34
35   @statistics@
36
37   <h2>The following files are in use:</h2>
38
39   <!-- The block following this comment will magically disappear, #ifndef SPLIT_PROXY_ARGS -->
40   <!-- @magic-eliminator-start -->
41
42   <p>(Click filenames to view)</p>
43   <ul>
44   <li>Actions List: <a href="show-status?file=permit">@actions-filename@</a></li>
45   <li>Forward List: <a href="show-status?file=forward">@forward-filename@</a></li>
46
47   <!-- @acl-killer-start -->
48   <li>Access Control List: <a href="show-status?file=acl">@acl-filename@</a></li>
49   <!-- acl-killer-end@ -->
50
51   <!-- @re-filter-killer-start -->
52   <li>Regex Filter List: <a href="show-status?file=re">@re-filter-filename@</a></li>
53   <!-- re-filter-killer-end@ -->
54
55   <!-- @trust-killer-start -->
56   <li>Access Control List: <a href="show-status?file=trust">@trust-filename@</a></li>
57   <!-- trust-killer-end@ -->
58
59   </ul>
60   <!-- magic-eliminator-end@ -->
61   <!-- The block above this comment will magically disappear, #ifndef SPLIT_PROXY_ARGS -->
62
63   @clist@ @flist@ @alist@ @rlist@ @tlist@
64
65   @rcs-and-defines@
66
67   <p>Please feel free to mail <a href=mailto:ijbswa-developers@lists.sourceforge.net>the developers</a>
68      with any problems you might have</p>
69
70
71   
72 </body>
73 </html>