topic_page_number

NAML documentation   Watch a video
   Usages of this macro
... in topic.naml
1349
1350
1351
1352
1353
1354
1355
1356
1357
<macro name="topic_page_number" requires="servlet">
    <n.paging
Binary
Namespace: NabbleNamespace
Parameters: rows_per_page, total_rows, do, current_row
.
        total_rows="0"
        current_row="[n.classic_index_record
Macro
Requires: servlet
/]"
        rows_per_page="[n.classic_rows_per_page
Macro
/]"
    >
        <n.current_page_number
Binary
Namespace: PagingNamespace
/>
    </n.paging.>
</macro>