Code

update for certfificate informations
[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 width="100%">
3  <!-- Headline container -->
4  <tr>
5    <td colspan=2>
6      <h2><img alt="" align="middle" src="images/certs.png"> {t}Certificates{/t}</h2>
7    </td>
9  </tr>
10  <tr>
11    <td width="250">
12       {t}Standard certificate{/t}
13    </td>
14    <td>
15      <input name="userCertificate_file" type="file" size="20" maxlength="255" accept="text/*.*">
16      &nbsp;
17      <input type=submit name="remove_userCertificate" value="{t}Remove{/t}">
18    </td>
19  </tr>
20  <tr>
21         <td>
22                 {t}Status{/t}
23         </td>
24         <td>
25                 {$userCertificateinfo}
26         </td>
27  </tr>
28  </table>
35  <table style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0>
36  <tr>
37    <td width="250">
38       {t}S/MIME certificate{/t} 
39    </td>
40    <td >
41      <input name="userSMIMECertificate_file" type="file" size="20" maxlength="255" accept="text/*.*">
42      &nbsp;
43      <input type=submit name="remove_userSMIMECertificate" value="{t}Remove{/t}">
44    </td>
45  </tr>
46  <tr>
47     <td>
48         {t}Status{/t}
49     </td>
50     <td>
51         {$userSMIMECertificateinfo}
52     </td>
53  </tr>
54  </table>
58 <table style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0> 
59  <tr>
60    <td width="250">
61       {t}PKCS12 certificate{/t} 
62    </td>
63    <td>
64      <input name="userPKCS12_file" type="file" size="20" maxlength="255" accept="text/*.*">
65      &nbsp;
66      <input type=submit name="remove_userPKCS12" value="{t}Remove{/t}">
67    </td>
68  </tr>
69  <tr>
70     <td>
71         {t}Status{/t}
72     </td>
73     <td>
74         {$userSMIMECertificateinfo}
75     </td>
76  </tr>
77  
79  {if $governmentmode eq "true"}
80  <tr>
81    <td>
82      {t}Certificate serial number{/t}
83    </td>
84    <td>
85      <input name="certificateSerialNumber" size=10 maxlength=20 {$certificateSerialNumberACL}
86             value="{$certificateSerialNumber}">
87    </td>
88  </tr>
89  {/if}
90 </table>
92 <br>
93 <p class="plugbottom">
94   <input type=submit name="cert_edit_finish" value="{t}Finish{/t}">
95   &nbsp;
96   <input type=submit name="cert_edit_cancel" value="{t}Cancel{/t}">
97 </p>