committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
40
privoxy/templates/edit-actions-for-url-string-action
Normal file
40
privoxy/templates/edit-actions-for-url-string-action
Normal file
@@ -0,0 +1,40 @@
|
||||
##############################################################################
|
||||
#
|
||||
# File : $Source: /cvsroot/ijbswa/current/templates/edit-actions-for-url-filter,v $
|
||||
#
|
||||
# Purpose : Template that is included from most of Privoxy's CGI pages
|
||||
# to show the user how to get help or report problems.
|
||||
#
|
||||
#
|
||||
# Copyright : Written by and Copyright (C) 2002-2007 members of
|
||||
# members of the Privoxy team. https://www.privoxy.org/
|
||||
#
|
||||
# This template is free software; you can redistribute it
|
||||
# and/or modify it under the terms of the GNU General
|
||||
# Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at
|
||||
# your option) any later version.
|
||||
#
|
||||
##############################################################################
|
||||
|
||||
<tr class="bg1" align="left" valign="top">
|
||||
<td class="en1" align="center" valign="middle"><input type="radio" name="string_action_@abbr-action-type@_r@index@" value="Y" @this-filter-y@></td>
|
||||
<td class="dis1" align="center" valign="middle"><input type="radio" name="string_action_@abbr-action-type@_r@index@" value="N" @this-filter-n@></td>
|
||||
<td class="noc1" align="center" valign="middle"><input type="radio" name="string_action_@abbr-action-type@_r@index@" value="X"></td>
|
||||
<td class="action">
|
||||
<input type="hidden" name="string_action_@abbr-action-type@_t@index@" value="@abbr-action-type@">
|
||||
<input type="hidden" name="string_action_@abbr-action-type@_c@index@" value="@code@">
|
||||
<input type="hidden" name="string_action_@abbr-action-type@_o@index@" value="@name@">
|
||||
<a href="@user-manual@@actions-help-prefix@@anchor@">@filter-type@</a> @name@
|
||||
</td>
|
||||
<td>@desc@.</td>
|
||||
</tr>
|
||||
<tr class="bg1" align="left" valign="top" id="string_action_@abbr-action-type@_@index@_opts">
|
||||
<td class="en1"> </td>
|
||||
<td class="dis1"> </td>
|
||||
<td class="noc1"> </td>
|
||||
<td> </td>
|
||||
<td>@input_desc@:<br>
|
||||
<input type="text" name="string_action_@abbr-action-type@_n@index@" size="40" value="@name@">
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user