gallery_table_row

NAML documentation   Watch a video
   Usages of this macro
... in view_gallery.naml
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<macro name="gallery_table_row" requires="app_namespace">
    <tr>
        <td style="width:33%">
            <n.current_node
Binary
Namespace: NodeList
Parameters: do
.gallery_cell
Macro
/>
        </td>
        <td style="width:33%">
            <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.next_node
Binary
Namespace: NodeList
>
                <then.current_node
Binary
Namespace: NodeList
Parameters: do
.gallery_cell
Macro
/>
            </n.if.next_node>
        </td>
        <td style="width:33%">
            <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.next_node
Binary
Namespace: NodeList
>
                <then.current_node
Binary
Namespace: NodeList
Parameters: do
.gallery_cell
Macro
/>
            </n.if.next_node>
        </td>
    </tr>
</macro>