]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/user-admin/user-admin.xml
1144f8eec64d2b42b7e0ecad8a0583e913a4b7c0
[factor.git] / extra / webapps / user-admin / user-admin.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <div class="navbar">
6                 <t:a t:href="$user-admin">List Users</t:a>
7                 <t:a t:href="$user-admin/new">Add User</t:a>
8
9                 <t:if t:code="furnace.auth.features.edit-profile:allow-edit-profile?">
10                         <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
11                 </t:if>
12
13                 <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
14         </div>
15
16         <h1><t:write-title /></h1>
17
18         <t:call-next-template />
19
20 </t:chloe>