X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=templates%2Fblocked;h=918bf2e0b78cc1ac6cd6d7ec093144c026ee347b;hp=7a67ca578d3ab2dc3fd7b897bb136763595e2249;hb=5ed97a075f28c07b7d7797c2e9a5ca5399729f20;hpb=2088c1e22366faf86ff801f6e8912eacbca0ec68 diff --git a/templates/blocked b/templates/blocked index 7a67ca57..918bf2e0 100644 --- a/templates/blocked +++ b/templates/blocked @@ -13,7 +13,7 @@ # # Template files are written in plain HTML, with a few # additions: -# +# # - Lines that start with a '#' character like this one # are ignored # @@ -28,7 +28,7 @@ # strings @if-start and if--end@. The strings # should be placed in HTML comments (), so the # html structure won't be messed when the magic happens. -# +# # USABLE SYMBOLS IN THIS TEMPLATE: # -------------------------------- # @@ -37,7 +37,7 @@ # my-hostname: # The hostname associated with my-ip-addr # admin-address: -# The email address of the pxoxy's administrator, as configured +# The email address of the proxy administrator, as configured # in the config file # default-cgi: # The URL for the "main menu" builtin CGI of this proxy @@ -68,7 +68,7 @@ # unstable: # This is an alpha or beta release of the proxy software # have-adminaddr-info: -# An e-mail address for the local Privoxy adminstrator has +# An e-mail address for the local Privoxy administrator has # been specified and is available through the "admin-address" # symbol # have-proxy-info: @@ -82,7 +82,7 @@ # force-support: # 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 +# avaiable, which translates to the FORCE_PREFIX # @@ -90,8 +90,9 @@ Request blocked (Privoxy@@my-hostname@) - + + @@ -106,20 +107,20 @@ minWidth = 650; minHeight = 330; - /* + /* * Navigator, Mozilla, Opera */ - if (window.innerWidth - && (window.innerWidth >= minWidth) + if (window.innerWidth + && (window.innerWidth >= minWidth) && (window.innerHeight >= minHeight)) { return false; } - - /* + + /* * MSIE */ - else if (document.body && document.body.clientWidth + else if (document.body && document.body.clientWidth && (document.body.clientWidth >= minWidth) && (document.body.clientHeight >= minHeight)) { @@ -145,10 +146,15 @@ { document.write('\

\ - Privoxy blocked @protocol@@hostport@@path@. \ -
See why \ + Request blocked by Privoxy: @block-reason@ \ +
See why this block applies \ + \ + or go \ + \ + to @protocol@@hostport@@path@ \ \ - or go there anyway. \ + anyway. \ \

\ '); @@ -178,7 +184,7 @@

\ Please note that this @code-status@ release \ of the proxy software is not intended for production systems! \ -
Use at your own risk. See the license for details.
\ +
Use at your own risk. See the license for details. \

\ \ \ @@ -188,8 +194,10 @@ \

Request for blocked URL

\

Your request for @protocol@@hostport@@path@ was blocked. \ -
See why \ - \ +
Block reason: @block-reason@ \ +
See why this block applies \ + \ or go there anyway. \ \

\ @@ -205,30 +213,19 @@ \ \ \ - Support and Service via Sourceforge: \ + Support and Service: \ +

\ + The Privoxy Team values your feedback. \ +

\

\ - We value your feedback. To provide you with the best support, \ - we ask that you: \ + Please have a look at the User Manual to learn how to \ + get support or report problems. \ +

\ + If you want to support the Privoxy Team, you can \ + participate \ + or donate. \

\ - \ \ \ \ @@ -262,10 +259,15 @@