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