added form
[privoxy.git] / doc / webserver / submit / index.php
1 <?php
2 //  File :  $Source: /cvsroot/ijbswa/current/doc/webserver/submit/index.php,v $
3 //
4 //  Purpose  :  Submit form for ads and such
5 //              This file belongs in
6 //              ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
7 //
8 //  $Id: index.php,v 1.2 2002/03/29 07:57:00 swa Exp $
9 //
10 //  Written by and Copyright (C) 2001 the SourceForge
11 //  Privoxy team. http://www.privoxy.org/
12 //
13 //  Based on the Internet Junkbuster originally written
14 //  by and Copyright (C) 1997 Anonymous Coders and
15 //  Junkbusters Corporation.  http://www.junkbusters.com
16 //
17 //  This program is free software; you can redistribute it
18 //  and/or modify it under the terms of the GNU General
19 //  Public License as published by the Free Software
20 //  Foundation; either version 2 of the License, or (at
21 //  your option) any later version.
22 //
23 //  This program is distributed in the hope that it will
24 //  be useful, but WITHOUT ANY WARRANTY; without even the
25 //  implied warranty of MERCHANTABILITY or FITNESS FOR A
26 //  PARTICULAR PURPOSE.  See the GNU General Public
27 //  License for more details.
28 //
29 //  The GNU General Public License should be included with
30 //  this file.  If not, you can view it at
31 //  http://www.gnu.org/copyleft/gpl.html
32 //  or write to the Free Software Foundation, Inc., 59
33 //  Temple Place - Suite 330, Boston, MA  02111-1307, USA.
34 //
35 //
36 $headers = getallheaders();
37 ?>
38 <html>
39   <head>
40     <title>Privoxy|Submit</title>
41     <link rel="stylesheet" type="text/css" href="../p_web.css">
42 </head>
43
44 <h1>Feedback</h1>
45
46 <p>Bla bla bla</p>
47
48 <h2>Advertisements</h2>
49
50 <p>You have seen an ad and want to support us making it disappear.
51 Great. Please fill out the form below and hit "Submit".</p>
52
53 <p>
54 <form action="http://privoxy.org/submit/confirmad.php" method="post">
55 <table border="0" cellpadding="0" cellspacing="4">
56
57 <tr>
58 <td align="right">Your name:</td>
59 <td>
60 <input name="submit_name" value="anonymous" type="text" size="30" maxlength="30">
61 </td>
62 <td>optional</td>
63 </tr>
64
65 <tr>
66 <td align="right">Your email address:</td>
67 <td>
68 <input name="submit_email" value="anonymous" type="text" size="30" maxlength="30">
69 </td>
70 <td>optional</td>
71 </tr>
72
73 <tr>
74 <td align="right">Website, where I observed an ad:</td>
75 <td>
76 <input name="submit_url" value="prefilled" type="text" size="45" maxlength="255">
77 </td>
78 <td>Please change, if necessary</td>
79 </tr>
80
81 <tr>
82 <td align="right">How annoying is the ad:</td>
83 <td>
84 <select name="submit_annoy" size="1">
85 <option value="A0">Nice, not to have</option>
86 <option selected value="A1">Should be removed</option>
87 <option value="A2">Must be removed</option>
88 </select>
89 </td>
90 <td>Please select one</td>
91 </tr>
92
93 <tr>
94 <td align="right">Privoxy Version:</td>
95 <td>
96 <input name="submit_pversion" value="prefilled" readonly type="text" size="30" maxlength="30">
97 </td>
98 <td>Automatically determined</td>
99 </tr>
100
101 <tr>
102 <td align="right">Action File:</td>
103 <td>
104 <input name="submit_actionfile" value="prefilled" readonly type="text" size="30" maxlength="30">
105 </td>
106 <td>Automatically determined</td>
107 </tr>
108
109 <tr>
110 <td align="right">Action File Version:</td>
111 <td>
112 <input name="submit_actionversion" value="prefilled" readonly type="text" size="30" maxlength="30">
113 </td>
114 <td>Automatically determined</td>
115 </tr>
116
117 <tr>
118 <td align="right">Remarks:</td>
119 <td>
120 <textarea name="submit_remarks" cols="35" rows="3">
121 None.
122 </textarea>
123 </td>
124 <td>Please change, if necessary</td>
125 </tr>
126
127 <tr>
128 <td align="right"></td>
129 <td>
130 <input type="hidden" name="submit_targeturl" value="/submit/confirmad.php">
131 <input type=submit value="Submit">
132 </td>
133 <td></td>
134 </tr>
135
136 </table>
137 </form>
138
139 </p>
140
141 <h2>Misc</h2>
142
143 <p>Bla bla bla</p>
144
145
146 </body>
147 </html>
148
149 <!--
150         $Log$
151 -->