view_standard_page.naml

<override_macro name="view_standard_page">
    <n.set_app_rows_per_page rows_per_page="[n.forum_topics_per_page/]"/>
    <n.app_html>
        <head>
            <n.app_title />
            <n.standard_table_stylesheet/>
        </head>
        <body>
            <n.new_topic_action_link/>
            <!--<n.topics_action_link only_if_has_subapps="true"/>-->
            <n.people_action_link/>
            <n.options_action_menu/>
            
            <div class="[n.action_link_style/]" style="margin-left:.6em">
<!--                 <n.if.equal value1="[n.page_node.id/]" value2="578">
            <then> -->
                 <a href="http://jsmastronomy.245.s1.nabble.com/Chat-amp-Tweets-td593.html" title="Chat">Chat &amp; Tweets</a>
<!--            </then>
            </n.if.equal>  -->          
            </div> 
 
            <n.app_child_pagination margin=".8em .3em .5em 0"/>
            <n.standard_table.standard_table_columns />
            <n.app_child_pagination margin=".8em .3em .5em 0"/>
            <n.forum_footer/>
        </body>
    </n.app_html>
</override_macro>