have consistent look and feel
authorswa <swa@users.sourceforge.net>
Sat, 30 Mar 2002 19:49:34 +0000 (19:49 +0000)
committerswa <swa@users.sourceforge.net>
Sat, 30 Mar 2002 19:49:34 +0000 (19:49 +0000)
doc/webserver/actions/index.php
doc/webserver/actions/step2.php
doc/webserver/actions/step3.php

index c5bbf07..571a39d 100755 (executable)
@@ -9,9 +9,12 @@ error_reporting(E_NONE);
 //              This file belongs in
 //              ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 //
-//  $Id: index.php,v 1.1 2002/03/30 03:20:30 oes Exp $
+//  $Id: index.php,v 1.2 2002/03/30 03:35:48 oes Exp $
 //
 //  $Log: index.php,v $
+//  Revision 1.2  2002/03/30 03:35:48  oes
+//  Updated bookmarklet
+//
 //  Revision 1.1  2002/03/30 03:20:30  oes
 //  Added Feedback mechanism for actions file
 //
@@ -71,8 +74,9 @@ $headers = getallheaders();
 
 if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Version"] < $current_actions_file_version)
 {
-   echo ("<html><head><title>Invalid Privoxy Action List Feedback</title></head>
-                <body><h2>Invalid Feedback Submission</h2>
+   echo ("<html><head><title>Invalid Privoxy Action List Feedback</title>
+           <link rel=\"stylesheet\" type=\"text/css\" href=\"../p_web.css\">
+               </head><body><h2>Invalid Feedback Submission</h2>
                       <p>You are either not using Privoxy at all, or using an
                          actions file which is not based on the recent
                          distribution actions file (version $current_actions_file_version).</p>
@@ -140,7 +144,7 @@ proceed to Step 2.
 </form>
 </p>
 
-<p>To faciliate your feedback, you can bookmark <a href="javascript:void(window.open('http://privoxy.org/actions/?url='+escape(location.href),'Feedback', 'width=600,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">this bookmarklet</a><br><i>(right-click and select "File Bookmark for link")</i>.
+<p>To faciliate your feedback, you can bookmark <a href="javascript:void(window.open('http://privoxy.org/actions/?url='+escape(location.href),'Feedback','width=600,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">this bookmarklet</a><br><i>To save them, right-click the link and choose "Add to Favorites" (IE) or "Add Bookmark" (Netscape). You will get a warning that the bookmark "may not be safe" - just click OK. Then you can run the Bookmarklet directly from your favourites/bookmarks. For even faster access, you can put them on the "Links" bar (IE) or the "Personal Toolbar" (Netscape), and run them with a single click.</i>.
 <br>Used on a page that you want to report on, it will take you here and pre-fill the URL field.
 </p>
 
index f0dcd18..0a4d36b 100644 (file)
@@ -4,15 +4,18 @@ error_reporting(E_NONE);
 #error_reporting(E_ALL);
 
 
-//  File :  $Source: $
+//  File :  $Source: /cvsroot/ijbswa/current/doc/webserver/actions/step2.php,v $
 //
 //  Purpose  :  Submit form for actions file feedback (step 2)
 //              This file belongs in
 //              ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 //
-//  $Id: $
+//  $Id: step2.php,v 1.1 2002/03/30 03:20:30 oes Exp $
+//
+//  $Log: step2.php,v $
+//  Revision 1.1  2002/03/30 03:20:30  oes
+//  Added Feedback mechanism for actions file
 //
-//  $Log: $
 //
 //  Written by and Copyright (C) 2001 the SourceForge
 //  Privoxy team. http://www.privoxy.org/
@@ -52,7 +55,9 @@ $base_url = "http://www.privoxy.org/actions";
  */
 if (!isset($referrer_url))
 {
-     echo ("<html><head><title>Invalid Feedback Submission</title></head>
+     echo ("<html><head><title>Invalid Feedback Submission</title>
+           <link rel=\"stylesheet\" type=\"text/css\" href=\"../p_web.css\">
+               </head>
                 <body><h2>Invalid Feedback Submission</h2>
                       <p>When submitting your feedback please start with
                          <a href=\"index.php\">step 1</a>.</p>
@@ -66,7 +71,9 @@ if (!isset($referrer_url))
  */
 if (!isset($problem) || $problem == "INVALID")
 {
-     echo ("<html><head><title>Invalid Feedback Submission</title></head>
+     echo ("<html><head><title>Invalid Feedback Submission</title>
+           <link rel=\"stylesheet\" type=\"text/css\" href=\"../p_web.css\">
+               </head>
                 <body><h2>Invalid Feedback Submission</h2>
                       <p>You need to select the nature of the problem in
                          <a href=\"javascript:back()\">step 1</a>.</p>
@@ -93,7 +100,9 @@ curl_close ($ch);
 
 if (!$success)
 {
-   echo ("<html><head><title>Invalid Feedback Submission</title></head>
+   echo ("<html><head><title>Invalid Feedback Submission</title>
+           <link rel=\"stylesheet\" type=\"text/css\" href=\"../p_web.css\">
+               </head>
                 <body><h2>Invalid Feedback Submission</h2>
                       <p>The URL that you entered (<a href=\"$referrer_url\">$referrer_url</a>)
                          <br>could not be retrieved.</p>
index 5705996..beb84e6 100644 (file)
@@ -3,15 +3,18 @@
 error_reporting(E_NONE);
 #error_reporting(E_ALL);
 
-//  File :  $Source: $
+//  File :  $Source: /cvsroot/ijbswa/current/doc/webserver/actions/step3.php,v $
 //
 //  Purpose  :  Submit form for actions file feedback (step 1)
 //              This file belongs in
 //              ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 //
-//  $Id: $
+//  $Id: step3.php,v 1.1 2002/03/30 03:20:30 oes Exp $
+//
+//  $Log: step3.php,v $
+//  Revision 1.1  2002/03/30 03:20:30  oes
+//  Added Feedback mechanism for actions file
 //
-//  $Log: $
 //
 //  Written by and Copyright (C) 2001 the SourceForge
 //  Privoxy team. http://www.privoxy.org/
@@ -45,7 +48,9 @@ error_reporting(E_NONE);
  */
 if (!isset($referrer_url))
 {
-     echo ("<html><head><title>Invalid Feedback Submission</title></head>
+     echo ("<html><head><title>Invalid Feedback Submission</title>
+           <link rel=\"stylesheet\" type=\"text/css\" href=\"../p_web.css\">
+               </head>
                 <body><h2>Invalid Feedback Submission</h2>
                       <p>When submitting your feedback please start with
                          <a href=\"test.php\">step 1</a>.</p>
@@ -59,7 +64,9 @@ if (!isset($referrer_url))
  */
 if (!isset($problem))
 {
-     echo ("<html><head><title>Invalid Feedback Submission</title></head>
+     echo ("<html><head><title>Invalid Feedback Submission</title>
+           <link rel=\"stylesheet\" type=\"text/css\" href=\"../p_web.css\">
+               </head>
                 <body><h2>Invalid Feedback Submission</h2>
                       <p>You need to select the nature of the problem in
                          <a href=\"test.php\">step 1</a>.</p>
@@ -84,7 +91,9 @@ $fp = fopen($logfile, "a");
 
 if(!$fp)
 {
-   echo ("<html><head><title>Internal Script Error</title></head>
+   echo ("<html><head><title>Internal Script Error</title>
+           <link rel=\"stylesheet\" type=\"text/css\" href=\"../p_web.css\">
+               </head>
                 <body><h2>Internal Script Error</h2>
                       <p>This script was unable to open its logfile.</p>
                       <p>Please <a href=\"mailto:info@privoxy.org?SUBJECT=Feedback-Script-Broken\">mail its owner</a>!</p>