move beginbox & endbox to box_* so we can tidy up our static/t/ directory a little...
[citadel.git] / webcit / static / t / sieve / add.html
1 <div id="banner">
2         <img src="static/webcit_icons/essen/32x32/config.png">
3         <h1><?_("Add or delete scripts")></h1>
4 </div>
5         
6 <div id="content" class="service">
7         <?SIEVE:MESSAGE>
8
9         <table border=0 cellspacing=10><tr valign=top><td>
10                 <?=("box_begin_1")><?_("Add a new script")><?=("box_begin_2")>
11                         <?_("To create a new script, enter the desired script name in the box below and click 'Create'.")>
12                         <br><br>
13                         <center><form method="POST" action="create_script">
14                                 <input type="hidden" name="nonce" value="<?NONCE>">
15                                 <?_("Script name: ")>
16                                 <input type="text" name="script_name"><br>
17                                 <input type="submit" name="create_button" value='<?_("Create")>'></form></center>
18                 <?=("box_end")>
19                 <?=("box_begin_1")><?_("Edit scripts")><?=("box_begin_2")>
20                         <br><div align="center">
21                         <a href="display_sieve"><?_("Return to the script editing screen")></a><br><br>
22                 <?=("box_end")>
23         </td><td>
24                 <?=("box_begin_1")><?_("Delete scripts")><?=("box_begin_2")>
25                         <?_("To delete an existing script, select the script name from the list and click 'Delete'.")>
26                         <br><br>
27                         <center><form method="POST" action="delete_script">
28                         <input type="hidden" name="nonce" value="<?NONCE>">
29                         <select name="script_name" size=10 style="width:100%%">
30                                 <?ITERATE("SIEVE:SCRIPTS", ="sieve_script_select")>
31                         </select>
32                 <?=("box_end")>