Move all doc build stuff to doc/source/GNUmakefile, leaving a 'make dok'
[privoxy.git] / templates / edit-actions-list-url
1 ##############################################################################
2 #
3 # File        :  $Source: /cvsroot/ijbswa//current/templates/edit-actions-list-url,v $
4 #
5 # Purpose     :  Template which forms part of edit-actions-list
6
7 #
8 # Copyright   :  Written by and Copyright (C) 2001 the SourceForge
9 #                Privoxy team. http://www.privoxy.org/
10 #
11 #                Original Author: Copyright (C) 2001 Jonathan Foster
12 #                http://www.jon-foster.co.uk/
13 #
14 #                This program is free software; you can redistribute it 
15 #                and/or modify it under the terms of the GNU General
16 #                Public License as published by the Free Software
17 #                Foundation; either version 2 of the License, or (at
18 #                your option) any later version.
19 #
20 #                This program is distributed in the hope that it will
21 #                be useful, but WITHOUT ANY WARRANTY; without even the
22 #                implied warranty of MERCHANTABILITY or FITNESS FOR A
23 #                PARTICULAR PURPOSE.  See the GNU General Public
24 #                License for more details.
25 #
26 #                The GNU General Public License should be included with
27 #                this file.  If not, you can view it at
28 #                http://www.gnu.org/copyleft/gpl.html
29 #                or write to the Free Software Foundation, Inc., 59
30 #                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
31 #
32 # Revisions   :
33 #    $Log: edit-actions-list-url,v $
34 #    Revision 1.9  2002/05/12 15:45:33  jongfoster
35 #    Applying [Patch 552094] New templates for edit-actions-list
36 #    This cleans up the templates by:
37 #    - Removing the (confusing) alternating color scheme.
38 #    - Making everything left-justified.
39 #
40 #    Revision 1.8  2002/04/26 12:58:11  oes
41 #    Central "button" link style in cgi-style.css
42 #
43 #    Revision 1.7  2002/03/26 22:29:56  swa
44 #    we have a new homepage!
45 #
46 #    Revision 1.6  2002/03/24 11:01:06  swa
47 #    name change
48 #
49 #    Revision 1.5  2002/01/23 00:26:45  jongfoster
50 #    Reducing length of URLs
51 #    Where encoded and unencoded versions of a string existed, removing
52 #    the unencoded one.
53 #
54 #    Revision 1.4  2002/01/17 21:33:00  jongfoster
55 #    Replacing all references to the URL of the config interface
56 #    with @default-cgi@
57 #
58 #    Revision 1.3  2001/11/13 00:58:18  jongfoster
59 #    New version of actions file editor templates
60 #
61 #
62 #############################################################################
63 #
64 # Available variables include:
65 #
66 # filename
67 # ver
68 # sectionid
69 # urls
70 #
71 #############################################################################
72 #
73 # ** Important note: **
74 #
75 # It is *extremely* important to keep this file small.  That's why all the
76 # identifiers in the HTML are short and cryptic.  Currently, the main
77 # edit-actions page is ~300k.  Before it was optimized, it was ~550k.
78 #
79 #############################################################################
80 <tr class="url" valign="top">
81 <td class="indentbuttons"><a name="l@p@"
82 href="ear?f=@f@&amp;v=@v@&amp;p=@p@" onclick="return rm_p(@p@,'@url@');">Remove</a>&nbsp;&nbsp;&nbsp;<a
83 href="eau?f=@f@&amp;v=@v@&amp;p=@p@" onclick="return  e_p(@p@,'@url@');">Edit</a>&nbsp; @url-html@</td>
84 </tr>