The host parameter to connect_to() is now const.
[privoxy.git] / templates / default
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 #
10 #   other-cgis: List of <li> elements linking to the other
11 #     available CGIs
12
13 #   cgi-parameters: If parameters were present (this CGI needs
14 #     none, they are dumped in a HTML table.
15 #
16 <html>
17
18 <head>
19   <title>Internet Junkbuster Configuration</title>
20 </head>
21
22 <body bgcolor="#ffffff">
23
24   <h1>Internet J<small>UNK<i><font color="red">BUSTER</font></i></small></h1>
25
26   <p>Thank you for using the internet Junkbuster.</p>
27
28   <p>The following CGI functions are currently implemented:</p>
29
30   @other-cgis@
31
32   @cgi-parameters@
33
34   <p>Please feel free to mail <a href=mailto:ijbswa-developers@lists.sourceforge.net>the developers</a>
35      with any problems you might have</p>
36
37 </body>
38 </html>