X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fedit-actions-list;h=cee9ec9cca5a62e1b02666e7457298905892c19d;hb=0981554c94fbb1ef7e71b00a42e76354b8a9e86b;hp=863cd1cbd564439b55faeae2332e85cd78c6aa87;hpb=f59e5426741b023569aa06bccbb20a86850e0651;p=privoxy.git diff --git a/templates/edit-actions-list b/templates/edit-actions-list index 863cd1cb..cee9ec9c 100644 --- a/templates/edit-actions-list +++ b/templates/edit-actions-list @@ -6,7 +6,7 @@ # # # Copyright : Written by and Copyright (C) 2001 the SourceForge -# IJBSWA team. http://ijbswa.sourceforge.net +# Privoxy team. http://ijbswa.sourceforge.net # # Original Author: Copyright (C) 2001 Jonathan Foster # http://www.jon-foster.co.uk/ @@ -31,6 +31,32 @@ # # Revisions : # $Log: edit-actions-list,v $ +# Revision 1.11 2002/03/23 16:18:15 swa +# renamed every reference to the old name with foobar. +# fixed "application foobar application" tag, fixed +# "the foobar" with "foobar". left junkbuster in cvs +# comments and remarks to history untouched. should +# make final rename easier. +# +# Revision 1.10 2002/03/16 15:22:19 jongfoster +# Moving 'alpha' warning to the end of the page +# +# Revision 1.9 2002/03/05 00:24:51 jongfoster +# Patch to always edit the current actions file. +# +# Revision 1.8 2002/03/03 10:29:12 swa +# point users to the right feedback forms, +# not necessarily the developer list. +# +# Revision 1.7 2002/01/23 00:26:45 jongfoster +# Reducing length of URLs +# Where encoded and unencoded versions of a string existed, removing +# the unencoded one. +# +# Revision 1.6 2002/01/17 21:33:00 jongfoster +# Replacing all references to the URL of the config interface +# with @default-cgi@ +# # Revision 1.5 2002/01/17 21:21:05 jongfoster # DOS->Unix line endings # @@ -83,48 +109,80 @@ -JunkBuster: Edit actions file - @filename@.action +Privoxy: Edit actions file @@ -139,10 +197,10 @@ function not_yet() // JavaScript-capable browsers will call this function, which does a // client-side prompt for speed. It may kick off the delete directly. // It always returns false to cancel following the link. -function remove_pattern(section,pattern,curtext) +function rm_p(pattern,curtext) { if (window.confirm("Are you sure you want to delete this URL pattern?\nPattern is: "+unescape(curtext))) - { window.location.href="@default-cgi@edit-actions-remove-url?filename=@filename@&ver=@ver@§ion="+section+"&pattern="+pattern+"#s"+section+"urls"; } + { window.location.href="edit-actions-remove-url?f=@f@&v=@v@&p="+pattern+"#l"+pattern; } return false; } @@ -162,63 +220,31 @@ function remove_pattern(section,pattern,curtext) @if-enabled-display-then@Enabled@else-not-enabled-display@Disabled@endif-enabled-display@

+ - -# This will only appear if CODE_STATUS is "alpha" or "beta". See configure.in - - -

Please note that this @code-status@ release - of the proxy software is not intended for production systems! -
Use at your own risk. See the license for details.
-

- -

Feel free to mail the developers - with any problems you encounter. -

- - - +
+
-

Editing Actions File - @filename@.action

-

- Insert new section at top -

+

Editing Actions File

+

Insert new section at top

@sections@ +
+ - - - - - -
-

More Junkbuster:

+

More Privoxy:

    @menu@
-

Local Junkbuster support:

- - -

You can consult the online documentation for more information about this Junkbuster installation. - - - -

Address e-mail questions about this service to - @admin-address@, - who will be glad to help you. - - -

-
Valid HTML 4.01 Strict