Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / dak / addons / dak / dak_keyring.tpl
diff --git a/branches/old/gosa-plugins/dak/addons/dak/dak_keyring.tpl b/branches/old/gosa-plugins/dak/addons/dak/dak_keyring.tpl
new file mode 100644 (file)
index 0000000..83d4c63
--- /dev/null
@@ -0,0 +1,33 @@
+<div class="contentboxh">
+ <p class="contentboxh"><img src="images/launch.png" align="right" alt="[F]">{t}Filter{/t}</p>
+</div>
+<div class="contentboxb">
+<table summary="" width="100%" class="contentboxb" style="border-top:1px solid #B0B0B0; padding:0px;">
+       <tr>
+               <td width="50%">
+                       <img class="center" alt="" align="middle" border=0 src="plugins/systems/images/server.png">
+                               &nbsp;
+                       <LABEL FOR="host">{t}Server{/t}</LABEL>
+                       <select name="selected_Server">
+                       {foreach from=$Servers item=item key=key}
+                               <option {if $key == $selected_Server} selected {/if} 
+                                       value='{$key}'>{$item.SERVER}</option>
+                       {/foreach}
+                       </select>
+                       <input type='submit' name='search' value="{t}Search{/t}">
+               </td>
+               <td width="50%">
+                       <input type='FILE' name='import'>
+                       <input type='submit' name='import_key' value='{t}Import{/t}'>
+               </td> 
+       </tr>
+</table>
+</div>
+
+<br>
+<div style='border-top: solid 1px #BBBBBB;'>
+<div class="contentboxb">
+{$list}
+</div>
+</div>