]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
ADD: Contet to SE Page
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsPage.templ
1 <?=$details?>
2 <table class="wrapper dataTable centertext">
3         <tbody><tr>
4             <th><?=_Alternate Verified Email Addresses?></th>
5         </tr>
6         <? foreach($emails) {?>
7         <tr>
8             <td><?=$secmail?></td>
9         </tr>
10         <? } ?>
11         </tbody>
12 </table>
13 <br/>
14 <table class="wrapper dataTable">
15         <tbody><tr>
16             <th colspan="6"><?=_Certificates?></td>
17         </tr>
18         <tr>
19             <th><?=_Cert Type?></th>
20             <th><?=_Total?></th>
21             <th><?=_Valid?></th>
22             <th><?=_Expired?></th>
23             <th><?=_Revoked?></th>
24             <th><?=_Latest Expire?></th>
25         </tr>
26         <? foreach($types) { ?>
27         <tr>
28             <td><?=$profile?></th>
29                 <td><?=$total?></td>
30             <td><?=$valid?></td>
31             <td><?=$exp?></td>
32             <td><?=$rev?></td>
33             <td><?=$lastdate?></td>
34             </tr>
35             <? } ?>
36         <tr>
37             <td colspan="6" class="title">
38                     <input value="revoke certificates" type="submit">
39             </td>
40         </tr>
41     </tbody></table>