- added send-stylesheet CGI
[privoxy.git] / templates / blocked-compact
index 840b719..8d6d8e9 100644 (file)
@@ -1,6 +1,6 @@
 ##########################################################
 #
-# "Blocked" Error Output template for junkbuster 2.9.x.
+# "Blocked" Error Output template for Privoxy.
 # Compact variant.
 #
 # 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>
 #
 #  hostport:
 #    The host and port part of the request that lead to this problem
-#  hostport-html:
-#    The host and port part of the request that lead to this problem, HTML-encoded
 #  path:
 #    The path part of the request that lead to this problem
-#  path-html:
-#    The path part of the request that lead to this problem, HTML-encoded
 #
 #
 # CONDITIONAL SYMBOLS FOR THIS TEMPLATE AND THEIR DEPANDANT SYMBOLS:
 #  unstable:
 #    This is an alpha or beta release of the proxy software
 #  force-support:
-#    Junkbuster has been compiled with support for forced loading
+#    Privoxy has been compiled with support for forced loading
 #    of blocked content. In that case, the symbol "force-prefix" is
 #    avaiable, which translates to the FORCE_PREFIX  
 #
 <html>
 
   <head>
-    <title>Request blocked (Junkbuster@@my-hostname@)</title>
+    <title>Request blocked (Privoxy@@my-hostname@)</title>
     <style type="text/css">
-      BODY, P { font-family: Helvetica, Helv, Arial, Sans-Serif, sans-serif }
+      BODY, P { font-family: helvetica, helv, arial, sans-serif; font-size: 10pt;}
     </style>
   </head>
 
-  <body bgcolor="#ffffff">
+  <body bgcolor="#ffdddd">
 
-    <p align=center>Your request for <b>@hostport@@path@</b> was blocked.
-      <br><a href="@default-cgi@show-url-info?url=@hostport@@path@">See why</a>
+    <p align=center><a href="@default-cgi@" target="_blank">Privoxy</a> blocked <b>@hostport@@path@</b>.
+      <br><a href="@default-cgi@show-url-info?url=@hostport@@path@" target="_blank">See why</a>
       <!-- @if-force-support-start -->
       or <a href="http://@hostport@@force-prefix@@path@">go there anyway</a>.
       <!-- if-force-support-end@ -->
-      <br><a href="@default-cgi@">More info</a>.
     </p>
 
   </body>