From: oes <oes@users.sourceforge.net>
Date: Mon, 8 Apr 2002 17:04:05 +0000 (+0000)
Subject: Adapt to unified stylesheet
X-Git-Tag: v_2_9_14~147
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@proxy-info-url@?a=commitdiff_plain;h=b997cf1ff5360eb1e886c96639929b22f0dc2c59;p=privoxy.git

Adapt to unified stylesheet
---

diff --git a/doc/webserver/actions/step2.php b/doc/webserver/actions/step2.php
index 81c39bdd..dfd80ae6 100644
--- a/doc/webserver/actions/step2.php
+++ b/doc/webserver/actions/step2.php
@@ -8,9 +8,12 @@
               This file belongs in
               ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
-  $Id: step2.php,v 1.6 2002/04/02 07:22:19 oes Exp $
+  $Id: step2.php,v 1.11 2002/04/07 15:00:20 oes Exp $
 
   $Log: step2.php,v $
+  Revision 1.11  2002/04/07 15:00:20  oes
+  Descand into framesets to harvest all image URLs
+
   Revision 1.10  2002/04/06 15:19:35  oes
   Cosmetics   Clean-up, smarter handling of unreachable URLs
 
@@ -68,6 +71,7 @@
  <head>
   <meta http-equiv="Content-Style-Type" content="text/css">
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+  <link rel="stylesheet" type="text/css" href="../privoxy.css">
   <link rel="stylesheet" type="text/css" href="../p_feedback.css">
 
   <script language="javascript" type="text/javascript">
@@ -257,7 +261,7 @@ function error_abort($title, $message)
               </h1>
              </div>
             <center>
-             <div class=\"errorbox\">
+             <div class=\"warning\">
               $message
              </div>
             </center>
diff --git a/doc/webserver/actions/step3.php b/doc/webserver/actions/step3.php
index 319404bf..6ead84ec 100644
--- a/doc/webserver/actions/step3.php
+++ b/doc/webserver/actions/step3.php
@@ -8,9 +8,12 @@
               This file belongs in
               ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
-  $Id: step3.php,v 1.12 2002/04/06 18:57:38 swa Exp $
+  $Id: step3.php,v 1.13 2002/04/07 17:11:40 oes Exp $
 
   $Log: step3.php,v $
+  Revision 1.13  2002/04/07 17:11:40  oes
+  Tracker submit via curl (no need for user to see), fixing problems, removing monster comments
+
   Revision 1.12  2002/04/06 18:57:38  swa
   first version of the script that writes the
   logfile with all submissions and additionally
@@ -80,9 +83,9 @@
  <head>
   <meta http-equiv="Content-Style-Type" content="text/css">
   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+  <link rel="stylesheet" type="text/css" href="../privoxy.css">
   <link rel="stylesheet" type="text/css" href="../p_feedback.css">
 
-
 <?php
 
 /* 
@@ -118,7 +121,7 @@ function error_abort($title, $message)
               </h1>
              </div>
             <center>
-             <div class=\"errorbox\">
+             <div class=\"warning\">
               $message
              </div>
             </center>
@@ -180,7 +183,7 @@ if(!$fp)
               <h1><a href=\"http://www.privoxy.org/\">Privoxy</a>: Internal Script Error</h1>
             </div>
             <center>
-             <div class=\"errorbox\">
+             <div class=\"warning\">
               <p>
                This script was unable to open its logfile.
               </p>