]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
84cb85e269a345d9adcff04fca5fe0310e446ec2
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsPage.templ
1 <br/>
2 <?=$details?>
3 <table class="wrapper dataTable centertext">
4         <tbody><tr>
5             <th><?=_Alternate Verified Email Addresses?></th>
6         </tr>
7         <? foreach($emails) {?>
8         <tr>
9             <td><?=$secmail?></td>
10         </tr>
11         <? } ?>
12         </tbody>
13 </table>
14 <br/>
15 <?=$certifrevoke?>