Code

Complete Plugin Folder has image align middle now ....
[gosa.git] / plugins / personal / generic / generic_certs.tpl
1 <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
2 <table style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
4  <!-- Headline container -->
5  <tr>
6    <td colspan=2>
7      <h2><img alt="" align="middle" src="images/certs.png"> {t}Certificates{/t}</h2>
8    </td>
10  </tr>
12  <tr>
13    <td>
14       {t}Standard certificate{/t} (<i>{$userCertificate_state}</i>)
15    </td>
16    <td>
17      <input name="userCertificate_file" type="file" size="20" maxlength="255" accept="text/*.*">
18      &nbsp;
19      <input type=submit name="remove_userCertificate" value="{t}Remove{/t}">
20    </td>
21  </tr>
22  
23  <tr>
24    <td>
25       {t}S/MIME certificate{/t} (<i>{$userSMIMECertificate_state}</i>)
26    </td>
27    <td>
28      <input name="userSMIMECertificate_file" type="file" size="20" maxlength="255" accept="text/*.*">
29      &nbsp;
30      <input type=submit name="remove_userSMIMECertificate" value="{t}Remove{/t}">
31    </td>
32  </tr>
33  
34  <tr>
35    <td>
36       {t}PKCS12 certificate{/t} (<i>{$userPKCS12_state}</i>)
37    </td>
38    <td>
39      <input name="userPKCS12_file" type="file" size="20" maxlength="255" accept="text/*.*">
40      &nbsp;
41      <input type=submit name="remove_userPKCS12" value="{t}Remove{/t}">
42    </td>
43  </tr>
44  
45  {if $governmentmode eq "true"}
46  <tr>
47    <td>
48      {t}Certificate serial number{/t}
49    </td>
50    <td>
51      <input name="certificateSerialNumber" size=10 maxlength=20 {$certificateSerialNumberACL}
52             value="{$certificateSerialNumber}">
53    </td>
54  </tr>
55  {/if}
56 </table>
58 <br>
59 <p class="plugbottom">
60   <input type=submit name="cert_edit_finish" value="{t}Finish{/t}">
61   &nbsp;
62   <input type=submit name="cert_edit_cancel" value="{t}Cancel{/t}">
63 </p>