returnable_action_link

NAML documentation   Watch a video
   Usages of this macro
... in action_row.naml
30
31
32
33
34
35
36
37
38
39
40
41
42
<macro name="returnable_action_link" dot_parameter="action_link">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_front_page
Macro
Requires: servlet
>
        <then>
            <n.action_link/>
        </then>
        <else>
            <div class="[n.action_link_style
Macro
/]" style="margin-left:.6em">
                <img src="/images/forum_sm.png" class="image16"/>
                <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.node_link
Macro
Requires: node
Parameters: text, href, title, class, target
 text="[t]Main Page[/t]"/>
            </div>
        </else>
    </n.if.is_front_page>
</macro>