Show FEATURE_STRPTIME_SANITY_CHECKS on the show-status page
[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 ##############################################################################
35 #
36 # Standard support:
37 #
38 # This file currently produces valid HTML 4.01 Strict.
39 #
40 # If you change it, please save the generated page from your web browser
41 # and then upload it to http://validator.w3.org/ for checking.
42 #
43 #############################################################################
44 #
45 # Available variables include:
46 #
47 # filename
48 # ver
49 # section
50 # pattern
51 # oldval
52 # jumptarget - append to eal URL to jump to relevant section
53 #
54 #############################################################################
55 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
56 <html>
57
58 <head>
59   <meta http-equiv="Content-Style-Type" content="text/css">
60   <meta http-equiv="Content-Script-Type" content="text/javascript">
61   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
62   <meta name="robots" content="noindex,nofollow">
63   <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet">
64   <link rel="shortcut icon" href="@default-cgi@favicon.ico" type="image/x-icon">
65
66   <title>Privoxy@@my-hostname@: Remove URL Pattern</title>
67 </head>
68
69 <body>
70
71   <table cellpadding="20" cellspacing="10" border="0" width="100%">
72     <tr>
73       <td class="title">
74
75 #include mod-title
76
77       </td>
78     </tr>
79
80 <!-- @if-unstable-start -->
81 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
82     <tr>
83       <td class="warning">
84
85 #include mod-unstable-warning
86
87       </td>
88     </tr>
89 <!-- if-unstable-end@ -->
90
91     <tr>
92       <td class="box">
93         <h2>Remove URL Pattern</h2>
94         <p>Are you sure you want to delete this URL pattern?  The pattern is:</p>
95         <p class="important">@u@</p>
96         <p>
97           <a class="cmd" href="edit-actions-remove-url?f=@f@&amp;v=@v@&amp;p=@p@">OK</a>
98           &nbsp;
99           <a class="cmd" href="edit-actions-list?f=@f@@jumptarget@">Cancel</a>
100         </p>
101       </td>
102     </tr>
103
104     <tr>
105       <td class="box">
106         <h2>More Privoxy:</h2>
107         <ul>@menu@<li><a href="@user-manual@">Documentation</a></li></ul>
108       </td>
109     </tr>
110
111     <tr>
112       <td class="info">
113
114 #include mod-support-and-service
115
116       </td>
117     </tr>
118
119 <!-- @if-have-help-info-start -->
120     <tr>
121       <td class="info">
122
123 #include mod-local-help
124
125       </td>
126     </tr>
127 <!-- if-have-help-info-end@ -->
128
129   </table>
130 </body>
131
132 </html>