subapps_action_link

NAML documentation   Watch a video
   Usages of this macro
... in action_row.naml
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<macro name="subapps_action_link" parameters="text">
    <n.returnable_action_link
Macro
Parameters: action_link
.>
        <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.>
            <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.has_subapps
Binary
Namespace: NodeNamespace
>
                <then>
                    <div class="[n.action_link_style
Macro
/]" style="margin-left:.6em">
                        <img src="/images/forum_sm.png" class="image16"/>
                        <n.node_link
Macro
Requires: node
Parameters: text, href, title, class, target
>
                            <href><n.url
Macro
Requires: node
Parameters: template, date, assignee, index_record, priority
 template="view_subapps"/></href>
                            <text>
                                <n.default
Binary
Namespace: BasicNamespace
Parameters: to, text
. to="[t]Sub-Forums[/t]"><n.text/></n.default.>
                            </text>
                        </n.node_link>
                    </div>
                </then>
            </n.if.has_subapps>
        </n.page_node.>
    </n.returnable_action_link.>
</macro>