]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/admin/support/FindUserByEmailUsertable.templ
add: revocation state in the result list of support cert search
[gigi.git] / src / club / wpia / gigi / pages / admin / support / FindUserByEmailUsertable.templ
1 <p>Multiple users where found.</p>
2 <table class="table">
3 <tr>
4 <th>Id</th><th>E-Mail</th></tr>
5 <? foreach($usertable) {?>
6   <tr>
7     <td><a href="/support/user/<?=$usrid?>/"><?=$usrid?></a></td>
8     <td><a href="/support/user/<?=$usrid?>/"><?=$usermail?></a></td>
9   </tr>
10 <? } ?>
11 </table>