Code

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