Code

f0407e78fb2223c6a669e19b2a2af9c704b59b2c
[gosa.git] / gosa-core / plugins / personal / generic / generic_picture.tpl
1 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4 border=0>
2  <!-- Headline container -->
3  <tr>
4    <td colspan=2>
5      <h3>{t}Personal picture{/t}</h3>
6    </td>
7  </tr>
8  <!-- Base container -->
9  <tr>
10  <!-- Image container -->
11   <td>
12    <table>
13     <tr>
14      <td width="147" height="200" bgcolor="gray">
15       <img  src="getbin.php?rand={$rand}" alt='' style='width:147px;' >
16      </td>
17     </tr>
18    </table>
19   </td>
20         </tr>
21         <tr>
22    <!-- Name, ... -->
23    <td style="vertical-align:bottom; width:100%;">
24      <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
25      <input id="picture_file" name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
26      &nbsp;
27      <button type='submit' name='picture_remove'>{t}Remove picture{/t}</button>
29    </td>
30  </tr>
31 </table>
32 <br>
34 <div class='plugin-actions'>
35   <button type='submit' name='picture_edit_finish'>{msgPool type=saveButton}</button>
36   <button type='submit' name='picture_edit_cancel'>{msgPool type=cancelButton}</button>
37 </div>