user_nodes_pagination

NAML documentation   Watch a video
   Usages of this macro
... in user_nodes.naml
138
139
140
141
142
143
144
145
146
147
148
149
<macro name="user_nodes_pagination" requires="user_page">
    <n.paging
Binary
Namespace: NabbleNamespace
Parameters: rows_per_page, total_rows, do, current_row
.
        total_rows="[n.user_nodes_count
Macro
Requires: user_page
/]"
        current_row="[n.user_nodes_index_record
Macro
/]"
        rows_per_page="[n.user_nodes_length
Macro
/]"
    >
        <n.generic_paging
Macro
Requires: paging
Parameters: margin, url
>
            <margin>.55em .2em</margin>
            <url><n.page_user
Binary
Namespace: UserPageNamespace
Parameters: do
.path
Macro
Requires: user
Parameters: filter, index_record
 index_record="[n.page_row
Binary
Namespace: Page
Parameters: do
/]" filter="[n.user_nodes_filter
Macro
/]"/></url>
        </n.generic_paging>
    </n.paging.>
</macro>