596391e9615c6a21b242d2ad81a0d324567f46f1
[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.9  2002/03/24 15:23:33  jongfoster
37 #    Name changes
38 #
39 #    Revision 1.8  2002/03/24 11:01:06  swa
40 #    name change
41 #
42 #    Revision 1.7  2002/03/23 16:18:15  swa
43 #    renamed every reference to the old name with foobar.
44 #    fixed "application foobar application" tag, fixed
45 #    "the foobar" with "foobar". left junkbuster in cvs
46 #    comments and remarks to history untouched. should
47 #    make final rename easier.
48 #
49 #    Revision 1.6  2002/03/16 15:22:19  jongfoster
50 #    Moving 'alpha' warning to the end of the page
51 #
52 #    Revision 1.5  2002/03/03 10:29:12  swa
53 #    point users to the right feedback forms,
54 #    not necessarily the developer list.
55 #
56 #    Revision 1.4  2002/01/23 00:26:45  jongfoster
57 #    Reducing length of URLs
58 #    Where encoded and unencoded versions of a string existed, removing
59 #    the unencoded one.
60 #
61 #    Revision 1.3  2002/01/17 21:33:00  jongfoster
62 #    Replacing all references to the URL of the config interface
63 #    with @default-cgi@
64 #
65 #    Revision 1.2  2002/01/17 21:21:05  jongfoster
66 #    DOS->Unix line endings
67 #
68 #    Revision 1.1  2001/11/13 00:58:18  jongfoster
69 #    New version of actions file editor templates
70 #
71 #
72 ##############################################################################
73 #
74 # Standard support:
75 #
76 # This file currently produces valid HTML 4.01 Strict.
77 #
78 # If you change it, please save the generated page from your web browser
79 # and then upload it to http://validator.w3.org/ for checking.
80 #
81 #############################################################################
82 #
83 # Available variables include:
84 #
85 # filename
86 # ver
87 # section
88 # pattern
89 # oldval
90 #
91 #############################################################################
92 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
93 <html>
94
95 <head>
96 <meta http-equiv="Content-Style-Type" content="text/css">
97 <meta http-equiv="Content-Script-Type" content="text/javascript">
98 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
99 <meta name="robots" content="noindex,nofollow">
100
101 <title>Privoxy: Remove URL Pattern</title>
102
103 <style type="text/css">
104 body         { font-family: Helvetica, Helv, Arial, Sans-Serif, sans-serif;
105                background-color: #ffffff;
106                color: #000000            }
107 td.light     { background-color: #eeeeee }
108 td.dark      { background-color: #dddddd }
109 </style>
110
111 </head>
112
113 <body>
114
115 <table cellpadding="20" cellspacing="10" border="0" width="100%">
116   <tr>
117     <td class="dark">
118       <p><big><big><b>This is Privoxy (privacy enhancing proxy) @version@ on @my-hostname@ (@my-ip-address@), port @my-port@, @if-enabled-display-then@Enabled@else-not-enabled-display@Disabled@endif-enabled-display@</b></big></big></p>
119     </td>
120   </tr>
121
122   <tr>
123     <td class="light">
124       <h2>Remove URL Pattern</h2>
125       <p>Are you sure you want to delete this URL pattern?  The pattern is:</p>
126       <p><b>@u@</b></p>
127       <p>
128         <a href="edit-actions-remove-url?f=@f@&amp;v=@v@&amp;p=@p@">OK</a>
129         &nbsp;
130         <a href="edit-actions-list?f=@f@">Cancel</a>
131       </p>
132     </td>
133   </tr>
134
135   <tr>
136     <td class="dark">
137       <h2>More Privoxy:</h2>
138       <ul>@menu@</ul>
139     </td>
140   </tr>
141
142   <tr>
143     <td>
144       <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>
145     </td>
146   </tr>
147
148 </table>
149
150 </body>
151
152 </html>
153