Code

Starting move
[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><img alt="" class="center" align="middle" src="images/head.png"> {t}Personal picture{/t}</h2>
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 class="center" border="0" width="100%" src="getbin.php?rand={$rand}" alt="{t}Personal picture{/t}">
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      <input type=submit name="picture_remove" value="{t}Remove picture{/t}">
28    </td>
29  </tr>
30 </table>
31 <br>
32 <p class="plugbottom">
33   <input type=submit name="picture_edit_finish" value="{t}Save{/t}">
34   &nbsp;
35   <input type=submit name="picture_edit_cancel" value="{t}Cancel{/t}">
36 </p>