new_post_path

NAML documentation   Watch a video
   Usages of this macro
... in reply.naml
415
416
417
418
419
420
421
422
423
424
<macro name="new_post_path" requires="node">
    <n.encode_url
Macro
Parameters: text
.remove_spaces
Macro
Parameters: text
.>
        /template/NamlServlet.jtp?
        <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_app
Binary
Namespace: NodeNamespace
>
            <then>macro=new_topic</then>
            <else>macro=reply</else>
        </n.if.is_app>
        &node=<n.id
Binary
Namespace: NodeNamespace
/>
    </n.encode_url.remove_spaces.>
</macro>