Add FEATURE_CONNECTION_KEEP_ALIVE to the list
[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.16  2006/07/18 14:49:14  david__schmidt
37 #    Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch)
38 #    with what was really the latest development (the v_3_0_branch branch)
39 #
40 #    Revision 1.14.2.2  2002/08/23 02:22:53  hal9
41 #    Fix a perl brain fart with <li> in comments.
42 #
43 #    Revision 1.14  2002/05/21 19:13:49  oes
44 #    Added button style and jumptargets to "add" and "cancel" links
45 #
46 #    Revision 1.13  2002/04/10 13:32:53  oes
47 #    Made templates modular
48 #
49 #    Revision 1.12  2002/04/08 17:08:14  oes
50 #    Cosmetic: make status in title lowercase
51 #
52 #    Revision 1.11  2002/04/05 16:01:30  oes
53 #    Correct HTML, external Stylesheets, eye candy, some fixes
54 #
55 #    Revision 1.10  2002/03/26 22:29:56  swa
56 #    we have a new homepage!
57 #
58 #    Revision 1.9  2002/03/24 15:23:33  jongfoster
59 #    Name changes
60 #
61 #    Revision 1.8  2002/03/24 11:01:06  swa
62 #    name change
63 #
64 #    Revision 1.7  2002/03/23 16:18:15  swa
65 #    renamed every reference to the old name with foobar.
66 #    fixed "application foobar application" tag, fixed
67 #    "the foobar" with "foobar". left junkbuster in cvs
68 #    comments and remarks to history untouched. should
69 #    make final rename easier.
70 #
71 #    Revision 1.6  2002/03/16 15:22:19  jongfoster
72 #    Moving 'alpha' warning to the end of the page
73 #
74 #    Revision 1.5  2002/03/03 10:29:12  swa
75 #    point users to the right feedback forms,
76 #    not necessarily the developer list.
77 #
78 #    Revision 1.4  2002/01/23 00:26:45  jongfoster
79 #    Reducing length of URLs
80 #    Where encoded and unencoded versions of a string existed, removing
81 #    the unencoded one.
82 #
83 #    Revision 1.3  2002/01/17 21:33:00  jongfoster
84 #    Replacing all references to the URL of the config interface
85 #    with @default-cgi@
86 #
87 #    Revision 1.2  2002/01/17 21:21:05  jongfoster
88 #    DOS->Unix line endings
89 #
90 #    Revision 1.1  2001/11/13 00:58:18  jongfoster
91 #    New version of actions file editor templates
92 #
93 #
94 ##############################################################################
95 #
96 # Standard support:
97 #
98 # This file currently produces valid HTML 4.01 Strict.
99 #
100 # If you change it, please save the generated page from your web browser
101 # and then upload it to http://validator.w3.org/ for checking.
102 #
103 #############################################################################
104 #
105 # Available variables include:
106 #
107 # filename
108 # ver
109 # section
110 # pattern
111 # oldval
112 # jumptarget - append to eal URL to jump to relevant section
113 #
114 #############################################################################
115 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
116 <html>
117
118 <head>
119   <meta http-equiv="Content-Style-Type" content="text/css">
120   <meta http-equiv="Content-Script-Type" content="text/javascript">
121   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
122   <meta name="robots" content="noindex,nofollow">
123   <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet">
124   <link rel="shortcut icon" href="@default-cgi@favicon.ico" type="image/x-icon">
125
126   <title>Privoxy@@my-hostname@: Remove URL Pattern</title>
127 </head>
128
129 <body>
130
131   <table cellpadding="20" cellspacing="10" border="0" width="100%">
132     <tr>
133       <td class="title">
134
135 #include mod-title
136
137       </td>
138     </tr>
139
140 <!-- @if-unstable-start -->
141 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
142     <tr>
143       <td class="warning">
144
145 #include mod-unstable-warning
146
147       </td>
148     </tr>
149 <!-- if-unstable-end@ -->
150
151     <tr>
152       <td class="box">
153         <h2>Remove URL Pattern</h2>
154         <p>Are you sure you want to delete this URL pattern?  The pattern is:</p>
155         <p class="important">@u@</p>
156         <p>
157           <a class="cmd" href="edit-actions-remove-url?f=@f@&amp;v=@v@&amp;p=@p@">OK</a>
158           &nbsp;
159           <a class="cmd" href="edit-actions-list?f=@f@@jumptarget@">Cancel</a>
160         </p>
161       </td>
162     </tr>
163
164     <tr>
165       <td class="box">
166         <h2>More Privoxy:</h2>
167         <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
168       </td>
169     </tr>
170
171     <tr>
172       <td class="info">
173
174 #include mod-support-and-service
175
176       </td>
177     </tr>
178
179 <!-- @if-have-help-info-start -->
180     <tr>
181       <td class="info">
182
183 #include mod-local-help
184
185       </td>
186     </tr>
187 <!-- if-have-help-info-end@ -->
188
189   </table>
190 </body>
191
192 </html>