in_reply_to

NAML documentation   Watch a video
   Usages of this macro
... in reply.naml
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<macro name="in_reply_to">
    <div class="title-row light-border-color shaded-bg-color" style="margin-top:2.5em"><t>In Reply To</t></div>
    <div style="margin-left:1.2em;padding-top:1em">
        <n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.>
            <n.put_in_head
Binary
Namespace: HtmlNamespace
Parameters: in_head
.>
                <style type="text/css">
                    div.in-reply-to {
                        margin-bottom:1em;
                        padding-bottom:.4em;
                        border-bottom-width:1px;
                        border-bottom-style:dotted;
                    }
                </style>
            </n.put_in_head.>
            <div class="medium-border-color in-reply-to">
                <b><n.break_up
Binary
Namespace: NabbleNamespace
Parameters: text
.subject
Macro
Requires: node
/></b>
                <div class="weak-color" style="padding:.2em 0">
                    <span class="weak-color"><n.when_created
Binary
Namespace: NodeNamespace
Parameters: do
.long_format
Macro
Requires: date
/></span>
                    &mdash;
                    <t>by
                        <t.author>
                            <n.owner
Binary
Namespace: NodeNamespace
Parameters: do
.avatar
Macro
Requires: user
Parameters: size, border_class, group
/>
                            <span class="nowrap"><n.owner
Binary
Namespace: NodeNamespace
Parameters: do
.user_link
Macro
Requires: user
Parameters: title, class
/></span>
                        </t.author>
                    </t>
                </div>
            </div>
            <n.message_with_signature
Macro
Requires: node
/>
        </n.page_node.>
    </div>
</macro>