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