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 # members of the Privoxy team. https://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 ############################################################################## 19 20 <tr class="bg1" align="left" valign="top"> 21 <td class="en1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="Y" @this-filter-y@></td> 22 <td class="dis1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="N" @this-filter-n@></td> 23 <td class="noc1" align="center" valign="middle"><input type="radio" name="filter_r@index@" value="X" @this-filter-x@></td> 24 <td class="action"> 25 <input type="hidden" name="filter_t@index@" value="@abbr-action-type@"> 26 <input type="hidden" name="filter_n@index@" value="@name@"> 27 <a href="@user-manual@@actions-help-prefix@@anchor@">@filter-type@</a> @name@ 28 </td> 29 <td>@description@</td> 30 </tr>