diff -r 000000000000 -r 3906ca745819 packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/groups.tpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/ssoinabox-webui/root/usr/local/share/ssoinabox/htdocs/includes/templates/groups.tpl Tue Jan 08 23:13:29 2013 -0500 @@ -0,0 +1,123 @@ +{assign var="title" value="Groups"} +{include file="header.tpl"} + + + + + + +

Groups

+ +

This page allows you to view all the groups in the system, and create, remove, or manage membership of groups as necessary.

+ +
+ +
+
+ + + Create group + +
+ + + + + + + + + + + + {foreach $groups as $this_group} + + + + + + + + {/foreach} + +
UNIX nameDescriptionUNIX GIDMember count
{$this_group['cn']|escape:'html'}{$this_group['description']|escape:'html'}{$this_group['gidNumber']}{if isset($this_group['memberUid'])}{count($this_group['memberUid'])}{else}0{/if} + + + + + + +
+ +
+ +
+ + + +{include file="footer.tpl"}