Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / dak / addons / dak / dak_keyring.tpl
1 <div class="contentboxh">
2  <p class="contentboxh"><img src="images/launch.png" align="right" alt="[F]">{t}Filter{/t}</p>
3 </div>
4 <div class="contentboxb">
5  
6 <table summary="" width="100%" class="contentboxb" style="border-top:1px solid #B0B0B0; padding:0px;">
7         <tr>
8                 <td width="50%">
9                         <img class="center" alt="" align="middle" border=0 src="plugins/systems/images/server.png">
10                                 &nbsp;
11                         <LABEL FOR="host">{t}Server{/t}</LABEL>
12                         <select name="selected_Server">
13                         {foreach from=$Servers item=item key=key}
14                                 <option {if $key == $selected_Server} selected {/if} 
15                                         value='{$key}'>{$item.SERVER}</option>
16                         {/foreach}
17                         </select>
18                         <input type='submit' name='search' value="{t}Search{/t}">
19                 </td>
20                 <td width="50%">
21                         <input type='FILE' name='import'>
22                         <input type='submit' name='import_key' value='{t}Import{/t}'>
23                 </td> 
24         </tr>
25 </table>
26 </div>
28 <br>
29 <div style='border-top: solid 1px #BBBBBB;'>
30 <div class="contentboxb">
31 {$list}
32 </div>
33 </div>