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

Users

+ +

This page allows you to view all the users in the system, and create, remove, disable or enable user accounts as necessary.

+ +
+ +
+
+ + + Create user + +
+ + + + + + + + + + + + {foreach $users as $this_user} + + + + + + + + {/foreach} + +
NameUsernameUNIX UIDTitle
{$this_user['cn']|escape:'html'}{$this_user['uid']|escape:'html'}{$this_user['uidNumber']|escape:'html'}{if isset($this_user['title'])}{$this_user['title']|escape:'html'}{else}No job title set{/if} + {if $this_user['enabled']} + + + + {else} + + + + {/if} + + + + + + + + + +
+ +
+ +
+ +
+ +
+ +{include file="footer.tpl"}