1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
2 <tr>
3 <td style="vertical-align:top;">
4 <div class="contentboxh">
5 <p class="contentboxh">
6 {t}List of macros{/t} {$hint}
7 </p>
8 </div>
9 <div class="contentboxb">
10 <p class="contentboxb">
11 <select style="width:500px; height:450px;" name="macrolists" size=15 ondblclick="this.form.edit_helper.value='1'; this.form.submit()">
12 {html_options options=$macros}
13 <option disabled> </option>
14 </select>
15 <br>
16 <input type=submit value="{t}New{/t}..." name="new_app">
17 <input type=submit value="{t}Edit{/t}" name="select_app">
18 <input type=submit value="{t}Delete{/t}" name="delete_app">
19 <input type=hidden name="edit_helper">
20 </p>
21 </div>
22 </td>
23 <td style="vertical-align:top">
24 <div class="contentboxh">
25 <p class="contentboxh"><img src="{$infoimage}" align="right" alt="[i]">{t}Information{/t}</p>
26 </div>
27 <div class="contentboxb">
28 <p class="contentboxb">
29 {t}This menu allows you to add, edit and remove selected macros. You may want to use the range selector on top of the macro listbox, when working with a large number of macros.{/t}
30 </p>
31 <p class="contentboxb">
32 {t}-Edit- and -New...- will execute an assistant to aid you in editing properties. -Delete- will ask for confirmation before removing macros.{/t}
33 </p>
34 </div>
35 <br>
36 <div class="contentboxh">
37 <p class="contentboxh"><img src="{$launchimage}" align="right" alt="[F]">{t}Filters{/t}</p>
38 </div>
39 <div class="contentboxb">
40 <table style="width:100%;border-top:1px solid #B0B0B0;" summary="">
41 {$alphabet}
42 </table>
43 <table style="width:100%;border-top:1px solid #B0B0B0;" summary="">
44 <tr>
45 <td>
46 <img alt="" src="{$tree_image}" align=middle> {t}Display macros of department{/t}
47 </td>
48 <td>
49 <select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
50 {html_options options=$deplist selected=$depselect}
51 <option disabled> </option>
52 </select>
53 </td>
54 </tr>
55 </table>
56 <table style="width:100%;border-top:1px solid #B0B0B0;" summary="">
57 <tr>
58 <td>
59 <img alt="" src="{$search_image}" align=middle> {t}Display macros matching{/t}
60 </td>
61 <td>
62 <input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching macro names{/t}' onChange="mainform.submit()">
63 </td>
64 </tr>
65 </table>
66 {$apply}
67 </div>
68 </td>
69 </tr>
70 </table>
72 <input type="hidden" name="ignore">