all_users_panel

NAML documentation   Watch a video
   Usages of this macro
... in manage_users_and_groups.naml
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<macro name="all_users_panel">
    <div class="second-font field-title nowrap" style="margin:0"><t>All Users</t></div>
    <div class="weak-color" style="margin-bottom:.8em">
        <t>Read-only list with all users with an email under <t.location.root_node
Binary
Namespace: NabbleNamespace
Parameters: do
.subject
Macro
Requires: node
/>.</t>
        <t>This list shows registered, unregistered and banned users. Anonymous users are not listed because they don't have an email and thus cannot be part of a group.</t>
    </div>
 
    <div style="height:25em;overflow:auto">
        <n.site_users
Binary
Namespace: NabbleNamespace
Parameters: filter, length, start, do
. length="99999">
            <n.loop
Macro
Requires: sequence
Parameters: by, do
.>
                <n.current_user
Binary
Namespace: UserList
Parameters: do
.name
Binary
Namespace: UserNamespace
Parameters: truncate
/> &lt;<n.current_user
Binary
Namespace: UserList
Parameters: do
.user_email
Binary
Namespace: UserNamespace
/>&gt;<br/>
            </n.loop.>
        </n.site_users.>
    </div>
</macro>