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