view_news_page

   Usages of this macro
... in view_news.naml
5
6
7
8
9
10
11
12
13
14
15
16
<macro name="view_news_page">
    <n.set_app_rows_per_page
Macro
Parameters: rows_per_page
 rows_per_page="[n.news_topics_per_page
Macro
/]"/>
    <n.app_html
Macro
Requires: servlet
Parameters: head, body
>
        <head>
            <n.app_title
Macro
/>
            <n.news_table_stylesheet
Macro
/>
        </head>
        <body>
            <n.news_page_layout
Macro
Requires: app_namespace
/>
        </body>
    </n.app_html>
</macro>