1 ##############################################################################
3 # File : $Source: /cvsroot/ijbswa/current/templates/edit-actions-url-form,v $
5 # Purpose : Template used to edit a URL pattern in an actions file.
8 # Copyright : Written by and Copyright (C) 2001 the SourceForge
9 # Privoxy team. http://www.privoxy.org/
11 # Original Author: Copyright (C) 2001 Jonathan Foster
12 # http://www.jon-foster.co.uk/
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.
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.
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.
33 # $Log: edit-actions-url-form,v $
34 # Revision 1.12 2002/04/08 17:08:14 oes
35 # Cosmetic: make status in title lowercase
37 # Revision 1.11 2002/04/05 16:01:32 oes
38 # Correct HTML, external Stylesheets, eye candy, some fixes
40 # Revision 1.10 2002/03/26 22:29:56 swa
41 # we have a new homepage!
43 # Revision 1.9 2002/03/24 15:23:33 jongfoster
46 # Revision 1.8 2002/03/24 11:01:06 swa
49 # Revision 1.7 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.
56 # Revision 1.6 2002/03/16 15:22:19 jongfoster
57 # Moving 'alpha' warning to the end of the page
59 # Revision 1.5 2002/03/03 10:29:13 swa
60 # point users to the right feedback forms,
61 # not necessarily the developer list.
63 # Revision 1.4 2002/01/23 00:26:45 jongfoster
64 # Reducing length of URLs
65 # Where encoded and unencoded versions of a string existed, removing
68 # Revision 1.3 2002/01/17 21:33:00 jongfoster
69 # Replacing all references to the URL of the config interface
72 # Revision 1.2 2002/01/17 21:21:05 jongfoster
73 # DOS->Unix line endings
75 # Revision 1.1 2001/11/13 00:58:18 jongfoster
76 # New version of actions file editor templates
79 ##############################################################################
83 # This file currently produces valid HTML 4.01 Strict.
85 # If you change it, please save the generated page from your web browser
86 # and then upload it to http://validator.w3.org/ for checking.
88 #############################################################################
90 # Available variables include:
96 # u - old value of URL
98 #############################################################################
99 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
103 <meta http-equiv="Content-Style-Type" content="text/css">
104 <meta http-equiv="Content-Script-Type" content="text/javascript">
105 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
106 <meta name="robots" content="noindex,nofollow">
107 <link rel="stylesheet" type="text/css" href="@default-cgi@send-stylesheet">
109 <title>Privoxy@@my-hostname@: Edit URL Pattern</title>
111 <script type="text/javascript">
113 function validate(text)
117 alert("You need to type a pattern in order to continue!");
129 <table cellpadding="20" cellspacing="10" border="0" width="100%">
138 <!-- @if-unstable-start -->
139 # This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in
143 #include mod-unstable-warning
147 <!-- if-unstable-end@ -->
151 <h2>Edit URL Pattern</h2>
152 <form method="GET" action="edit-actions-url"
153 onSubmit="return validate(u.value);">
155 <input type="hidden" name="f" value="@f@">
156 <input type="hidden" name="v" value="@v@">
157 <input type="hidden" name="p" value="@p@">
158 <input type="text" name="u" value="@u@" size="78"><br>
159 <input type="submit" value="Submit">
160 <input type="reset" value="Reset">
161 <a href="edit-actions-list?f=@f@">Cancel</a>
169 <h2>More Privoxy:</h2>
177 #include mod-support-and-service
182 <!-- @if-have-help-info-start -->
186 #include mod-local-help
190 <!-- if-have-help-info-end@ -->
194 <small><small>Valid <a href="http://validator.w3.org/">HTML 4.01 Strict</a></small></small>