view_subapps

NAML documentation   Watch a video
   Usages of this macro
... in subapps.naml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<macro name="view_subapps">
    <n.app_min_html
Macro
Requires: servlet
Parameters: head, body
>
        <head>
            <n.subapps_title
Macro
/>
        </head>
        <body>
            <h2><t
Macro
Parameters: location
>Subcategories under <t.location.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/></t></h2>
 
            <n.subapps_table
Macro
Parameters: columns
.>
                <n.subcategories_column
Macro
Parameters: width, title
/>
                <n.topic_count_column
Macro
Parameters: width, title
 width="5em"/>
                <n.post_count_column
Macro
Parameters: width, title
 width="5em"/>
                <n.last_post_column
Macro
Parameters: width, white_space, title
/>
            </n.subapps_table.>
        </body>
    </n.app_min_html>
</macro>