view_board_page

   Usages of this macro
... in view_board.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_board_page">
    <n.app_html
Macro
Requires: servlet
Parameters: head, body
>
        <head>
            <n.app_title
Macro
/>
            <n.board_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.board_table
Macro
Parameters: columns
.>
                <n.subcategories_column
Macro
Parameters: width, title
 title="[n.current_node
Binary
Namespace: NodeList
Parameters: do
.node_link
Macro
Requires: node
Parameters: text, href, title, class, target
 class='second-font category-link'/]"/>
                <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.board_table.>
 
            <n.forum_footer
Macro
/>
        </body>
    </n.app_html>
</macro>