]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
ADD: Contet to SE Page
[gigi.git] / src / org / cacert / gigi / pages / admin / support / SupportUserDetailsPage.templ
diff --git a/src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ b/src/org/cacert/gigi/pages/admin/support/SupportUserDetailsPage.templ
new file mode 100644 (file)
index 0000000..5c0ef84
--- /dev/null
@@ -0,0 +1,41 @@
+<?=$details?>
+<table class="wrapper dataTable centertext">
+        <tbody><tr>
+            <th><?=_Alternate Verified Email Addresses?></th>
+        </tr>
+        <? foreach($emails) {?>
+        <tr>
+            <td><?=$secmail?></td>
+        </tr>
+        <? } ?>
+        </tbody>
+</table>
+<br/>
+<table class="wrapper dataTable">
+        <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>
+            <td colspan="6" class="title">
+                    <input value="revoke certificates" type="submit">
+            </td>
+        </tr>
+    </tbody></table>
\ No newline at end of file