New version of actions file editor templates
[privoxy.git] / templates / edit-actions-remove-url-form
1 ##############################################################################\r
2 #\r
3 # File        :  $Source: /cvsroot/ijbswa/current/cgi.c,v $\r
4 #\r
5 # Purpose     :  Template used to confirm removal of a particular URL\r
6 #                pattern from an actions file.  Only used on browsers that\r
7 #                don't support JavaScript.\r
8\r
9 #\r
10 # Copyright   :  Written by and Copyright (C) 2001 the SourceForge\r
11 #                IJBSWA team.  http://ijbswa.sourceforge.net\r
12 #\r
13 #                Original Author: Copyright (C) 2001 Jonathan Foster\r
14 #                http://www.jon-foster.co.uk/\r
15 #\r
16 #                This program is free software; you can redistribute it \r
17 #                and/or modify it under the terms of the GNU General\r
18 #                Public License as published by the Free Software\r
19 #                Foundation; either version 2 of the License, or (at\r
20 #                your option) any later version.\r
21 #\r
22 #                This program is distributed in the hope that it will\r
23 #                be useful, but WITHOUT ANY WARRANTY; without even the\r
24 #                implied warranty of MERCHANTABILITY or FITNESS FOR A\r
25 #                PARTICULAR PURPOSE.  See the GNU General Public\r
26 #                License for more details.\r
27 #\r
28 #                The GNU General Public License should be included with\r
29 #                this file.  If not, you can view it at\r
30 #                http://www.gnu.org/copyleft/gpl.html\r
31 #                or write to the Free Software Foundation, Inc., 59\r
32 #                Temple Place - Suite 330, Boston, MA  02111-1307, USA.\r
33 #\r
34 # Revisions   :\r
35 #    $Log$\r
36 #\r
37 ##############################################################################\r
38 #\r
39 # Standard support:\r
40 #\r
41 # This file currently produces valid HTML 4.01 Strict.\r
42 #\r
43 # If you change it, please save the generated page from your web browser\r
44 # and then upload it to http://validator.w3.org/ for checking.\r
45 #\r
46 #############################################################################\r
47 #\r
48 # Available variables include:\r
49 #\r
50 # filename\r
51 # ver\r
52 # section\r
53 # pattern\r
54 # oldval\r
55 #\r
56 #############################################################################\r
57 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
58 <html>\r
59 \r
60 <head>\r
61 <meta http-equiv="Content-Style-Type" content="text/css">\r
62 <meta http-equiv="Content-Script-Type" content="text/javascript">\r
63 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">\r
64 <meta name="robots" content="noindex,nofollow">\r
65 \r
66 <title>JunkBuster: Remove URL Pattern</title>\r
67 \r
68 <style type="text/css">\r
69 body         { font-family: Helvetica, Helv, Arial, Sans-Serif, sans-serif;\r
70                background-color: #ffffff;\r
71                color: #000000            }\r
72 td.light     { background-color: #eeeeee }\r
73 td.dark      { background-color: #dddddd }\r
74 </style>\r
75 \r
76 </head>\r
77 \r
78 <body>\r
79 \r
80 <table cellpadding="20" cellspacing="10" border="0" width="100%">\r
81   <tr>\r
82     <td class="dark">\r
83       <p><b><big><big>This is the Internet \r
84         J</big>UNK</big><i style="color: #ff0000">BUSTER</i><big><big>\r
85         @version@ on @my-hostname@ (@my-ip-address@),\r
86         port @my-port@, \r
87         @if-enabled-display-then@Enabled@else-not-enabled-display@Disabled@endif-enabled-display@</big></big></b></p>\r
88     </td>\r
89   </tr>\r
90 \r
91 <!-- @if-unstable-start -->\r
92 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in\r
93   <tr>\r
94     <td style="background-color: #ffdddd" >\r
95       <p><b>Please note that this <span style="color: #ff0000">@code-status@</span> release\r
96         of the proxy software is not intended for production systems!\r
97         <br>Use at your own risk. See the <a href="http://www.gnu.org/copyleft/gpl.html">license</a> for details.</b>\r
98       </p>\r
99 \r
100       <p>Feel free to <a href="mailto:ijbswa-developers@lists.sourceforge.net">mail the developers</a>\r
101         with any problems you encounter.\r
102       </p>\r
103     </td>\r
104   </tr>\r
105 <!-- if-unstable-end@ -->\r
106 \r
107   <tr>\r
108     <td class="light">\r
109       <h2>Remove URL Pattern</h2>\r
110       <p>Are you sure you want to delete this URL pattern?  The pattern is:</p>\r
111       <p><b>@oldval@</b></p>\r
112       <p>\r
113         <a href="http://i.j.b/edit-actions-remove-url?filename=@filename@&amp;ver=@ver@&amp;section=@section@&amp;pattern=@pattern@">OK</a>\r
114         &nbsp;\r
115         <a href="http://i.j.b/edit-actions-list?filename=@filename@">Cancel</a>\r
116       </p>\r
117     </td>\r
118   </tr>\r
119 \r
120   <tr>\r
121     <td class="dark">\r
122       <h2>More Junkbuster:</h2>\r
123       <ul>@menu@</ul>\r
124     </td>\r
125   </tr>\r
126 \r
127 <!-- @if-have-help-info-start -->\r
128   <tr>\r
129     <td class="light">\r
130       <h2>Local Junkbuster support:</h2>\r
131 \r
132 <!-- @if-have-proxy-info-start -->\r
133       <p>You can consult the <a href="@proxy-info-url@">online documentation</a> for more information about this Junkbuster installation.\r
134 <!-- if-have-proxy-info-end@ -->\r
135 \r
136 <!-- @if-have-adminaddr-info-start -->\r
137       <p>Address e-mail questions about this service to\r
138         <a href="mailto:@admin-address@"><code>@admin-address@</code></a>,\r
139         who will be glad to help you.\r
140 <!-- if-have-adminaddr-info-end@ -->\r
141 \r
142       </p>\r
143     </td>\r
144   </tr>\r
145 <!-- if-have-help-info-end@ -->\r
146 \r
147   <tr>\r
148     <td>\r
149       <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>\r
150     </td>\r
151   </tr>\r
152 \r
153 </table>\r
154 \r
155 </body>\r
156 \r
157 </html>\r
158 \r