classic_pagination

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "classic_pagination".
... in topic.naml
368
369
370
371
372
373
374
375
376
377
378
379
<macro name="classic_pagination" parameters="margin,row_count">
    <n.paging.
        total_rows="[n.row_count/]"
        current_row="[n.classic_index_record/]"
        rows_per_page="[n.classic_rows_per_page/]"
    >
        <n.generic_paging>
            <margin><n.margin/></margin>
            <url><n.page_node.topic_path view="[n.classic_view/]" index_record="[n.page_row/]"/></url>
        </n.generic_paging>
    </n.paging.>
</macro>