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