]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/admin/support/FindUserByEmailUsertable.templ
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / org / cacert / 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>