Code

added alt="" to
[gosa.git] / plugins / personal / posix / trust_machines.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" style="height:20px;">
5     <p class="contentboxh" style="font-size:12px">
6      <b>{t}Select systems to add{/t} {$hint}</b><br>
7     </p>
8    </div>
9    <div class="contentboxb">
10     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
11      <select style="width:500px; margin-top:4px; height:450px;" name="wslist[]" size=15" multiple>
12         {html_options values=$wslist output=$wslist}
13      </select>
14     </p>
15    </div>
16   </td>
17   <td style="vertical-align:top;">
18    <div class="contentboxh" style="height:20px;">
19     <p class="contentboxh" style="font-size:12px"><img alt="" src="{$launchimage}" align="right" alt="[F]"><b>{
20 t}Filters{/t}</b></p>
21    </div>
22    <div class="contentboxb" style="background-color:#F8F8F8">
23     <p class="contentboxb" style="border-top:1px solid #B0B0B0; background-color:#F8F8F8">
24      <table style="width:100%;">
25       {$alphabet}
26      </table>
27     </p>
28     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
29     <table width="100%"><tr><td width="50%"><img alt="" src="{$tree_image}" align=middle>&nbsp;{t}Display systems of department{/t}</td>
30     <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
31       {html_options options=$deplist selected=$depselect}
32     </select></td></tr></table>
33     </p>
34     <p class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
35     <table width="100%"><tr><td width="50%"><img alt="" src="{$search_image}" align=middle>&nbsp;{t}Display systems matching{/t}</td>
36     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()"></td></tr></table>
37     </p>
38    {$apply}
39    </div>
40   </td>
41 </tr>
42 </table>
44 <p class="plugbottom">
45   <input type=submit name="add_ws_finish" value="{t}Add{/t}">
46   &nbsp;
47   <input type=submit name="add_ws_cancel" value="{t}Cancel{/t}">
48 </p>