68ea81457471ae35c92267df3f29acb20b9e110d
[privoxy.git] / templates / edit-actions-list-section
1 ##############################################################################
2 #
3 # File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-list-section,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 #                IJBSWA team.  http://ijbswa.sourceforge.net
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-section,v $
34 #    Revision 1.3  2001/11/13 00:58:18  jongfoster
35 #    New version of actions file editor templates
36 #
37 #
38 #############################################################################
39 #
40 # Available variables include:
41 #
42 # filename
43 # ver
44 # sectionid
45 # urls
46 #
47 #############################################################################
48 <table border="0" width="100%" cellspacing="0" cellpadding="3" class="wide">
49 <tr class="actions" valign="top">
50   <td class="header" align="right"><a name="s@sectionid@"></a>Actions:</td>
51   <td align="center"><a class="cmd" href="@default-cgi@edit-actions-for-url?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
52     >Edit</a></td>
53   <td class="action" align="left">@actions@</td>
54 </tr>
55 <tr class="rule">
56   <td colspan="3"><img src="@default-cgi@send-banner?type=trans" width="2"
57     height="1" alt="----"></td>
58 </tr>
59 <tr class="url1" valign="top">
60   <td class="header" align="right"><a name="s@sectionid@urls">URLs:</a></td>
61   <td align="center"><a class="cmd" href="@default-cgi@edit-actions-add-url-form?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
62   >Add</a></td>
63   <td align="left">&nbsp;</td>
64 </tr>
65
66 @urls@
67
68 <tr class="rule">
69   <td colspan="3"><img src="@default-cgi@send-banner?type=trans" width="2"
70     height="1" alt="-"></td>
71 </tr>
72 <tr class="adv" valign="top">
73   <td class="header" align="right"><b>Advanced:</b></td>
74   <td colspan="2">
75     <table border="0" cellspacing="0" cellpadding="4">
76       <tr valign="middle" align="center">
77         <td class="nobreak"> &nbsp; <a class="cmd" href="javascript:not_yet()">Move section up</a> &nbsp; </td>
78         <td class="nobreak"> &nbsp; 
79         <a class="cmd" href="@default-cgi@edit-actions-section-add?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
80         >Insert new section below</a> &nbsp; </td>
81       </tr>
82       <tr valign="middle" align="center">
83         <td class="nobreak"> &nbsp; <a class="cmd" href="javascript:not_yet()">Move section down</a> &nbsp; </td>
84         <td class="nobreak"><!-- @if-empty-section-start --> &nbsp; 
85         <a class="cmd" href="@default-cgi@edit-actions-section-remove?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
86         >Delete whole section</a><!-- if-empty-section-end@ --> &nbsp; </td>
87       </tr>
88     </table>
89   </td>
90 </tr>
91 </table>
92 <p>&nbsp;</p>
93
94
95