]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/admin/support/SupportRevokeCertificatesForm.templ
757ce3ca014a064b85148818572b5ce990734ca1
[gigi.git] / src / club / wpia / gigi / pages / admin / support / SupportRevokeCertificatesForm.templ
1 <table class="table">
2         <tbody><tr>
3             <th colspan="6"><?=_Certificates?></td>
4         </tr>
5         <tr>
6             <th><?=_Cert Type?></th>
7             <th><?=_Total?></th>
8             <th><?=_Valid?></th>
9             <th><?=_Expired?></th>
10             <th><?=_Revoked?></th>
11             <th><?=_Latest Expire?></th>
12         </tr>
13         <? foreach($types) { ?>
14         <tr>
15             <td><?=$profile?></th>
16                 <td><?=$total?></td>
17             <td><?=$valid?></td>
18             <td><?=$exp?></td>
19             <td><?=$rev?></td>
20             <td><?=$lastdate?></td>
21             </tr>
22             <? } ?>
23         <tr>
24             <th colspan="6">
25                     <input class="btn btn-danger btn-confirm" data-confirm="<?=_Do you really want to revoke ALL certificates of this user??>" data-reply="<?=_Cancel?>,<?=_Confirm?>" name="revokeall" value="<?=_revoke certificates?>" type="submit">
26             </th>
27         </tr>
28     </tbody></table>