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