Code

Created auto convert script for button/image-buttons/images
[gosa.git] / gosa-core / plugins / personal / posix / trust_machines.tpl
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" 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:100%; 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; width:350px">
18    <div class="contentboxh" style="height:20px;">
19     <p class="contentboxh" style="font-size:12px">{image path="{$launchimage}" align="right"}
20     <b>{
21     t}Filters{/t}</b></p>
22    </div>
23    <div class="contentboxb" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8">
24     <table summary="" style="width:100%;">
25      {$alphabet}
26     </table>
27     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%">{image path="{$tree_image}"}&nbsp;{t}Display systems of department{/t}
28       </td>
29       <td><select name="depselect" size=1 onChange="mainform.submit()" title="{t}Choose the department the search will be based on{/t}">
30         {html_options options=$deplist selected=$depselect}
31     </select></td></tr></table>
32     <table summary="" width="100%" style="border-top:1px solid #B0B0B0;background-color:#F8F8F8"><tr><td width="50%">{image path="{$search_image}"}&nbsp;{t}Display systems matching{/t}
33       </td>
34     <td><input type='text' name='regex' maxlength='20' value='{$regex}' title='{t}Regular expression for matching addresses{/t}' onChange="mainform.submit()"></td></tr></table>
35     {$apply}
36    </div>
37   </td>
38  </tr>
39 </table>
41 <p class="plugbottom">
42 <button type='submit' name='add_ws_finish'>{msgPool type=addButton}</button>
44 &nbsp;
45 <button type='submit' name='add_ws_cancel'>{msgPool type=cancelButton}</button>
47 </p>