From d9c1527acf72a0e83fe3dccaf2fe8467b41a5e49 Mon Sep 17 00:00:00 2001 From: swa Date: Sat, 30 Mar 2002 19:49:34 +0000 Subject: [PATCH] have consistent look and feel --- doc/webserver/actions/index.php | 12 ++++++++---- doc/webserver/actions/step2.php | 21 +++++++++++++++------ doc/webserver/actions/step3.php | 21 +++++++++++++++------ 3 files changed, 38 insertions(+), 16 deletions(-) diff --git a/doc/webserver/actions/index.php b/doc/webserver/actions/index.php index c5bbf075..571a39d7 100755 --- a/doc/webserver/actions/index.php +++ b/doc/webserver/actions/index.php @@ -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 ("Invalid Privoxy Action List Feedback -

Invalid Feedback Submission

+ echo ("Invalid Privoxy Action List Feedback + +

Invalid Feedback Submission

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).

@@ -140,7 +144,7 @@ proceed to Step 2.

-

To faciliate your feedback, you can bookmark this bookmarklet
(right-click and select "File Bookmark for link"). +

To faciliate your feedback, you can bookmark this bookmarklet
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..
Used on a page that you want to report on, it will take you here and pre-fill the URL field.

diff --git a/doc/webserver/actions/step2.php b/doc/webserver/actions/step2.php index f0dcd18f..0a4d36bc 100644 --- a/doc/webserver/actions/step2.php +++ b/doc/webserver/actions/step2.php @@ -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 ("Invalid Feedback Submission + echo ("Invalid Feedback Submission + +

Invalid Feedback Submission

When submitting your feedback please start with step 1.

@@ -66,7 +71,9 @@ if (!isset($referrer_url)) */ if (!isset($problem) || $problem == "INVALID") { - echo ("Invalid Feedback Submission + echo ("Invalid Feedback Submission + +

Invalid Feedback Submission

You need to select the nature of the problem in step 1.

@@ -93,7 +100,9 @@ curl_close ($ch); if (!$success) { - echo ("Invalid Feedback Submission + echo ("Invalid Feedback Submission + +

Invalid Feedback Submission

The URL that you entered ($referrer_url)
could not be retrieved.

diff --git a/doc/webserver/actions/step3.php b/doc/webserver/actions/step3.php index 57059969..beb84e6b 100644 --- a/doc/webserver/actions/step3.php +++ b/doc/webserver/actions/step3.php @@ -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 ("Invalid Feedback Submission + echo ("Invalid Feedback Submission + +

Invalid Feedback Submission

When submitting your feedback please start with step 1.

@@ -59,7 +64,9 @@ if (!isset($referrer_url)) */ if (!isset($problem)) { - echo ("Invalid Feedback Submission + echo ("Invalid Feedback Submission + +

Invalid Feedback Submission

You need to select the nature of the problem in step 1.

@@ -84,7 +91,9 @@ $fp = fopen($logfile, "a"); if(!$fp) { - echo ("Internal Script Error + echo ("Internal Script Error + +

Internal Script Error

This script was unable to open its logfile.

Please mail its owner!

-- 2.39.2