d27b230e5293e98c3236c5427e436718bf4a0245
[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.4  2002/01/23 00:26:45  jongfoster
37 #    Reducing length of URLs
38 #    Where encoded and unencoded versions of a string existed, removing
39 #    the unencoded one.
40 #
41 #    Revision 1.3  2002/01/17 21:33:00  jongfoster
42 #    Replacing all references to the URL of the config interface
43 #    with @default-cgi@
44 #
45 #    Revision 1.2  2002/01/17 21:21:05  jongfoster
46 #    DOS->Unix line endings
47 #
48 #    Revision 1.1  2001/11/13 00:58:18  jongfoster
49 #    New version of actions file editor templates
50 #
51 #
52 ##############################################################################
53 #
54 # Standard support:
55 #
56 # This file currently produces valid HTML 4.01 Strict.
57 #
58 # If you change it, please save the generated page from your web browser
59 # and then upload it to http://validator.w3.org/ for checking.
60 #
61 #############################################################################
62 #
63 # Available variables include:
64 #
65 # filename
66 # ver
67 # section
68 # pattern
69 # oldval
70 #
71 #############################################################################
72 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
73 <html>
74
75 <head>
76 <meta http-equiv="Content-Style-Type" content="text/css">
77 <meta http-equiv="Content-Script-Type" content="text/javascript">
78 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
79 <meta name="robots" content="noindex,nofollow">
80
81 <title>JunkBuster: Remove URL Pattern</title>
82
83 <style type="text/css">
84 body         { font-family: Helvetica, Helv, Arial, Sans-Serif, sans-serif;
85                background-color: #ffffff;
86                color: #000000            }
87 td.light     { background-color: #eeeeee }
88 td.dark      { background-color: #dddddd }
89 </style>
90
91 </head>
92
93 <body>
94
95 <table cellpadding="20" cellspacing="10" border="0" width="100%">
96   <tr>
97     <td class="dark">
98       <p><b><big><big>This is the Internet 
99         J</big>UNK</big><i style="color: #ff0000">BUSTER</i><big><big>
100         @version@ on @my-hostname@ (@my-ip-address@),
101         port @my-port@, 
102         @if-enabled-display-then@Enabled@else-not-enabled-display@Disabled@endif-enabled-display@</big></big></b></p>
103     </td>
104   </tr>
105
106 <!-- @if-unstable-start -->
107 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
108   <tr>
109     <td style="background-color: #ffdddd" >
110       <p><b>Please note that this <span style="color: #ff0000">@code-status@</span> release
111         of the proxy software is not intended for production systems!
112         <br>Use at your own risk. See the <a href="http://www.gnu.org/copyleft/gpl.html">license</a> for details.</b>
113       </p>
114
115         <p>
116 <h2>Support and Service via Sourceforge</h2>
117 <p>
118 We value your feedback. However, to provide you with the best support,
119 please note:
120 <ul>
121   <li>Use the <a href="http://sourceforge.net/tracker/?group_id=11118&atid=211118">support forum</a> to get
122   help.</li>
123   <li>Submit bugs only thru our <a href="http://sourceforge.net/tracker/?group_id=11118&atid=111118">bug
124       forum</a>. Make sure that the bug has not yet been submitted.</li>
125   <li>Submit feature requests only thru our <a
126       href="http://sourceforge.net/tracker/?atid=361118&group_id=11118&func=browse">feature request forum</a>.</li>
127 </ul>
128 </p>
129 <p>
130 For any other issues, feel free to use the <a
131 href="http://sourceforge.net/mail/?group_id=11118">mailing lists</a>.
132 </p>
133     </td>
134   </tr>
135 <!-- if-unstable-end@ -->
136
137   <tr>
138     <td class="light">
139       <h2>Remove URL Pattern</h2>
140       <p>Are you sure you want to delete this URL pattern?  The pattern is:</p>
141       <p><b>@u@</b></p>
142       <p>
143         <a href="edit-actions-remove-url?f=@f@&amp;v=@v@&amp;p=@p@">OK</a>
144         &nbsp;
145         <a href="edit-actions-list?f=@f@">Cancel</a>
146       </p>
147     </td>
148   </tr>
149
150   <tr>
151     <td class="dark">
152       <h2>More Junkbuster:</h2>
153       <ul>@menu@</ul>
154     </td>
155   </tr>
156
157 <!-- @if-have-help-info-start -->
158   <tr>
159     <td class="light">
160       <h2>Local Junkbuster support:</h2>
161
162 <!-- @if-have-proxy-info-start -->
163       <p>You can consult the <a href="@proxy-info-url@">online documentation</a> for more information about this Junkbuster installation.
164 <!-- if-have-proxy-info-end@ -->
165
166 <!-- @if-have-adminaddr-info-start -->
167       <p>Address e-mail questions about this service to
168         <a href="mailto:@admin-address@"><code>@admin-address@</code></a>,
169         who will be glad to help you.
170 <!-- if-have-adminaddr-info-end@ -->
171
172       </p>
173     </td>
174   </tr>
175 <!-- if-have-help-info-end@ -->
176
177   <tr>
178     <td>
179       <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>
180     </td>
181   </tr>
182
183 </table>
184
185 </body>
186
187 </html>
188