summaryrefslogtreecommitdiffstats
path: root/src/privoxytemplates/edit-actions-list-section
blob: b1bd3af1939f81bf77b3cc19766843c5b747c81d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
##############################################################################
#
# File        :  $Source: /cvsroot/tork/tork/src/privoxytemplates/edit-actions-list-section,v $
#
# Purpose     :  Template which forms part of edit-actions-list
# 
#
# Copyright   :  Written by and Copyright (C) 2001 the SourceForge
#                Privoxy team. http://www.privoxy.org/
#
#                Original Author: Copyright (C) 2001 Jonathan Foster
#                http://www.jon-foster.co.uk/
#
#                This program 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.
#
#                This program is distributed in the hope that it will
#                be useful, but WITHOUT ANY WARRANTY; without even the
#                implied warranty of MERCHANTABILITY or FITNESS FOR A
#                PARTICULAR PURPOSE.  See the GNU General Public
#                License for more details.
#
#                The GNU General Public License should be included with
#                this file.  If not, you can view it at
#                http://www.gnu.org/copyleft/gpl.html
#                or write to the Free Software Foundation, Inc., 59
#                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
#
# Revisions   :
#    $Log: edit-actions-list-section,v $
#    Revision 1.1  2007/01/01 17:53:19  hoganrobert
#    *** empty log message ***
#
#    Revision 1.8  2002/04/05 16:01:33  oes
#    Correct HTML, external Stylesheets, eye candy, some fixes
#
#    Revision 1.7  2002/03/26 22:29:56  swa
#    we have a new homepage!
#
#    Revision 1.6  2002/03/24 11:01:06  swa
#    name change
#
#    Revision 1.5  2002/01/23 00:26:45  jongfoster
#    Reducing length of URLs
#    Where encoded and unencoded versions of a string existed, removing
#    the unencoded one.
#
#    Revision 1.4  2002/01/17 21:33:00  jongfoster
#    Replacing all references to the URL of the config interface
#    with @default-cgi@
#
#    Revision 1.3  2001/11/13 00:58:18  jongfoster
#    New version of actions file editor templates
#
#
#############################################################################
#
# Available variables include:
#
# filename
# ver
# sectionid
# urls
#
#############################################################################
#
# ** Important note: **
#
# It is important to keep this file small.  That's why all the
# identifiers in the HTML are short and cryptic.  Currently, the main
# edit-actions page is ~300k.  Before it was optimized, it was ~550k.
#
#############################################################################
<table border="0" width="100%" cellspacing="0" cellpadding="3" class="framed">
<tr class="actions" valign="top">
 <td class="header" align="right">Actions:</td>
 <td align="center"><a name="l@s@" href="eas?f=@f@&amp;v=@v@&amp;s=@s@">Edit</a></td>
 <td class="action" align="left">@actions@</td>
</tr>
<tr class="rule">
 <td colspan="3"><img src="t" width="2" height="1" alt="----"></td>
</tr>
<tr class="url1" valign="top">
 <td class="header" align="right">URLs:</td>
 <td align="center"><a href="eaa?f=@f@&amp;v=@v@&amp;s=@s@">Add</a></td>
 <td align="left">&nbsp;</td>
</tr>
@urls@
<tr class="rule">
 <td colspan="3"><img src="t" width="2" height="1" alt="-"></td>
</tr>
<tr class="adv" valign="top">
 <td class="header" align="right"><b>Advanced:</b></td>
 <td colspan="2">
  <table border="0" cellspacing="0" cellpadding="4">
   <tr valign="middle" align="center">
    <td class="nbr"> &nbsp; @if-s-prev-exists-start@<a href="eass?f=@f@&amp;v=@v@&amp;s1=@s-prev@&amp;s2=@s@">Move section up</a> &nbsp; @if-s-prev-exists-end@</td>
    <td class="nbr"> &nbsp; <a href="easa?f=@f@&amp;v=@v@&amp;s=@s@">Insert new section below</a> &nbsp; </td>
   </tr>
   <tr valign="middle" align="center">
    <td class="nbr"> &nbsp; @if-s-next-exists-start@<a href="eass?f=@f@&amp;v=@v@&amp;s1=@s@&amp;s2=@s-next@">Move section down</a> &nbsp; @if-s-next-exists-end@</td>
    <td class="nbr"> &nbsp; @if-empty-section-start@<a href="easr?f=@f@&amp;v=@v@&amp;s=@s@">Delete whole section</a>&nbsp; @if-empty-section-end@</td>
   </tr>
  </table>
 </td>
</tr>
</table>