1 ##############################################################################
3 # File : $Source: /cvsroot/ijbswa/current/templates/edit-actions-list-section,v $
5 # Purpose : Template which forms part of edit-actions-list
8 # Copyright : Written by and Copyright (C) 2001 the SourceForge
9 # Privoxy team. http://ijbswa.sourceforge.net
11 # Original Author: Copyright (C) 2001 Jonathan Foster
12 # http://www.jon-foster.co.uk/
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.
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.
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.
33 # $Log: edit-actions-list-section,v $
34 # Revision 1.5 2002/01/23 00:26:45 jongfoster
35 # Reducing length of URLs
36 # Where encoded and unencoded versions of a string existed, removing
39 # Revision 1.4 2002/01/17 21:33:00 jongfoster
40 # Replacing all references to the URL of the config interface
43 # Revision 1.3 2001/11/13 00:58:18 jongfoster
44 # New version of actions file editor templates
47 #############################################################################
49 # Available variables include:
56 #############################################################################
58 # ** Important note: **
60 # It is important to keep this file small. That's why all the
61 # identifiers in the HTML are short and cryptic. Currently, the main
62 # edit-actions page is ~300k. Before it was optimized, it was ~550k.
64 #############################################################################
65 <table border="0" width="100%" cellspacing="0" cellpadding="3" class="wide">
66 <tr class="actions" valign="top">
67 <td class="header" align="right">Actions:</td>
68 <td align="center"><a name="l@s@" href="eas?f=@f@&v=@v@&s=@s@">Edit</a></td>
69 <td class="action" align="left">@actions@</td>
72 <td colspan="3"><img src="t" width="2" height="1" alt="----"></td>
74 <tr class="url1" valign="top">
75 <td class="header" align="right">URLs:</a></td>
76 <td align="center"><a href="eaa?f=@f@&v=@v@&s=@s@">Add</a></td>
77 <td align="left"> </td>
81 <td colspan="3"><img src="t" width="2" height="1" alt="-"></td>
83 <tr class="adv" valign="top">
84 <td class="header" align="right"><b>Advanced:</b></td>
86 <table border="0" cellspacing="0" cellpadding="4">
87 <tr valign="middle" align="center">
88 <td class="nbr"> @if-s-prev-exists-start@<a href="eass?f=@f@&v=@v@&s1=@s-prev@&s2=@s@">Move section up</a> @if-s-prev-exists-end@</td>
89 <td class="nbr"> <a href="easa?f=@f@&v=@v@&s=@s@">Insert new section below</a> </td>
91 <tr valign="middle" align="center">
92 <td class="nbr"> @if-s-next-exists-start@<a href="eass?f=@f@&v=@v@&s1=@s@&s2=@s-next@">Move section down</a> @if-s-next-exists-end@</td>
93 <td class="nbr"> @if-empty-section-start@<a href="easr?f=@f@&v=@v@&s=@s@">Delete whole section</a> @if-empty-section-end@</td>