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