f8e1f3bcde21749f46ce3345e9b6105291c761ad
[privoxy.git] / doc / webserver / actions / index.php
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3  <!--
4
5   File :  $Source: /cvsroot/ijbswa/current/doc/webserver/actions/index.php,v $
6
7   Purpose  :  Submit form for actions file feedback (step 1)
8               This file belongs in
9               ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
10
11   $Id: index.php,v 1.8 2002/04/02 08:45:22 oes Exp $
12
13   $Log: index.php,v $
14   Revision 1.8  2002/04/02 08:45:22  oes
15   Made script location indepandant
16
17   Revision 1.7  2002/04/02 07:21:34  oes
18   Using relative link for step2
19
20   Revision 1.5  2002/04/01 19:13:47  oes
21   Extended, fixed bugs, beefed up design, made IE-safe
22
23   Revision 1.2  2002/03/30 03:35:48  oes
24   Updated bookmarklet
25
26   Revision 1.1  2002/03/30 03:20:30  oes
27   Added Feedback mechanism for actions file
28
29
30   Written by and Copyright (C) 2002 the SourceForge
31   Privoxy team. http://www.privoxy.org/
32
33   This program is free software; you can redistribute it
34   and/or modify it under the terms of the GNU General
35   Public License as published by the Free Software
36   Foundation; either version 2 of the License, or (at
37   your option) any later version.
38
39   This program is distributed in the hope that it will
40   be useful, but WITHOUT ANY WARRANTY; without even the
41   implied warranty of MERCHANTABILITY or FITNESS FOR A
42   PARTICULAR PURPOSE.  See the GNU General Public
43   License for more details.
44
45   The GNU General Public License should be included with
46   this file.  If not, you can view it at
47   http://www.gnu.org/copyleft/gpl.html
48   or write to the Free Software Foundation, Inc., 59
49   Temple Place - Suite 330, Boston, MA  02111-1307, USA.
50
51  -->
52
53  <head>
54   <style type="text/css">
55    body, div, p, h1, h2, ul, ol, li, td, th, dl, dt, dd { font-family:helvetica,helv,arial,sans-serif; font-size:10px }
56    body { background-color: #ffffff }
57    div.title    { background-color:#dddddd; border:solid black 1px; margin:20px; min-width: 80%; padding:20px; font-size:15px; font-weight:bold }
58    div.box      { background-color:#eeeeee; border:solid black 1px; margin:20px; min-width: 80%; padding:20px; font-size:10px }
59    div.infobox  { background-color:#ccccff; border:solid black 1px; margin:20px; min-width: 60%; max-width: 60%; padding:20px; font-size:10px; }
60    div.errorbox { background-color:#ffdddd; border:solid black 1px; margin:20px; min-width: 60%; max-width: 60%; padding:20px; font-size:10px; }
61   </style>
62
63 <?php
64
65 /*
66  * MUST be updated in sync with actions file:
67  */
68 $required_actions_file_version = "1.0";
69 $required_privoxy_version = "2.9.13";
70 $actions_file_download = "http://www.privoxy.org/actions/testdrive.action";
71
72
73 /*
74  * For testing: 
75  */
76 //phpinfo();
77 //error_reporting(E_ALL);
78 error_reporting(E_NONE);
79
80
81 /*
82  * Bookmarklet that leads here:
83  */
84 $my_address = "http://" . $HTTP_SERVER_VARS["HTTP_HOST"] . $PHP_SELF;
85 $bookmarklet = "javascript:void(window.open('$my_address?url='+escape(location.href), 'Feedback', " .
86                "'width=600,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());";
87
88
89 /* 
90  * Provide default if URL unset
91  */
92 if (!isset($url))
93 {
94    $url = "http://www.example.com/";
95 }
96
97
98 /* 
99  * Deny feedback which is not based on our latest
100  * distribution:
101  */
102 $headers = getallheaders();
103
104 if (!isset($headers["X-Actions-File-Version"]) || $headers["X-Actions-File-Version"] < $required_actions_file_version)
105 {
106    echo ("<title>Invalid Privoxy Action List Feedback</title></head>
107           <body><div class=\"title\">Invalid Feedback Submission</div>
108            <div align=\"center\">
109             <div class=\"errorbox\" align=\"left\"><p>As much as we welcome your feedback, please note that
110              we can only accept problem reports based on:
111              <ul>
112               <li><a href=\"http://www.privoxy.org/\">Privoxy</a> version $required_privoxy_version or later</li>
113               <li><a href=\"$actions_file_download\">Actionsfile</a> version  version $required_actions_file_version or later</li>
114              </ul>
115              <p>We hope you will understand that we feel unable to maintain concurrent versions of the file.</p>
116             </div>
117            </div>
118           </body>
119          </html>");
120    exit;
121 }
122
123 ?>
124
125   <title>Privoxy Action List Feedback - Step 1 of 2</title>
126  </head>
127
128  <body>
129   <div class="title"><a href="http://www.privoxy.org/" target="_blank">Privoxy</a> Action List Feedback - Step 1 of 2</div>
130
131   <div class="box">
132    <p>
133     <b>Thank you for reporting a missing or invalid action!</b> 
134     <br>The Privoxy team relies on <b>your</b> feedback to maintain an efficient actions file!
135    </p>
136
137    <p>
138     Please fill the below form and click to proceed to step 2.
139    </p>
140   </div>
141
142   <div class="box">
143    <!-- FIXME: This must become action="step2.php" as soon as SF supports curl in PHP -->
144    <form action="http://www.oesterhelt.org/actions/step2.php" method="post">
145
146     <table border="0" cellpadding="0" cellspacing="4">
147
148      <tr>
149       <td align="right">URL:</td>
150       <td>
151        <input name="referrer_url" value="<?php echo ($url); ?>" type="text" size="45" maxlength="255">
152       </td>
153      </tr>
154
155      <tr>
156       <td align="right">Nature of the problem:</td>
157       <td>
158        <select name="problem" size="1">
159         <option selected value="INVALID">Please select...</option>
160         <option value="P1">An advertisment was NOT blocked</option>
161         <option value="P2">An innocent image WAS blocked</option>
162         <option value="P3">The whole page was erraneously blocked</option>
163         <option value="P4">The page needs popups but they don't work</option>
164         <option value="P5">Other problem</option>
165        </select>
166       </td>
167      </tr>
168
169      <tr>
170       <td>&nbsp;</td>
171       <td>
172        <input type=submit value="Proceed to step 2">
173       </td>
174      </tr>
175
176     </table>
177    </form>
178   </div>
179
180   <div align=center>
181    <div class="infobox" width="60%" align=\"left\">
182     <p>
183      <big>
184       <b>Using <a href="http://www.bookmarklets.com" target="_blank">Bookmarklets</a> for Feedback</b>
185      </big>
186     </p>
187     <p>
188      To make it even easier for you, we provide a bookmarklet which will not only take you here from
189      any troubled page you might be surfing, but also pre-fill the form!
190     </p>
191     <p>
192      Please right-click the following link and choose "Add to Favorites" (IE) or "Add Bookmark for Link" (Netscape): 
193      <a href="<?php echo($bookmarklet); ?>">Privoxy-Submit</a>
194     </p>
195
196     <p>
197      <i>You might get a warning that the bookmark "may not be safe" (IE) - just click OK.
198      For even faster access, you can put it on the "Links" bar (IE) or the "Personal Toolbar" (Netscape),
199      and submit feedback with a single click!</i>
200     </p>
201    </div>
202   </div>
203
204  </body>
205 </html>