Code

ac142a624cfa30e3f46fbc9b89101b7e6ab0035d
[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      <h2>{image path="plugins/generic/images/head.png"} {t}Personal picture{/t}
6 </h2>
7    </td>
8  </tr>
9  <!-- Base container -->
10  <tr>
11  <!-- Image container -->
12   <td>
13    <table>
14     <tr>
15      <td width="147" height="200" bgcolor="gray">
16       <img  src="getbin.php?rand={$rand}" alt='' style='width:147px;' >
17      </td>
18     </tr>
19    </table>
20   </td>
21         </tr>
22         <tr>
23    <!-- Name, ... -->
24    <td style="vertical-align:bottom; width:100%;">
25      <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
26      <input id="picture_file" name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
27      &nbsp;
28      <button type='submit' name='picture_remove'>{t}Remove picture{/t}</button>
30    </td>
31  </tr>
32 </table>
33 <br>
34 <p class="plugbottom">
35   <button type='submit' name='picture_edit_finish'>{msgPool type=saveButton}</button>
37   &nbsp;
38   <button type='submit' name='picture_edit_cancel'>{msgPool type=cancelButton}</button>
40 </p>