mixed_table

NAML documentation   Watch a video
   Usages of this macro
... in view_mixed.naml
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<macro name="mixed_table" dot_parameter="columns">
    <div style="clear:both"></div>
 
    <n.global_set_var
Binary
Namespace: BasicNamespace
Parameters: name, value
 name="mixed_table_column_count" value="[n.calc_table_column_count
Macro
Parameters: columns
.columns/]" />
 
    <table class="main medium-border-color">
        <n.string_list
Binary
Namespace: BasicNamespace
Parameters: trim, values, do, separator
. values="[n.mixed_topics_per_page
Macro
/]" >
            <n.no_output
Binary
Namespace: BasicNamespace
Parameters: text
.next_string
Binary
Namespace: StringList
/>
            <n.child_topics_section
Macro
Parameters: columns, length
. length="[n.current_string
Binary
Namespace: StringList
/]">
                <n.columns/>
            </n.child_topics_section.>
 
            <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subapps_list
Binary
Namespace: NodeNamespace
Parameters: filter, do
. filter="[n.pinned_filter
Binary
Namespace: NodeNamespace
/]">
                <n.while
Binary
Namespace: BasicNamespace
Parameters: condition, loop
.has_more_strings
Binary
Namespace: StringList
Parameters: n
 n="2">
                    <loop>
                        <n.no_output
Binary
Namespace: BasicNamespace
Parameters: text
.next_string
Binary
Namespace: StringList
/>
                        <n.next_section
Macro
Parameters: columns, length
. length="[n.current_string
Binary
Namespace: StringList
/]"><n.columns/></n.next_section.>
                    </loop>
                </n.while.has_more_strings>
                <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.has_more_strings
Binary
Namespace: StringList
Parameters: n
>
                    <then.no_output
Binary
Namespace: BasicNamespace
Parameters: text
.next_string
Binary
Namespace: StringList
/>
                </n.if.has_more_strings>
                <n.while
Binary
Namespace: BasicNamespace
Parameters: condition, loop
.next_node
Binary
Namespace: NodeList
>
                    <loop>
                        <n.sub_section
Macro
Parameters: columns, length
. length="[n.current_string
Binary
Namespace: StringList
/]"><n.columns/></n.sub_section.>
                    </loop>
                </n.while.next_node>
            </n.page_node.subapps_list.>
        </n.string_list.>
    </table>
    <div style="clear:both"></div>
</macro>