bfdc3a484c79ba4e121b0aff1aad2e1c51467fe3
[privoxy.git] / templates / edit-actions-list
1 ##############################################################################
2 #
3 # File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-list,v $
4 #
5 # Purpose     :  Template used to edit the actions file.
6
7 #
8 # Copyright   :  Written by and Copyright (C) 2001 the SourceForge
9 #                IJBSWA team.  http://ijbswa.sourceforge.net
10 #
11 #                Original Author: Copyright (C) 2001 Jonathan Foster
12 #                http://www.jon-foster.co.uk/
13 #
14 #                This program is free software; you can redistribute it 
15 #                and/or modify it under the terms of the GNU General
16 #                Public License as published by the Free Software
17 #                Foundation; either version 2 of the License, or (at
18 #                your option) any later version.
19 #
20 #                This program is distributed in the hope that it will
21 #                be useful, but WITHOUT ANY WARRANTY; without even the
22 #                implied warranty of MERCHANTABILITY or FITNESS FOR A
23 #                PARTICULAR PURPOSE.  See the GNU General Public
24 #                License for more details.
25 #
26 #                The GNU General Public License should be included with
27 #                this file.  If not, you can view it at
28 #                http://www.gnu.org/copyleft/gpl.html
29 #                or write to the Free Software Foundation, Inc., 59
30 #                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
31 #
32 # Revisions   :
33 #    $Log: edit-actions-list,v $
34 #    Revision 1.8  2002/03/03 10:29:12  swa
35 #    point users to the right feedback forms,
36 #    not necessarily the developer list.
37 #
38 #    Revision 1.7  2002/01/23 00:26:45  jongfoster
39 #    Reducing length of URLs
40 #    Where encoded and unencoded versions of a string existed, removing
41 #    the unencoded one.
42 #
43 #    Revision 1.6  2002/01/17 21:33:00  jongfoster
44 #    Replacing all references to the URL of the config interface
45 #    with @default-cgi@
46 #
47 #    Revision 1.5  2002/01/17 21:21:05  jongfoster
48 #    DOS->Unix line endings
49 #
50 #    Revision 1.4  2001/11/13 00:58:18  jongfoster
51 #    New version of actions file editor templates
52 #
53 #
54 ##############################################################################
55 #
56 # Browser support for the CSS on this page:
57 #   MS Internet Explorer 5.5 - Yes - everything works.
58 #   Netscape 6.2             - Yes - everything works.
59 #   Netscape 4.75            - No  - CSS buttons look really bad, but they are
60 #                                    usable.  Everything else works.
61 #   Opera 5.12               - Yes - everything works.
62 #   MS Internet Explorer 4+  - Untested
63 #   MS IE 3.x, NS3.x         - Untested (Don't support CSS, so everything
64 #                              should work, but will look ugly).
65 #   Mozilla >=0.6            - Untested
66 #
67 # All browsers should work, you just might not get the pretty CSS buttons.
68 #
69 # If you're favorite browser isn't listed/tested, please test and add it.
70 #
71 #
72 #############################################################################
73 #
74 # Standard support:
75 #
76 # This file currently produces valid HTML 4.01 Strict.
77 #
78 # If you change it, please save the generated page from your web browser
79 # and then upload it to http://validator.w3.org/ for checking.
80 #
81 #############################################################################
82 #
83 # Available variables include:
84 #
85 # filename
86 # ver
87 #
88 #
89 #############################################################################
90 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
91 <html>
92
93 <head>
94 <meta http-equiv="Content-Style-Type" content="text/css">
95 <meta http-equiv="Content-Script-Type" content="text/javascript">
96 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
97 <meta name="robots" content="noindex,nofollow">
98
99 <title>JunkBuster: Edit actions file</title>
100
101 <style type="text/css">
102 body {
103   font-family: Helvetica, Helv, Arial, Sans-Serif, sans-serif;
104   background-color: #ffffff;
105   color: #000000;
106 }
107 td.light {
108   background-color: #eeeeee;
109 }
110 td.dark {
111   background-color: #dddddd;
112 }
113 table.wide {
114   border-color: white;
115   border-style: solid;
116   border-left-width: 10px;
117   border-right-width: 10px;
118   border-top-width: 0px;
119   border-bottom-width: 0px;
120 }
121 tr.actions {
122   background-color: #eeffee;
123 }
124 tr.url1 {
125   background-color: #d0d0ff;
126 }
127 tr.url2 {
128   background-color: #eeeeff;
129 }
130 tr.rule {
131   background-color: #c0c0c0;
132   height: 3px;
133   max-height: 3px;
134   font-size: 1px
135 }
136 tr.adv {
137   background-color: #FFFFD0;
138 }
139 td.header {
140   font-weight: bold;
141 }
142 td.url {
143   font-weight: bold;
144 }
145 td.action {
146   font-weight: bold;
147   font-style: italic;
148 }
149 td.nbr {
150   white-space: nowrap;
151 }
152 a.cmd, div.buttons a {
153   white-space: nowrap;
154   width: auto;
155   padding: 2px;
156   background-color: #dddddd;
157   color:            #000000;
158   text-decoration: none;
159   border-top:    1px solid #ffffff;
160   border-left:   1px solid #ffffff;
161   border-bottom: 1px solid #000000;
162   border-right:  1px solid #000000;
163 }
164 a.cmd:hover, div.buttons a:hover {
165   background-color: #eeeeee;
166 }
167 a.cmd:active, div.buttons a:active {
168   border-top:    1px solid #000000;
169   border-left:   1px solid #000000;
170   border-bottom: 1px solid #ffffff;
171   border-right:  1px solid #ffffff;
172 }
173
174 </style>
175
176 <script type="text/javascript">
177 <!--
178 function not_yet()
179 {
180    window.alert("The feature you are trying to use has not been implemented yet.");
181 }
182
183 // Non-JS capable browsers will follow the link to a HTML "are you sure?" page
184 // JavaScript-capable browsers will call this function, which does a
185 // client-side prompt for speed.  It may kick off the delete directly.
186 // It always returns false to cancel following the link.
187 function rm_p(pattern,curtext)
188 {
189    if (window.confirm("Are you sure you want to delete this URL pattern?\nPattern is: "+unescape(curtext)))
190    { window.location.href="edit-actions-remove-url?f=@f@&v=@v@&p="+pattern+"#l"+pattern; }
191    return false;
192 }
193
194 //-->
195 </script>
196 </head>
197
198 <body>
199
200 <table cellpadding="20" cellspacing="10" border="0" width="100%">
201   <tr>
202     <td class="dark">
203       <p><b><big><big>This is the Internet 
204         J</big>UNK</big><i style="color: #ff0000">BUSTER</i><big><big>
205         @version@ on @my-hostname@ (@my-ip-address@),
206         port @my-port@, 
207         @if-enabled-display-then@Enabled@else-not-enabled-display@Disabled@endif-enabled-display@</big></big></b></p>
208     </td>
209   </tr>
210
211 <!-- @if-unstable-start -->
212 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
213   <tr>
214     <td style="background-color: #ffdddd" >
215       <p><b>Please note that this <span style="color: #ff0000">@code-status@</span> release
216         of the proxy software is not intended for production systems!
217         <br>Use at your own risk. See the <a href="http://www.gnu.org/copyleft/gpl.html">license</a> for details.</b>
218       </p>
219
220         <p>
221 <h2>Support and Service via Sourceforge</h2>
222 <p>
223 We value your feedback. However, to provide you with the best support,
224 please note:
225 <ul>
226   <li>Use the <a href="http://sourceforge.net/tracker/?group_id=11118&atid=211118">support forum</a> to get
227   help.</li>
228   <li>Submit bugs only thru our <a href="http://sourceforge.net/tracker/?group_id=11118&atid=111118">bug
229       forum</a>. Make sure that the bug has not yet been submitted.</li>
230   <li>Submit feature requests only thru our <a
231       href="http://sourceforge.net/tracker/?atid=361118&group_id=11118&func=browse">feature request forum</a>.</li>
232 </ul>
233 </p>
234 <p>
235 For any other issues, feel free to use the <a
236 href="http://sourceforge.net/mail/?group_id=11118">mailing lists</a>.
237 </p>
238     </td>
239   </tr>
240 <!-- if-unstable-end@ -->
241 </table>
242
243 <div class="buttons">
244
245 <table cellpadding="20" cellspacing="10" border="0" width="100%">
246   <tr>
247     <td class="light">
248       <h2>Editing Actions File</h2>
249       <p><a class="cmd" href="edit-actions-section-add?f=@f@&amp;v=@v@&amp;s=0">Insert new section at top</a></p>
250     </td>
251   </tr>
252 </table>
253
254 @sections@
255
256 </div>
257
258 <table cellpadding="20" cellspacing="10" border="0" width="100%">
259   <tr>
260     <td class="dark">
261       <h2>More Junkbuster:</h2>
262       <ul>@menu@</ul>
263     </td>
264   </tr>
265
266 <!-- @if-have-help-info-start -->
267   <tr>
268     <td class="light">
269       <h2>Local Junkbuster support:</h2>
270
271 <!-- @if-have-proxy-info-start -->
272       <p>You can consult the <a href="@proxy-info-url@">online documentation</a> for more information about this Junkbuster installation.
273 <!-- if-have-proxy-info-end@ -->
274
275 <!-- @if-have-adminaddr-info-start -->
276       <p>Address e-mail questions about this service to
277         <a href="mailto:@admin-address@"><code>@admin-address@</code></a>,
278         who will be glad to help you.
279 <!-- if-have-adminaddr-info-end@ -->
280
281       </p>
282     </td>
283   </tr>
284 <!-- if-have-help-info-end@ -->
285
286   <tr>
287     <td>
288       <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>
289     </td>
290   </tr>
291
292 </table>
293
294 </body>
295
296 </html>