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="string_action_@abbr-action-type@_r@index@" value="Y" @this-filter-y@></td> 22 <td class="dis1" align="center" valign="middle"><input type="radio" name="string_action_@abbr-action-type@_r@index@" value="N" @this-filter-n@></td> 23 <td class="noc1" align="center" valign="middle"><input type="radio" name="string_action_@abbr-action-type@_r@index@" value="X"></td> 24 <td class="action"> 25 <input type="hidden" name="string_action_@abbr-action-type@_t@index@" value="@abbr-action-type@"> 26 <input type="hidden" name="string_action_@abbr-action-type@_c@index@" value="@code@"> 27 <input type="hidden" name="string_action_@abbr-action-type@_o@index@" value="@name@"> 28 <a href="@user-manual@@actions-help-prefix@@anchor@">@filter-type@</a> @name@ 29 </td> 30 <td>@desc@.</td> 31 </tr> 32 <tr class="bg1" align="left" valign="top" id="string_action_@abbr-action-type@_@index@_opts"> 33 <td class="en1"> </td> 34 <td class="dis1"> </td> 35 <td class="noc1"> </td> 36 <td> </td> 37 <td>@input_desc@:<br> 38 <input type="text" name="string_action_@abbr-action-type@_n@index@" size="40" value="@name@"> 39 </td> 40 </tr>