summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d7377ea)
raw | patch | inline | side by side (parent: d7377ea)
author | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 9 Mar 2008 15:48:51 +0000 (15:48 +0000) | ||
committer | opensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Sun, 9 Mar 2008 15:48:51 +0000 (15:48 +0000) |
- Preparation of the xen plugin
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5-plugins@9472 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5-plugins@9472 594d385d-05f5-0310-b6e9-bd551577e9d8
ssh/src/users/ssh.tpl | [new file with mode: 0644] | patch | blob |
diff --git a/ssh/src/users/ssh.tpl b/ssh/src/users/ssh.tpl
--- /dev/null
+++ b/ssh/src/users/ssh.tpl
@@ -0,0 +1,37 @@
+<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=0 border=0>
+ <tr>
+ <td style="vertical-align:top;width:50%;border-right:1px solid #b0b0b0;">
+ <h2>{t}SSH Keys{/t}</h2>
+ <table width="100%">
+ <tr>
+ <td>
+ {SSH Key}
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <table width="100%">
+ <tr>
+ <td style="vertical-align:top;width:30%;">
+ <h2>{t}SSH Key{/t}</h2>
+ </td>
+ </tr>
+ <tr>
+ <td style="vertical-align:top;width:30%;">
+ <input type="text" name="SSHKey" value="">
+ <input type="submit" name="AddSSHKeys" value="{t}Add{/t}">
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+ </table>
+ </td>
+ <td style="vertical-align:top;">
+ </td>
+ </tr>
+</table>
+<script language="JavaScript" type="text/javascript">
+ <!-- // First input field on page
+ -->
+</script>