Code

[COSMETIC] Most of the imgs are now centered vertically in most browsers.
[gosa.git] / plugins / personal / generic / generic_certs.tpl
1 <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
2  <!-- Headline container -->
3 <h2><img alt="" class="center" align="middle" src="images/certs.png"> {t}Certificates{/t}</h2>
5 <table summary="" style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0>
6  <tr>
7    <td width="12%" style="vertical-align:top">
8       {t}Standard certificate{/t}
9    </td>
10    <td style="vertical-align:top">
11          <LABEL for="userCertificate_file">{$userCertificateinfo}</LABEL>
12          </td>
13          <td style="vertical-align:top;text-align:right">
14          {if $userCertificate_state ne "true"}
15      <input id="userCertificate_file" name="userCertificate_file" type="file" size="20" maxlength="255" accept="text/*.*">
16      {else}
17      <input type=submit name="remove_userCertificate" value="{t}Remove{/t}">
18          {/if}
19    </td>
20  </tr>
21  </table>
23 <br>
25  <table summary="" style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0>
26  <tr>
27    <td width="12%" style="vertical-align:top">
28       {t}S/MIME certificate{/t} 
29    </td>
30    <td style="vertical-align:top">
31      <LABEL for="userSMIMECertificate_file">{$userSMIMECertificateinfo}</LABEL>
32    </td>
33    <td style="vertical-align:top;text-align:right">
34          {if $userSMIMECertificate_state ne "true"}
35      <input id="userSMIMECertificate_file" name="userSMIMECertificate_file" type="file" size="20" maxlength="255" accept="text/*.*">
36      {else}
37      <input type=submit name="remove_userSMIMECertificate" value="{t}Remove{/t}">
38          {/if}
39    </td>
40  </tr>
41  </table>
43 <br>
45 <table summary="" style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0> 
46  <tr>
47    <td width="12%" style="vertical-align:top">
48       {t}PKCS12 certificate{/t} 
49    </td>
50    <td style="vertical-align:top">
51      <LABEL for="userPKCS12_file">{$userPKCS12info}</LABEL>
52    </td>
53    <td style="vertical-align:top;text-align:right">
54          {if $userPKCS12_state ne "true"}
55      <input id="userPKCS12_file" name="userPKCS12_file" type="file" size="20" maxlength="255" accept="text/*.*">
56          {else}
57      <input type=submit name="remove_userPKCS12" value="{t}Remove{/t}">
58          {/if}
59    </td>
60  </tr>
61  
62  {if $governmentmode eq "true"}
63  <tr>
64    <td>
65      <LABEL for="certificateSerialNumber">{t}Certificate serial number{/t}</LABEL>
66    </td>
67    <td>
68      <input id="certificateSerialNumber" name="certificateSerialNumber" size=10 maxlength=20 {$certificateSerialNumberACL}
69             value="{$certificateSerialNumber}">
70    </td>
71  </tr>
72  {/if}
73 </table>
75 <p class="plugbottom">
76   <input type=submit name="cert_edit_finish" value="{t}Finish{/t}">
77   &nbsp;
78   <input type=submit name="cert_edit_cancel" value="{t}Cancel{/t}">
79 </p>