Made templates modular
[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 #                Privoxy team. http://www.privoxy.org/
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.16  2002/04/08 17:08:14  oes
35 #    Cosmetic: make status in title lowercase
36 #
37 #    Revision 1.15  2002/04/05 16:01:32  oes
38 #    Correct HTML, external Stylesheets, eye candy, some fixes
39 #
40 #    Revision 1.14  2002/03/26 22:29:56  swa
41 #    we have a new homepage!
42 #
43 #    Revision 1.13  2002/03/24 15:23:33  jongfoster
44 #    Name changes
45 #
46 #    Revision 1.12  2002/03/24 11:01:06  swa
47 #    name change
48 #
49 #    Revision 1.11  2002/03/23 16:18:15  swa
50 #    renamed every reference to the old name with foobar.
51 #    fixed "application foobar application" tag, fixed
52 #    "the foobar" with "foobar". left junkbuster in cvs
53 #    comments and remarks to history untouched. should
54 #    make final rename easier.
55 #
56 #    Revision 1.10  2002/03/16 15:22:19  jongfoster
57 #    Moving 'alpha' warning to the end of the page
58 #
59 #    Revision 1.9  2002/03/05 00:24:51  jongfoster
60 #    Patch to always edit the current actions file.
61 #
62 #    Revision 1.8  2002/03/03 10:29:12  swa
63 #    point users to the right feedback forms,
64 #    not necessarily the developer list.
65 #
66 #    Revision 1.7  2002/01/23 00:26:45  jongfoster
67 #    Reducing length of URLs
68 #    Where encoded and unencoded versions of a string existed, removing
69 #    the unencoded one.
70 #
71 #    Revision 1.6  2002/01/17 21:33:00  jongfoster
72 #    Replacing all references to the URL of the config interface
73 #    with @default-cgi@
74 #
75 #    Revision 1.5  2002/01/17 21:21:05  jongfoster
76 #    DOS->Unix line endings
77 #
78 #    Revision 1.4  2001/11/13 00:58:18  jongfoster
79 #    New version of actions file editor templates
80 #
81 #
82 ##############################################################################
83 #
84 # Browser support for the CSS on this page:
85 #   MS Internet Explorer 5.5 - Yes - everything works.
86 #   Netscape 6.2             - Yes - everything works.
87 #   Netscape 4.75            - No  - CSS buttons look really bad, but they are
88 #                                    usable.  Everything else works.
89 #   Opera 5.12               - Yes - everything works.
90 #   MS Internet Explorer 4+  - Untested
91 #   MS IE 3.x, NS3.x         - Untested (Don't support CSS, so everything
92 #                              should work, but will look ugly).
93 #   Mozilla >=0.6            - Untested
94 #
95 # All browsers should work, you just might not get the pretty CSS buttons.
96 #
97 # If you're favorite browser isn't listed/tested, please test and add it.
98 #
99 #
100 #############################################################################
101 #
102 # Standard support:
103 #
104 # This file currently produces valid HTML 4.01 Strict.
105 #
106 # If you change it, please save the generated page from your web browser
107 # and then upload it to http://validator.w3.org/ for checking.
108 #
109 #############################################################################
110 #
111 # Available variables include:
112 #
113 # filename
114 # ver
115 #
116 #
117 #############################################################################
118 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
119 <html>
120
121 <head>
122   <meta http-equiv="Content-Style-Type" content="text/css">
123   <meta http-equiv="Content-Script-Type" content="text/javascript">
124   <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
125   <meta name="robots" content="noindex,nofollow">
126   <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet">
127
128   <title>Privoxy: Edit actions file</title>
129
130   <style type="text/css">
131
132 table.wide {
133   padding: 5px;
134 }
135 table.framed {
136   border: solid black 1px;
137   margin: 10px 0px;
138 }
139 tr.actions {
140   background-color: #eeffee;
141 }
142 tr.url1 {
143   background-color: #d0d0ff;
144 }
145 tr.url2 {
146   background-color: #eeeeff;
147 }
148 tr.rule {
149   background-color: #c0c0c0;
150   height: 3px;
151   max-height: 3px;
152   font-size: 1px
153 }
154 tr.adv {
155   background-color: #FFFFD0;
156 }
157 td.header {
158   font-weight: bold;
159 }
160 td.url {
161   font-weight: bold;
162 }
163 td.action {
164   font-weight: bold;
165   font-style: italic;
166 }
167 td.nbr {
168   white-space: nowrap;
169 }
170 a.cmd, div.buttons a {
171   white-space: nowrap;
172   width: auto;
173   padding: 2px;
174   background-color: #dddddd;
175   color:            #000000;
176   text-decoration: none;
177   border-top:    1px solid #ffffff;
178   border-left:   1px solid #ffffff;
179   border-bottom: 1px solid #000000;
180   border-right:  1px solid #000000;
181 }
182 a.cmd:hover, div.buttons a:hover {
183   background-color: #eeeeee;
184 }
185 a.cmd:active, div.buttons a:active {
186   border-top:    1px solid #000000;
187   border-left:   1px solid #000000;
188   border-bottom: 1px solid #ffffff;
189   border-right:  1px solid #ffffff;
190 }
191
192 </style>
193
194 <script type="text/javascript">
195 <!--
196 function not_yet()
197 {
198    window.alert("The feature you are trying to use has not been implemented yet.");
199 }
200
201 // Non-JS capable browsers will follow the link to a HTML "are you sure?" page
202 // JavaScript-capable browsers will call this function, which does a
203 // client-side prompt for speed.  It may kick off the delete directly.
204 // It always returns false to cancel following the link.
205 function rm_p(pattern,curtext)
206 {
207    if (window.confirm("Are you sure you want to delete this URL pattern?\nPattern is: "+unescape(curtext)))
208    { window.location.href="edit-actions-remove-url?f=@f@&v=@v@&p="+pattern+"#l"+pattern; }
209    return false;
210 }
211
212 //-->
213 </script>
214 </head>
215
216 <body>
217
218   <table cellpadding="20" cellspacing="10" border="0" width="100%">
219     <tr>
220       <td class="title">
221
222 #include mod-title
223
224       </td>
225     </tr>
226
227 <!-- @if-unstable-start -->
228 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
229     <tr>
230       <td class="warning">
231
232 #include mod-unstable-warning
233
234       </td>
235     </tr>
236 <!-- if-unstable-end@ -->
237
238
239     <tr>
240       <td class="box">
241         <div class="buttons">
242           <h2>Editing Actions File</h2>
243           <p><a class="cmd" href="edit-actions-section-add?f=@f@&amp;v=@v@&amp;s=0">Insert new section at top</a></p>
244         </div>
245       </td>
246     </tr>
247
248     <tr>
249       <td class="container">
250         <div class="buttons">@sections@</div>
251       </td>
252     </tr>
253
254     <tr>
255       <td class="box">
256         <h2>More Privoxy:</h2>
257         <ul>@menu@</ul>
258       </td>
259     </tr>
260
261     <tr>
262       <td class="info">
263
264 #include mod-support-and-service
265
266       </td>
267     </tr>
268
269 <!-- @if-have-help-info-start -->
270     <tr>
271       <td class="info">
272
273 #include mod-local-help
274
275       </td>
276     </tr>
277 <!-- if-have-help-info-end@ -->
278
279     <tr>
280       <td>
281         <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>
282       </td>
283     </tr>
284
285   </table>
286 </body>
287
288 </html>