gallery_table

NAML documentation   Watch a video
   Usages of this macro
... in view_gallery.naml
48
49
50
51
52
53
54
55
56
57
<macro name="gallery_table">
    <table class="gallery">
        <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.topics_list
Macro
Requires: node
Parameters: filter, start, length, sort, do
. sort="pinned-and-root-node-date" start="[n.app_index_record
Macro
Requires: servlet
/]" length="[n.app_rows_per_page
Macro
Requires: node_page
/]" filter="[n.app_topic_filter
Macro
Requires: node_page, servlet
/]" >
            <n.handle_empty_gallery
Macro
Requires: node_list, node_page, servlet
/>
            <n.loop
Macro
Requires: sequence
Parameters: by, do
.>
                <n.gallery_table_row
Macro
Requires: app_namespace
/>
            </n.loop.>
        </n.page_node.topics_list.>
    </table>
</macro>