DOS->Unix line endings
[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.1  2001/11/13 00:58:18  jongfoster
37 #    New version of actions file editor templates
38 #
39 #
40 ##############################################################################
41 #
42 # Standard support:
43 #
44 # This file currently produces valid HTML 4.01 Strict.
45 #
46 # If you change it, please save the generated page from your web browser
47 # and then upload it to http://validator.w3.org/ for checking.
48 #
49 #############################################################################
50 #
51 # Available variables include:
52 #
53 # filename
54 # ver
55 # section
56 # pattern
57 # oldval
58 #
59 #############################################################################
60 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
61 <html>
62
63 <head>
64 <meta http-equiv="Content-Style-Type" content="text/css">
65 <meta http-equiv="Content-Script-Type" content="text/javascript">
66 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
67 <meta name="robots" content="noindex,nofollow">
68
69 <title>JunkBuster: Remove URL Pattern</title>
70
71 <style type="text/css">
72 body         { font-family: Helvetica, Helv, Arial, Sans-Serif, sans-serif;
73                background-color: #ffffff;
74                color: #000000            }
75 td.light     { background-color: #eeeeee }
76 td.dark      { background-color: #dddddd }
77 </style>
78
79 </head>
80
81 <body>
82
83 <table cellpadding="20" cellspacing="10" border="0" width="100%">
84   <tr>
85     <td class="dark">
86       <p><b><big><big>This is the Internet 
87         J</big>UNK</big><i style="color: #ff0000">BUSTER</i><big><big>
88         @version@ on @my-hostname@ (@my-ip-address@),
89         port @my-port@, 
90         @if-enabled-display-then@Enabled@else-not-enabled-display@Disabled@endif-enabled-display@</big></big></b></p>
91     </td>
92   </tr>
93
94 <!-- @if-unstable-start -->
95 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
96   <tr>
97     <td style="background-color: #ffdddd" >
98       <p><b>Please note that this <span style="color: #ff0000">@code-status@</span> release
99         of the proxy software is not intended for production systems!
100         <br>Use at your own risk. See the <a href="http://www.gnu.org/copyleft/gpl.html">license</a> for details.</b>
101       </p>
102
103       <p>Feel free to <a href="mailto:ijbswa-developers@lists.sourceforge.net">mail the developers</a>
104         with any problems you encounter.
105       </p>
106     </td>
107   </tr>
108 <!-- if-unstable-end@ -->
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>@oldval@</b></p>
115       <p>
116         <a href="http://i.j.b/edit-actions-remove-url?filename=@filename@&amp;ver=@ver@&amp;section=@section@&amp;pattern=@pattern@">OK</a>
117         &nbsp;
118         <a href="http://i.j.b/edit-actions-list?filename=@filename@">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 <!-- @if-have-help-info-start -->
131   <tr>
132     <td class="light">
133       <h2>Local Junkbuster support:</h2>
134
135 <!-- @if-have-proxy-info-start -->
136       <p>You can consult the <a href="@proxy-info-url@">online documentation</a> for more information about this Junkbuster installation.
137 <!-- if-have-proxy-info-end@ -->
138
139 <!-- @if-have-adminaddr-info-start -->
140       <p>Address e-mail questions about this service to
141         <a href="mailto:@admin-address@"><code>@admin-address@</code></a>,
142         who will be glad to help you.
143 <!-- if-have-adminaddr-info-end@ -->
144
145       </p>
146     </td>
147   </tr>
148 <!-- if-have-help-info-end@ -->
149
150   <tr>
151     <td>
152       <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>
153     </td>
154   </tr>
155
156 </table>
157
158 </body>
159
160 </html>
161