]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/statistics/StatisticsRoles.templ
upd: rename package name and all references to it
[gigi.git] / src / org / cacert / gigi / pages / statistics / StatisticsRoles.templ
diff --git a/src/org/cacert/gigi/pages/statistics/StatisticsRoles.templ b/src/org/cacert/gigi/pages/statistics/StatisticsRoles.templ
deleted file mode 100644 (file)
index af8ad32..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<table class="table">
-    <tr>
-        <th>
-            <?=_Role?>
-        </th>
-        <th>
-            <?=_User Name?>
-        </th>
-        <th>
-            <?=_Email Address?>
-        </th>
-    </tr>
-<? foreach($groups) {?>
-    <tr>
-        <th><?=$group_name?></th>
-        <th colspan="2"><?=_Total?>: <?=$count?></th>
-    </tr>
-    <? foreach($memberlist) {?>
-    <tr>
-        <td></td>
-        <td><?=$name?></td>
-        <td><?=$email?></td>
-    </tr>
-    <? } ?>
-<? } ?>
-</table>