]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/statistics/StatisticsRoles.templ
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / pages / statistics / StatisticsRoles.templ
diff --git a/src/club/wpia/gigi/pages/statistics/StatisticsRoles.templ b/src/club/wpia/gigi/pages/statistics/StatisticsRoles.templ
new file mode 100644 (file)
index 0000000..af8ad32
--- /dev/null
@@ -0,0 +1,26 @@
+<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>