Removing duplicate @ifs on the toggle page
[privoxy.git] / templates / toggle-mini
index f45f3ad..68f87f5 100644 (file)
@@ -1,6 +1,6 @@
 ##########################################################
 #
-# Toggle Output template for junkbuster 2.9.x.
+# Toggle Output template for Privoxy.
 #
 #
 # USING HTML TEMPLATES:
@@ -15,7 +15,7 @@
 # - Each item in the below list of exported symbols will
 #   be replaced by dynamically generated text, if they
 #   are enclosed in '@'-characters. E.g. The string @version@
-#   will be replaced by the version number of Junkbuster.
+#   will be replaced by the version number of Privoxy.
 #
 # - One special application of this is to make whole blocks
 #   of the HTML template disappear if the condition <name>
@@ -53,7 +53,7 @@
 #  unstable:
 #    this is an alpha or beta release of the proxy software
 #  have-adminaddr-info:
-#    An e-mail address for the local Junkbuster adminstrator has
+#    An e-mail address for the local Privoxy adminstrator has
 #    been specified and is available through the "admin-address"
 #    symbol
 #  have-proxy-info:
 #    If either have-proxy-info is true or have-adminaddr-info is
 #    true, have-help-info is true.  Used to conditionally include
 #    a grey box for any and all help info.
-#  @if-enabled-then@ on @else-not-enabled@ off @endif-enabled@
+#  @if-enabled-display-then@ on @else-not-enabled-display@ off @endif-enabled-display@
 #
 <html>
 
 <head>
   
-  <title>@if-enabled-then@Enabled@else-not-enabled@Disabled@endif-enabled@ - JunkBuster@@my-hostname@</title>
+  <title>@if-enabled-display-then@Enabled@else-not-enabled-display@Disabled@endif-enabled-display@ - Privoxy@@my-hostname@</title>
   <style type="text/css">
     BODY, P, H1, H2, UL, OL, LI { font-family: Helvetica, Helv, Arial, Sans-Serif, sans-serif }
   </style>
 <body bgcolor="#eeeeee" marginwidth="3" marginheight="3"
 leftmargin="3" rightmargin="3" topmargin="3" bottommargin="3">
 <center>
-<a href="@default-cgi@" target="_blank">JunkBuster</a> is 
-<b>@if-enabled-then@Enabled@else-not-enabled@Disabled@endif-enabled@</b>.
-<a href="@default-cgi@toggle?mini=y&set=@if-enabled-then@disable@else-not-enabled@enable@endif-enabled@"
->@if-enabled-then@[Disable]@else-not-enabled@[Enable]@endif-enabled@</a>
+<a href="@default-cgi@" target="_blank">Privoxy</a> is 
+<b>@if-enabled-display-then@Enabled@else-not-enabled-display@Disabled@endif-enabled-display@</b>.
+<a href="@default-cgi@toggle?mini=y&set=@if-enabled-display-then@disable@else-not-enabled-display@enable@endif-enabled-display@"
+>@if-enabled-display-then@[Disable]@else-not-enabled-display@[Enable]@endif-enabled-display@</a>
 <br>
 <a href="" onclick="window.close();">[Close]</a>
 </center>