registered_users_panel

NAML documentation   Watch a video
   Usages of this macro
... in manage_users_and_groups.naml
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
<macro name="registered_users_panel">
    <div class="second-font field-title nowrap" style="margin:0"><t>Registered Users</t></div>
    <div class="weak-color" style="margin-bottom:.8em">
        <t>All users that have registered to <t.location.root_node
Binary
Namespace: NabbleNamespace
Parameters: do
.subject
Macro
Requires: node
/>.
        These users have confirmed their email addresses and are able to login to the system.</t>
    </div>
 
    <div style="height:25em;overflow:auto">
        <n.site_users
Binary
Namespace: NabbleNamespace
Parameters: filter, length, start, do
. length="99999">
        <n.filter_by
Macro
Requires: list
Parameters: filter
.both
Binary
Namespace: BasicNamespace
Parameters: condition1, condition2
 condition1="[n.current_user
Binary
Namespace: UserList
Parameters: do
.is_registered
Binary
Namespace: UserNamespace
/]" condition2="[n.current_user
Binary
Namespace: UserList
Parameters: do
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.is_banned
Binary
Namespace: UserNamespace
/]"/>
            <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>