76942541624429e0379a00da203173c2a88400e6
[privoxy.git] / templates / edit-actions-url-form
1 ##############################################################################
2 #
3 # File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-url-form,v $
4 #
5 # Purpose     :  Template used to edit a URL pattern in an 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-url-form,v $
34 #    Revision 1.4  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.3  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.2  2002/01/17 21:21:05  jongfoster
44 #    DOS->Unix line endings
45 #
46 #    Revision 1.1  2001/11/13 00:58:18  jongfoster
47 #    New version of actions file editor templates
48 #
49 #
50 ##############################################################################
51 #
52 # Standard support:
53 #
54 # This file currently produces valid HTML 4.01 Strict.
55 #
56 # If you change it, please save the generated page from your web browser
57 # and then upload it to http://validator.w3.org/ for checking.
58 #
59 #############################################################################
60 #
61 # Available variables include:
62 #
63 # f - filename
64 # v - version
65 # s - section
66 # p - pattern
67 # u - old value of URL
68 #
69 #############################################################################
70 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
71 <html>
72
73 <head>
74 <meta http-equiv="Content-Style-Type" content="text/css">
75 <meta http-equiv="Content-Script-Type" content="text/javascript">
76 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77 <meta name="robots" content="noindex,nofollow">
78
79 <title>JunkBuster: Edit URL Pattern</title>
80
81 <style type="text/css">
82 body         { font-family: Helvetica, Helv, Arial, Sans-Serif, sans-serif;
83                background-color: #ffffff;
84                color: #000000            }
85 td.light     { background-color: #eeeeee }
86 td.dark      { background-color: #dddddd }
87 </style>
88
89 <script type="text/javascript">
90 <!--
91 function validate(text)
92 {
93   if (text=="")
94   {
95     alert("You need to type a pattern in order to continue!");
96     return false;
97   }
98
99   return true;
100 }
101 //-->
102 </script>
103
104 </head>
105
106 <body>
107
108 <table cellpadding="20" cellspacing="10" border="0" width="100%">
109   <tr>
110     <td class="dark">
111       <p><b><big><big>This is the Internet 
112         J</big>UNK</big><i style="color: #ff0000">BUSTER</i><big><big>
113         @version@ on @my-hostname@ (@my-ip-address@),
114         port @my-port@, 
115         @if-enabled-display-then@Enabled@else-not-enabled-display@Disabled@endif-enabled-display@</big></big></b></p>
116     </td>
117   </tr>
118
119 <!-- @if-unstable-start -->
120 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
121   <tr>
122     <td style="background-color: #ffdddd" >
123       <p><b>Please note that this <span style="color: #ff0000">@code-status@</span> release
124         of the proxy software is not intended for production systems!
125         <br>Use at your own risk. See the <a href="http://www.gnu.org/copyleft/gpl.html">license</a> for details.</b>
126       </p>
127
128         <p>
129 <h2>Support and Service via Sourceforge</h2>
130 <p>
131 We value your feedback. However, to provide you with the best support,
132 please note:
133 <ul>
134   <li>Use the <a href="http://sourceforge.net/tracker/?group_id=11118&atid=211118">support forum</a> to get
135   help.</li>
136   <li>Submit bugs only thru our <a href="http://sourceforge.net/tracker/?group_id=11118&atid=111118">bug
137       forum</a>. Make sure that the bug has not yet been submitted.</li>
138   <li>Submit feature requests only thru our <a
139       href="http://sourceforge.net/tracker/?atid=361118&group_id=11118&func=browse">feature request forum</a>.</li>
140 </ul>
141 </p>
142 <p>
143 For any other issues, feel free to use the <a
144 href="http://sourceforge.net/mail/?group_id=11118">mailing lists</a>.
145 </p>
146     </td>
147   </tr>
148 <!-- if-unstable-end@ -->
149
150   <tr>
151     <td class="light">
152       <h2>Edit URL Pattern</h2>
153       <form method="GET" action="edit-actions-url"
154             onSubmit="return validate(u.value);">
155         <p>
156           <input type="hidden" name="f" value="@f@">
157           <input type="hidden" name="v" value="@v@">
158           <input type="hidden" name="p" value="@p@">
159           <input type="text" name="u" value="@u@" size="78"><br>
160           <input type="submit" value="Submit"> &nbsp;
161           <input type="reset" value="Reset"> &nbsp;
162           <a href="edit-actions-list?f=@f@">Cancel</a>
163         </p>
164       </form>
165     </td>
166   </tr>
167
168   <tr>
169     <td class="dark">
170       <h2>More Junkbuster:</h2>
171       <ul>@menu@</ul>
172     </td>
173   </tr>
174
175 <!-- @if-have-help-info-start -->
176   <tr>
177     <td class="light">
178       <h2>Local Junkbuster support:</h2>
179
180 <!-- @if-have-proxy-info-start -->
181       <p>You can consult the <a href="@proxy-info-url@">online documentation</a> for more information about this Junkbuster installation.
182 <!-- if-have-proxy-info-end@ -->
183
184 <!-- @if-have-adminaddr-info-start -->
185       <p>Address e-mail questions about this service to
186         <a href="mailto:@admin-address@"><code>@admin-address@</code></a>,
187         who will be glad to help you.
188 <!-- if-have-adminaddr-info-end@ -->
189
190       </p>
191     </td>
192   </tr>
193 <!-- if-have-help-info-end@ -->
194
195   <tr>
196     <td>
197       <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>
198     </td>
199   </tr>
200
201 </table>
202
203 </body>
204
205 </html>
206