Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-core / plugins / personal / generic / generic_picture.tpl
diff --git a/branches/old/gosa-core/plugins/personal/generic/generic_picture.tpl b/branches/old/gosa-core/plugins/personal/generic/generic_picture.tpl
new file mode 100644 (file)
index 0000000..de72255
--- /dev/null
@@ -0,0 +1,37 @@
+<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
+ <!-- Headline container -->
+ <tr>
+   <td colspan=2>
+     <h2><img alt="" class="center" align="middle" src="plugins/generic/images/head.png"> {t}Personal picture{/t}</h2>
+   </td>
+ </tr>
+ <!-- Base container -->
+ <tr>
+ <!-- Image container -->
+  <td>
+   <table>
+    <tr>
+     <td width="147" height="200" bgcolor="gray">
+      <img class="center" border="0" width="100%" src="getbin.php?rand={$rand}" alt="{t}Personal picture{/t}">
+     </td>
+    </tr>
+   </table>
+  </td>
+       </tr>
+       <tr>
+   <!-- Name, ... -->
+   <td style="vertical-align:bottom; width:100%;">
+     <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
+     <input id="picture_file" name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
+     &nbsp;
+     <input type=submit name="picture_remove" value="{t}Remove picture{/t}">
+   </td>
+ </tr>
+</table>
+<br>
+<p class="plugbottom">
+  <input type=submit name="picture_edit_finish" value="{msgPool type=saveButton}">
+  &nbsp;
+  <input type=submit name="picture_edit_cancel" value="{msgPool type=cancelButton}">
+</p>
+