Code

Added picture fix
[gosa.git] / plugins / personal / generic / generic_picture.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
3  <!-- Headline container -->
4  <tr>
5    <td colspan=2>
6      <h2><img alt="" class="center" align="middle" src="images/head.png"> {t}Personal picture{/t}</h2>
7    </td>
8  </tr>
10  <!-- Base container -->
11  <tr>
13    <!-- Image container -->
14          <!-- Image container -->
15   <td>
16    <table>
17     <tr>
18      <td width="147" height="200" bgcolor="gray">
19       <img align="center" valign="center" border="0" width="100%" src="getbin.php?rand={$rand}" alt="{t}Personal picture{/t}">
20      </td>
21     </tr>
22    </table>
23   </td>
24         </tr>
25         <tr>
26    <!-- Name, ... -->
27    <td style="vertical-align:bottom; width:100%;">
28      <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
29      <input id="picture_file" name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
30      &nbsp;
31      <input type=submit name="picture_remove" value="{t}Remove picture{/t}">
32    </td>
33  </tr>
34 </table>
35 <br>
36 <p class="plugbottom">
37   <input type=submit name="picture_edit_finish" value="{t}Save{/t}">
38   &nbsp;
39   <input type=submit name="picture_edit_cancel" value="{t}Cancel{/t}">
40 </p>