- #include CSS to be prepared for the send-stylesheet
authorFabian Keil <fk@fabiankeil.de>
Mon, 22 Jan 2007 13:09:32 +0000 (13:09 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 22 Jan 2007 13:09:32 +0000 (13:09 +0000)
  referrer check that will arrive soonish.
- Add empty table summary to silence validator warnings.
- Remove the useless W3C validator link.

templates/connect-failed
templates/no-such-domain
templates/untrusted

index 2295898..e10481c 100644 (file)
   <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">
   <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>
 
 </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
     <tr>
       <td class="status">
         503
     </tr>
 <!-- if-have-help-info-end@ -->
 
     </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>
   </table>
 
 </body>
index 7e91177..634be63 100644 (file)
   <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">
   <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>
 
 </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
     <tr>
       <td class="status">
         404
     </tr>
 <!-- if-have-help-info-end@ -->
     
     </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>
   </table>
 
 </body>
index 61f23b6..017a538 100644 (file)
   <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">
   <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>
 
 </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
     <tr>
       <td class="status">
         UNTRUSTED
     </tr>
 <!-- if-have-help-info-end@ -->
         
     </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>
   </table>
 
 </body>