blog_page_layout

NAML documentation   Watch a video
   Usages of this macro
... in view_blog.naml
78
79
80
81
82
83
84
85
86
87
88
89
90
<macro name="blog_page_layout" requires="narrow_app_namespace">
    <n.new_topic_action_link
Macro
Parameters: text
 text="[t]New Post[/t]"/>
    <n.subapps_action_link
Macro
Parameters: text
 text="[t]Subcategories[/t]"/>
    <n.people_action_link
Macro
Requires: node_page
/>
    <n.options_action_menu
Macro
Requires: node_page
/>
 
    <div style="clear:both"/>
    <n.widget
Macro
Parameters: contents, title
.>
        <n.blog_table
Macro
/>
        <n.app_topic_pagination
Macro
Requires: node_page, servlet
Parameters: margin
 margin=".5em .3em"/>
    </n.widget.>
    <n.forum_footer
Macro
/>
</macro>