]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/admin/TTPAdminPage.templ
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / org / cacert / gigi / pages / admin / TTPAdminPage.templ
1 <table class="table">
2 <tr><th><?=_Name?></th><th><?=_Email?></th><th></th></tr>
3 <? foreach($users) { ?>
4 <tr><td><?=$name?></td><td><?=$email?></td><td><a href="/admin/ttp/<?=$id?>">Process</a></td></tr>
5 <? } ?>
6 </table>
7 <? if($next) { ?>
8 <a href="?offset=<?=$next?>"><?=_next?></a>
9 <? } ?>