]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/admin/support/SupportRevokeCertificatesForm.templ
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / pages / admin / support / SupportRevokeCertificatesForm.templ
diff --git a/src/club/wpia/gigi/pages/admin/support/SupportRevokeCertificatesForm.templ b/src/club/wpia/gigi/pages/admin/support/SupportRevokeCertificatesForm.templ
new file mode 100644 (file)
index 0000000..757ce3c
--- /dev/null
@@ -0,0 +1,28 @@
+<table class="table">
+        <tbody><tr>
+            <th colspan="6"><?=_Certificates?></td>
+        </tr>
+        <tr>
+            <th><?=_Cert Type?></th>
+            <th><?=_Total?></th>
+            <th><?=_Valid?></th>
+            <th><?=_Expired?></th>
+            <th><?=_Revoked?></th>
+            <th><?=_Latest Expire?></th>
+        </tr>
+       <? foreach($types) { ?>
+        <tr>
+            <td><?=$profile?></th>
+                <td><?=$total?></td>
+            <td><?=$valid?></td>
+            <td><?=$exp?></td>
+            <td><?=$rev?></td>
+            <td><?=$lastdate?></td>
+            </tr>
+            <? } ?>
+        <tr>
+            <th colspan="6">
+                    <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">
+            </th>
+        </tr>
+    </tbody></table>
\ No newline at end of file