view_mixed

   Usages of this macro
... in app_page.naml
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<override_subroutine name="view_mixed" requires="basic,nabble,servlet">
  <n.app_html>
    <head>
      <n.app_title/>
      <n.mixed_table_stylesheet/>
    </head>
    <body>
      <div style="padding:.5em .5em 2em">
        <n.page_node.>
          <n.node_message_as_html/>
          <n.list_child_topics section_title="Articles"/>
          
          <n.subapps_list.loop.>
            <n.set_local_node.current_node/>
            <n.local_node.list_child_topics section_title="[n.local_node.subject/]"/>
          </n.subapps_list.loop.>
        </n.page_node.>
      </div>
    </body>
  </n.app_html>
</override_subroutine>
Overrides default macro
... in view_mixed.naml
5
6
7
<subroutine name="view_mixed" requires="basic,nabble,servlet">
    <n.apply_app_namespace.view_mixed_page />
</subroutine>