Adjust to new world order with dedicated header-filter actions.
[privoxy.git] / templates / edit-actions-for-url-filter
1 ##############################################################################
2 #
3 # File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-for-url-filter,v $
4 #
5 # Purpose     :  Template that is included from most of Privoxy's CGI pages
6 #                to show the user how to get help or report problems.
7
8 #
9 # Copyright   :  Written by and Copyright (C) 2002-2007 members of
10 #                the SourceForge Privoxy team. http://www.privoxy.org/
11 #
12 #                This template is free software; you can redistribute it 
13 #                and/or modify it under the terms of the GNU General
14 #                Public License as published by the Free Software
15 #                Foundation; either version 2 of the License, or (at
16 #                your option) any later version.
17 #
18 # Revisions   :
19 #    $Log: edit-actions-for-url-filter,v $
20 #
21 ##############################################################################
22
23 <tr class="bg1" align="left" valign="top">
24   <td class="en1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="Y" @this-filter-y@></td>
25   <td class="dis1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="N" @this-filter-n@></td>
26   <td class="noc1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="X" @this-filter-x@></td>
27   <td class="action">
28     <input type="hidden" name="filter_t@index@" value="@abbr-filter-type@">
29     <input type="hidden" name="filter_n@index@" value="@name@">
30     <a href="@user-manual@@actions-help-prefix@FILTER">@filter-type@</a> @name@
31   </td>
32   <td>@description@</td>
33 </tr>