Reactivating the scripts ,-)
authoroes <oes@users.sourceforge.net>
Thu, 4 Apr 2002 19:48:11 +0000 (19:48 +0000)
committeroes <oes@users.sourceforge.net>
Thu, 4 Apr 2002 19:48:11 +0000 (19:48 +0000)
doc/webserver/actions/index.php
doc/webserver/actions/step2.php
doc/webserver/actions/step3.php

index f1a9d43..4527183 100755 (executable)
@@ -8,9 +8,12 @@
               This file belongs in
               ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
-  $Id: index.php,v 1.9 2002/04/02 19:32:45 oes Exp $
+  $Id: index.php,v 1.10 2002/04/03 19:36:04 swa Exp $
 
   $Log: index.php,v $
+  Revision 1.10  2002/04/03 19:36:04  swa
+  consistent look
+
   Revision 1.9  2002/04/02 19:32:45  oes
   Adding temporary fix for missing curl support on SF (step 2 + 3 on oesterhelt.org)
 
@@ -54,7 +57,7 @@
  -->
 
  <head>
-    <link rel="stylesheet" type="text/css" href="../p_feedback.css">
+  <link rel="stylesheet" type="text/css" href="../p_feedback.css">
 <?php
 
 /*
@@ -77,7 +80,7 @@ error_reporting(E_NONE);
  * Bookmarklet that leads here:
  */
 $my_address = "http://" . $HTTP_SERVER_VARS["HTTP_HOST"] . $PHP_SELF;
-$bookmarklet = "javascript:void(window.open('$my_address?url='+escape(location.href), 'Feedback', " .
+$bookmarklet = "javascript:void(window.open('$my_address?url='+escape(location.href),'Feedback'," .
                "'width=600,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());";
 
 
@@ -99,8 +102,7 @@ $headers = getallheaders();
 if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Version"] < $required_actions_file_version)
 {
    echo ("<title>Invalid Privoxy Action List Feedback</title>
-    <link rel="stylesheet" type="text/css" href="../p_feedback.css">
-       </head>
+          </head>
           <body><div class=\"title\">Invalid Feedback Submission</div>
            <div align=\"center\">
             <div class=\"errorbox\" align=\"left\"><p>As much as we welcome your feedback, please note that
@@ -120,7 +122,6 @@ if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Versi
 ?>
 
   <title>Privoxy Action List Feedback - Step 1 of 2</title>
-    <link rel="stylesheet" type="text/css" href="../p_feedback.css">
  </head>
 
  <body>
index adea4d7..7572dfc 100644 (file)
@@ -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.7 2002/04/03 19:36:04 swa Exp $
 
   $Log: step2.php,v $
+  Revision 1.7  2002/04/03 19:36:04  swa
+  consistent look
+
   Revision 1.6  2002/04/02 07:22:19  oes
   Elimnating duplicate images; using relative link for step3
 
@@ -45,7 +48,7 @@
  -->
 
  <head>
-    <link rel="stylesheet" type="text/css" href="../p_feedback.css">
+  <link rel="stylesheet" type="text/css" href="../p_feedback.css">
 
   <script language="javascript">
    //
@@ -108,7 +111,6 @@ error_reporting(E_NONE);
 if (!isset($referrer_url))
 {
    echo ("  <title>Invalid Feedback Submission</title>
-           <link rel="stylesheet" type="text/css" href="../p_feedback.css">
            </head>
            <body>
             <div class=\"title\">Invalid Feedback Submission</div>
@@ -129,7 +131,6 @@ if (!isset($referrer_url))
 if (!isset($problem) || $problem == "INVALID")
 {
    echo ("  <title>Invalid Feedback Submission</title>
-           <link rel="stylesheet" type="text/css" href="../p_feedback.css">
            </head>
            <body>
             <div class=\"title\">Invalid Feedback Submission</div>
@@ -170,7 +171,6 @@ curl_close ($ch);
 if (!$success)
 {
    echo ("  <title>Invalid Feedback Submission</title>
-           <link rel="stylesheet" type="text/css" href="../p_feedback.css">
            </head>
            <body>
             <div class=\"title\">Invalid Feedback Submission</div>
@@ -205,7 +205,6 @@ switch($problem)
 ?>
 
   <title>Privoxy Action List Feedback - Step 2 of 2</title>
-    <link rel="stylesheet" type="text/css" href="../p_feedback.css">
  </head>
  <body>
 
index 3bcd132..8f7ba7e 100644 (file)
@@ -8,9 +8,12 @@
               This file belongs in
               ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
-  $Id: step3.php,v 1.6 2002/04/03 19:36:04 swa Exp $
+  $Id: step3.php,v 1.7 2002/04/04 10:29:58 oes Exp $
 
   $Log: step3.php,v $
+  Revision 1.7  2002/04/04 10:29:58  oes
+  Keeping feedback confidential
+
   Revision 1.6  2002/04/03 19:36:04  swa
   consistent look
 
@@ -48,7 +51,7 @@
  -->
 
  <head>
-    <link rel="stylesheet" type="text/css" href="../p_feedback.css">
+  <link rel="stylesheet" type="text/css" href="../p_feedback.css">
 
 <?php
 
@@ -71,7 +74,6 @@ error_reporting(E_NONE);
 if (!isset($referrer_url))
 {
    echo ("  <title>Invalid Feedback Submission</title>
-           <link rel="stylesheet" type="text/css" href="../p_feedback.css">
            </head>
            <body>
             <div class=\"title\">Invalid Feedback Submission</div>
@@ -92,7 +94,6 @@ if (!isset($referrer_url))
 if (!isset($problem))
 {
    echo ("  <title>Invalid Feedback Submission</title>
-           <link rel="stylesheet" type="text/css" href="../p_feedback.css">
            </head>
            <body>
             <div class=\"title\">Invalid Feedback Submission</div>
@@ -124,7 +125,6 @@ $fp = fopen($logfile, "a");
 if(!$fp)
 {
    echo ("  <title>Internal Script Error</title>
-           <link rel="stylesheet" type="text/css" href="../p_feedback.css">
            </head>
            <body>
             <div class=\"title\">Internal Script Error</div>
@@ -210,7 +210,6 @@ fclose($fp);
 ?>
 
   <title>Privoxy Action List Feedback - Result</title>
-  <link rel="stylesheet" type="text/css" href="../p_feedback.css">
  </head>
 
  <body>