cdfda304525d1a0f7c4f809a09cb4279732900a0
[privoxy.git] / templates / edit-actions-remove-url-form
1 ##############################################################################
2 #
3 # File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-remove-url-form,v $
4 #
5 # Purpose     :  Template used to confirm removal of a particular URL
6 #                pattern from an actions file.  Only used on browsers that
7 #                don't support JavaScript.
8
9 #
10 # Copyright   :  Written by and Copyright (C) 2001 the SourceForge
11 #                Privoxy team. http://www.privoxy.org/
12 #
13 #                Original Author: Copyright (C) 2001 Jonathan Foster
14 #                http://www.jon-foster.co.uk/
15 #
16 #                This program is free software; you can redistribute it 
17 #                and/or modify it under the terms of the GNU General
18 #                Public License as published by the Free Software
19 #                Foundation; either version 2 of the License, or (at
20 #                your option) any later version.
21 #
22 #                This program is distributed in the hope that it will
23 #                be useful, but WITHOUT ANY WARRANTY; without even the
24 #                implied warranty of MERCHANTABILITY or FITNESS FOR A
25 #                PARTICULAR PURPOSE.  See the GNU General Public
26 #                License for more details.
27 #
28 #                The GNU General Public License should be included with
29 #                this file.  If not, you can view it at
30 #                http://www.gnu.org/copyleft/gpl.html
31 #                or write to the Free Software Foundation, Inc., 59
32 #                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
33 #
34 # Revisions   :
35 #    $Log: edit-actions-remove-url-form,v $
36 #    Revision 1.11  2002/04/05 16:01:30  oes
37 #    Correct HTML, external Stylesheets, eye candy, some fixes
38 #
39 #    Revision 1.10  2002/03/26 22:29:56  swa
40 #    we have a new homepage!
41 #
42 #    Revision 1.9  2002/03/24 15:23:33  jongfoster
43 #    Name changes
44 #
45 #    Revision 1.8  2002/03/24 11:01:06  swa
46 #    name change
47 #
48 #    Revision 1.7  2002/03/23 16:18:15  swa
49 #    renamed every reference to the old name with foobar.
50 #    fixed "application foobar application" tag, fixed
51 #    "the foobar" with "foobar". left junkbuster in cvs
52 #    comments and remarks to history untouched. should
53 #    make final rename easier.
54 #
55 #    Revision 1.6  2002/03/16 15:22:19  jongfoster
56 #    Moving 'alpha' warning to the end of the page
57 #
58 #    Revision 1.5  2002/03/03 10:29:12  swa
59 #    point users to the right feedback forms,
60 #    not necessarily the developer list.
61 #
62 #    Revision 1.4  2002/01/23 00:26:45  jongfoster
63 #    Reducing length of URLs
64 #    Where encoded and unencoded versions of a string existed, removing
65 #    the unencoded one.
66 #
67 #    Revision 1.3  2002/01/17 21:33:00  jongfoster
68 #    Replacing all references to the URL of the config interface
69 #    with @default-cgi@
70 #
71 #    Revision 1.2  2002/01/17 21:21:05  jongfoster
72 #    DOS->Unix line endings
73 #
74 #    Revision 1.1  2001/11/13 00:58:18  jongfoster
75 #    New version of actions file editor templates
76 #
77 #
78 ##############################################################################
79 #
80 # Standard support:
81 #
82 # This file currently produces valid HTML 4.01 Strict.
83 #
84 # If you change it, please save the generated page from your web browser
85 # and then upload it to http://validator.w3.org/ for checking.
86 #
87 #############################################################################
88 #
89 # Available variables include:
90 #
91 # filename
92 # ver
93 # section
94 # pattern
95 # oldval
96 #
97 #############################################################################
98 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
99 <html>
100
101 <head>
102   <meta http-equiv="Content-Style-Type" content="text/css">
103   <meta http-equiv="Content-Script-Type" content="text/javascript">
104   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
105   <meta name="robots" content="noindex,nofollow">
106   <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet">
107
108   <title>Privoxy@@my-hostname@: Remove URL Pattern</title>
109 </head>
110
111 <body>
112
113   <table cellpadding="20" cellspacing="10" border="0" width="100%">
114     <tr>
115       <td class="title">
116         <h1>
117           This is <a href="@homepage@">Privoxy</a> @version@ on @my-hostname@ (@my-ip-address@), port @my-port@,
118           @if-enabled-display-then@enabled@else-not-enabled-display@disabled@endif-enabled-display@
119         </h1>
120       </td>
121     </tr>
122
123 <!-- @if-unstable-start -->
124 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
125     <tr>
126       <td class="warning">
127         <h2>Warning:</h2>
128           <p>
129             <b>Please note that this <em class="warning">@code-status@</em> release
130             of the proxy software is not intended for production systems!
131             <br>Use at your own risk. See the <a href="http://www.gnu.org/copyleft/gpl.html">license</a> for details.</b>
132           </p>
133       </td>
134     </tr>
135 <!-- if-unstable-end@ -->
136
137     <tr>
138       <td class="box">
139         <h2>Remove URL Pattern</h2>
140         <p>Are you sure you want to delete this URL pattern?  The pattern is:</p>
141         <p class="important">@u@</p>
142         <p>
143           <a href="edit-actions-remove-url?f=@f@&amp;v=@v@&amp;p=@p@">OK</a>
144           &nbsp;
145           <a href="edit-actions-list?f=@f@">Cancel</a>
146         </p>
147       </td>
148     </tr>
149
150     <tr>
151       <td class="box">
152         <h2>More Privoxy:</h2>
153         <ul>@menu@</ul>
154       </td>
155     </tr>
156
157     <tr>
158       <td class="info">
159         <h2>Support and Service via Sourceforge:</h2>
160         <p>
161           We value your feedback. To provide you with the best support,
162           we ask that you:
163         </p>
164         <ul>
165           <li>
166             use the <a href="http://sourceforge.net/tracker/?group_id=11118&amp;atid=211118">support forum</a> or (better) the
167             <a href="http://sourceforge.net/mail/?group_id=11118">mailing lists</a> to get help.
168           </li>
169           <li>
170             submit banners and all problems with the actions file only through the
171             <a href="javascript:void(window.open('http://www.privoxy.org/actions','Feedback','width=600,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no').focus());">actions
172             file feedback system</a>.
173           </li>
174           <li>
175             submit bugs only through our <a href="http://sourceforge.net/tracker/?group_id=11118&amp;atid=111118">bug tracker</a>.
176             Make sure that the bug has not yet been submitted.
177           </li>
178           <li>
179             submit feature requests only through our <a href="http://sourceforge.net/tracker/?atid=361118&amp;group_id=11118&amp;func=browse">feature
180             request tracker</a>.
181           </li>
182         </ul>
183       </td>
184     </tr>
185
186 <!-- @if-have-help-info-start -->
187     <tr>
188       <td class="info">
189         <h2>Local Privoxy support:</h2>
190
191 <!-- @if-have-proxy-info-start -->
192         <p>You can consult the <a href="@proxy-info-url@">online documentation</a> for more information
193           about this Privoxy installation.
194         </p>        
195 <!-- if-have-proxy-info-end@ -->
196
197 <!-- @if-have-adminaddr-info-start -->
198         <p>Address e-mail questions about this service to
199           <a href="mailto:@admin-address@"><code>@admin-address@</code></a>,
200           who will be glad to help you.
201         </p>
202 <!-- if-have-adminaddr-info-end@ -->
203       </td>
204     </tr>
205 <!-- if-have-help-info-end@ -->
206
207     <tr>
208       <td>
209         <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>
210       </td>
211     </tr>
212
213   </table>
214 </body>
215
216 </html>