new_report_form_action_link

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 "new_report_form_action_link".
... in report_form.naml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<macro name="new_report_form_action_link" parameters="text">
        <n.page_node.>
            <n.if.has_subapps>
                <then>
                    <n.if.page_node.is_root>
                        <else>
                    <div class="[n.action_link_style/]">
        <img src="http://www.sniperjum.com/images-forum/newtopic.png" class="image16" width="25" height="23"/>
            <n.new_report_link>
                <title>
                    <t>Post new form in <t.location.subject/></t>
                </title>
                <text>
                    <n.default. to="[t]New Report[/t]"><n.text/></n.default.>
                </text>
            </n.new_report_link>
                        </div>
                </else>
                    </n.if.page_node.is_root>
                </then>
                <else>
                    <div class="[n.action_link_style/]">
        <img src="http://www.sniperjum.com/images-forum/newtopic.png" class="image16" width="25" height="23"/>
            <n.new_report_link>
                <title>
                    <t>Post new report in <t.location.subject/></t>
                </title>
                <text>
                    <n.default. to="[t]New Report[/t]"><n.text/></n.default.>
                </text>
                        </n.new_report_link>
                        </div>
        </else>
            </n.if.has_subapps>
        </n.page_node.>
</macro>