From: swa <swa@users.sourceforge.net> Date: Sat, 30 Mar 2002 20:44:46 +0000 (+0000) Subject: have consistent look and feel. part 2. X-Git-Tag: v_2_9_14~300 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/@default-cgi@send-stylesheet?a=commitdiff_plain;h=6797f2f3f6ea03b034e28e9f1326aa0925d75e47;p=privoxy.git have consistent look and feel. part 2. use correct urls. --- diff --git a/doc/webserver/actions/index.php b/doc/webserver/actions/index.php index 571a39d7..04f0c222 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.2 2002/03/30 03:35:48 oes Exp $ +// $Id: index.php,v 1.3 2002/03/30 19:49:34 swa Exp $ // // $Log: index.php,v $ +// Revision 1.3 2002/03/30 19:49:34 swa +// have consistent look and feel +// // Revision 1.2 2002/03/30 03:35:48 oes // Updated bookmarklet // @@ -56,6 +59,7 @@ $current_actions_file_version = "1.0"; */ #$base_url = "http://www.oesterhelt.org/actions"; $base_url = "http://www.privoxy.org/actions"; +#$base_url = "http://localhost/actions"; /* @@ -144,8 +148,15 @@ 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>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> +This special page helps the Privoxy team to improve the filters. Once +you have bookmarked the page, surf to a troubled page and click on the +bookmark, which will take you here and pre-fill the URL field.</p> + +<p>Use the following link as a 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());">Privoxy-Submit</a>. + +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. For even faster access, you can put them on the "Links" bar (IE) or the "Personal Toolbar" (Netscape), and submit feedback with a single click. </p> </body> diff --git a/doc/webserver/actions/step2.php b/doc/webserver/actions/step2.php index 0a4d36bc..3caa0445 100644 --- a/doc/webserver/actions/step2.php +++ b/doc/webserver/actions/step2.php @@ -10,9 +10,12 @@ error_reporting(E_NONE); // This file belongs in // ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ // -// $Id: step2.php,v 1.1 2002/03/30 03:20:30 oes Exp $ +// $Id: step2.php,v 1.2 2002/03/30 19:49:34 swa Exp $ // // $Log: step2.php,v $ +// Revision 1.2 2002/03/30 19:49:34 swa +// have consistent look and feel +// // Revision 1.1 2002/03/30 03:20:30 oes // Added Feedback mechanism for actions file // @@ -49,6 +52,7 @@ error_reporting(E_NONE); */ #$base_url = "http://www.oesterhelt.org/actions"; $base_url = "http://www.privoxy.org/actions"; +#$base_url = "http://localhost/actions"; /* * Cannot start with step 2: diff --git a/doc/webserver/actions/step3.php b/doc/webserver/actions/step3.php index beb84e6b..0a1003d0 100644 --- a/doc/webserver/actions/step3.php +++ b/doc/webserver/actions/step3.php @@ -9,9 +9,12 @@ error_reporting(E_NONE); // This file belongs in // ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ // -// $Id: step3.php,v 1.1 2002/03/30 03:20:30 oes Exp $ +// $Id: step3.php,v 1.2 2002/03/30 19:49:34 swa Exp $ // // $Log: step3.php,v $ +// Revision 1.2 2002/03/30 19:49:34 swa +// have consistent look and feel +// // Revision 1.1 2002/03/30 03:20:30 oes // Added Feedback mechanism for actions file // @@ -52,8 +55,8 @@ if (!isset($referrer_url)) <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> + <p>When submitting your feedback, please start with + <a href=\"index.php\">step 1</a>.</p> </body> </html>"); exit; @@ -69,7 +72,7 @@ if (!isset($problem)) </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> + <a href=\"index.php\">step 1</a>.</p> </body> </html>"); exit;