From: Fabian Keil <fk@fabiankeil.de> Date: Mon, 22 Jan 2007 13:09:32 +0000 (+0000) Subject: - #include CSS to be prepared for the send-stylesheet X-Git-Tag: v_3_0_7~382 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/@default-cgi@toggle?a=commitdiff_plain;h=88d71df2d51ef289c934de95813bf229229870fd;p=privoxy.git - #include CSS to be prepared for the send-stylesheet referrer check that will arrive soonish. - Add empty table summary to silence validator warnings. - Remove the useless W3C validator link. --- diff --git a/templates/connect-failed b/templates/connect-failed index 2295898f..e10481ca 100644 --- a/templates/connect-failed +++ b/templates/connect-failed @@ -82,12 +82,14 @@ <meta http-equiv="Content-Script-Type" content="text/javascript"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="robots" content="noindex,nofollow"> - <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet"> + <style type="text/css"> +#include cgi-style.css + </style> </head> <body> - <table cellpadding="20" cellspacing="10" border="0" width="100%"> + <table summary="" cellpadding="20" cellspacing="10" border="0" width="100%"> <tr> <td class="status"> 503 @@ -147,12 +149,6 @@ </tr> <!-- if-have-help-info-end@ --> - <tr> - <td colspan="2"> - <p class="small">Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></p> - </td> - </tr> - </table> </body> diff --git a/templates/no-such-domain b/templates/no-such-domain index 7e911772..634be630 100644 --- a/templates/no-such-domain +++ b/templates/no-such-domain @@ -84,12 +84,14 @@ <meta http-equiv="Content-Script-Type" content="text/javascript"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="robots" content="noindex,nofollow"> - <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet"> + <style type="text/css"> +#include cgi-style.css + </style> </head> <body> - <table cellpadding="20" cellspacing="10" border="0" width="100%"> + <table summary="" cellpadding="20" cellspacing="10" border="0" width="100%"> <tr> <td class="status"> 404 @@ -149,11 +151,6 @@ </tr> <!-- if-have-help-info-end@ --> - <tr> - <td colspan="2"> - <p class="small">Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></p> - </td> - </tr> </table> </body> diff --git a/templates/untrusted b/templates/untrusted index 61f23b64..017a5383 100644 --- a/templates/untrusted +++ b/templates/untrusted @@ -93,12 +93,14 @@ <meta http-equiv="Content-Script-Type" content="text/javascript"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <meta name="robots" content="noindex,nofollow"> - <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet"> + <style type="text/css"> +#include cgi-style.css + </style> </head> <body> - <table cellpadding="20" cellspacing="10" border="0" width="100%"> + <table summary="" cellpadding="20" cellspacing="10" border="0" width="100%"> <tr> <td class="status"> UNTRUSTED @@ -182,12 +184,6 @@ </tr> <!-- if-have-help-info-end@ --> - <tr> - <td colspan="2"> - <p class="small">Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></p> - </td> - </tr> - </table> </body>