report_form

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 "report_form".
... in report_form.naml
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<macro name="report_form">
    <table class="field-table">
        <tr>
            <td class="column1"><div class="second-font field-title"><t>Cheater Name</t></div></td>
            <td>
                <n.user_name_field.input type="text" size="35" maxlength="30"/>
                <n.user_name_field.highlight_if_empty/>
            </td>
            <td class="column1"><div class="second-font field-title"><t>@ID:</t></div></td>
            <td>
                <n.user_name_field.input type="text" size="35" maxlength="30"/>
                <n.user_name_field.highlight_if_empty/>
            </td>
        </tr>
        <tr>
            <td class="column1"><div class="second-font field-title"><t>Cheat Type</t></div></td>
            <td>
                <n.email_field.input type="text" size="35" maxlength="60"/>
                <n.email_field.highlight_if_empty/>
            </td>
        </tr>
        <tr>
            <td></td>
            <td class="weak-color" style="margin-top:1em;font-size:80%;padding-bottom:1em">
            </td>
        </tr>
        <tr>
            <td class="column1"><div class="second-font field-title"><t>Server</t></div></td>
            <td>
                <n.password_field.input type="text" size="35" maxlength="60"/>
                <n.password_field.highlight_if_empty/>
            </td>
        </tr>
        <tr>
            <td class="column1"><div class="second-font field-title"><t>Date</t></div></td>
            <td>
                <n.password2_field.input type="text" size="35" maxlength="60"/>
                <n.password2_field.highlight_if_empty/>
            </td>
        </tr>
        <tr>
            <td class="column1" style="padding-top:.5em">
                <n.accept_terms_field.checkbox/>
            </td>
        </tr>
    </table>
</macro>