ajax_post

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "ajax_post".
... in topic.naml
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
<macro name="ajax_post" requires="servlet">
    <n.uncache_for.node_changes.get_parameter name="node"/>
    <n.ajax. is_cached="true">
        <n.node_page.>
            <n.page_node.>
                <n.mark_as_visited/>
                <div id="clickable-row[n.id/]" class="clickable-row invisible">
                    <n.post_short_date/>
                    <n.post_author/>
                    <n.post_subject/>
                    <n.post_snippet/>
                </div>
                <div id="full-row[n.id/]" class="full-row medium-border-color invisible">
                    <div class="full-row-header">
                        <div class="right-menu">
                            <n.change_view_links/>
                            &nbsp;
                            <n.reply_link/>
                            &nbsp;
                            <n.post_dropdown/>
                            &nbsp;
                            <img src="/images/close.png" class="close" alt="Close"/>
                        </div>
                        <n.post_long_date/>
                        <n.owner.avatar size="small"/>
                        <n.owner.user_link/>
                        <n.post_subject/>
                    </div>
                    <n.updated_notice/>
                    <n.message_text/>
                </div>
            </n.page_node.>
        </n.node_page.>
    </n.ajax.>
</macro>