people_pagination

NAML documentation   Watch a video
   Usages of this macro
... in people.naml
292
293
294
295
296
297
298
299
300
301
302
303
<macro name="people_pagination" parameters="total_rows" requires="node_page">
    <n.paging
Binary
Namespace: NabbleNamespace
Parameters: rows_per_page, total_rows, do, current_row
.
        total_rows="[n.total_rows/]"
        current_row="[n.people_page_index_record
Macro
/]"
        rows_per_page="[n.people_page_length
Macro
/]"
    >
        <n.generic_paging
Macro
Requires: paging
Parameters: margin, url
>
            <margin>.55em .2em</margin>
            <url><n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.people_path
Macro
Requires: node
Parameters: filter, index_record
 filter="[n.people_filter
Macro
Requires: servlet
/]" index_record="[n.page_row
Binary
Namespace: Page
Parameters: do
/]"/></url>
        </n.generic_paging>
    </n.paging.>
</macro>