Code

Mass table tag fixing
[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="" align="middle" src="images/head.png"> {t}Personal picture{/t}</h2>
7    </td>
8  </tr>
10  <!-- Base container -->
11  <tr>
13    <!-- Image container -->
14    <td>
15      <img alt="" align="bottom" border="1" width="145" height="200" src="getpic.php?rand=$rand">
16    </td>
18    <!-- Name, ... -->
19    <td style="vertical-align:bottom; width:100%;">
20      <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
21      <input name="picture_file" type="file" size="20" maxlength="255" accept="image/*.jpg">
22      &nbsp;
23      <input type=submit name="picture_remove" value="{t}Remove picture{/t}">
24    </td>
25  </tr>
26 </table>
27 <br>
28 <p class="plugbottom">
29   <input type=submit name="picture_edit_finish" value="{t}Save{/t}">
30   &nbsp;
31   <input type=submit name="picture_edit_cancel" value="{t}Cancel{/t}">
32 </p>