]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/admin/support/FindCertPage.templ
Merge "upd: remove 'browser install'"
[gigi.git] / src / club / wpia / gigi / pages / admin / support / FindCertPage.templ
1 <p><?=_Multiple certificates?>: <?=$limit?></p>
2 <table class="table">
3 <tr>
4 <th><?=_Serial number?></th><th><?=_SAN?></th><th><?=_Revocation Date?></th></tr>
5 <? foreach($certtable) {?>
6   <tr>
7     <td><a href="/support/certs/<?=$serial?>"><?=$serial?></a> <?=$draftinfo?></td>
8     <td>
9     <? foreach($san) {?>
10        <?=$entry?>
11     <? } ?>
12     </td>
13     <td><?=$revoked?></td>
14   </tr>
15 <? } ?>
16 </table>