view_category_page

NAML documentation   Watch a video
   Usages of this macro
... in view_category.naml
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<macro name="view_category_page">
    <n.app_html
Macro
Requires: servlet
Parameters: head, body
>
        <head>
            <n.app_title
Macro
/>
            <n.category_table_stylesheet
Macro
/>
        </head>
        <body>
            <n.topics_action_link
Macro
Requires: node_page, servlet
Parameters: only_if_has_subapps
/>
            <n.people_action_link
Macro
Requires: node_page
/>
            <n.options_action_menu
Macro
Requires: node_page
/>
 
            <n.category_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.category_table.>
 
            <n.forum_footer
Macro
/>
        </body>
    </n.app_html>
</macro>