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