]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
abd4167b510cb0d9503bc21d0366212e46b0faa7
[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         <? if($secmail) { ?>
9         <tr>
10             <td><?=$secmail?></td>
11         </tr>
12         <? } ?>
13         <? } ?>
14         </tbody>
15 </table>
16 <br/>
17 <?=$certifrevoke?>