Cleaning up error handling in CGI functions - they now send back
[privoxy.git] / templates / edit-actions-list-section
1 <form action="http://i.j.b/">
2   <table border="0" width="100%" cellspacing="0">
3     <tr class="actions" valign="top">
4       <td class="header" align="right"><a name="s@sectionid@"></a>Actions:</td>
5       <td align="center"><input type="button" onclick="edit_actions(@sectionid@)"
6         value="Edit"></td>
7       <td class="action" align="left">@actions@</td>
8     </tr>
9     <tr class="rule">
10       <td colspan="3"><img src="http://i.j.b/send-banner?type=trans" width="2"
11         height="1" alt="----"></td>
12     </tr>
13     <tr class="url1" valign="top">
14       <td class="header" align="right"><a name="s@sectionid@urls">URLs:</a></td>
15       <td align="center"><input type="button" onclick="add_pattern(@sectionid@)"
16         value="Add"></td>
17       <td align="left">&nbsp;</td>
18     </tr>
19
20 @urls@
21
22     <tr class="rule">
23       <td colspan="3"><img src="http://i.j.b/send-banner?type=trans" width="2"
24         height="1" alt="----"></td>
25     </tr>
26     <tr class="adv" valign="top">
27       <td class="header" align="right"><b>Advanced:</b></td>
28       <td colspan="2">
29         <table border="0" cellspacing="0" cellpadding="4">
30           <tr valign="middle" align="center">
31             <td>&nbsp;&nbsp;&nbsp;<input type="button" onclick="section_up(@sectionid@)"
32               value="Move section up">&nbsp;&nbsp;&nbsp;</td>
33             <td>&nbsp;&nbsp;&nbsp;<input type="button" onclick="section_add(@sectionid@)"
34               value="Insert new section below">&nbsp;&nbsp;&nbsp;</td>
35           </tr>
36           <tr valign="middle" align="center">
37             <td>&nbsp;&nbsp;&nbsp;<input type="button" onclick="section_down(@sectionid@)"
38               value="Move section down">&nbsp;&nbsp;&nbsp;</td>
39             <td><!-- @if-empty-section-start -->&nbsp;&nbsp;&nbsp;<input
40               type="button" onclick="section_remove(@sectionid@)" value="Delete whole section"
41               >&nbsp;&nbsp;<!-- if-empty-section-end@ -->&nbsp;</td>
42           </tr>
43         </table>
44       </td>
45     </tr>
46   </table>
47 </form>
48 <p>&nbsp;</p>
49 <p>&nbsp;</p>
50
51
52