subapp_section_extra_row

NAML documentation   Watch a video
   Usages of this macro
... in view_mixed.naml
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<macro name="subapp_section_extra_row" parameters="has_more">
    <tr>
        <td>&nbsp;</td>
        <td colspan="[n.mixed_table_column_count
Macro
Parameters: do
.minus
Binary
Namespace: IntegerNamespace
Parameters: i
 i='1'/]" style="padding:.6em .8em">
            <n.separate
Binary
Namespace: BasicNamespace
Parameters: text1, text2, separator
>
                <text1>
                    <n.new_topic_link
Macro
Requires: node
Parameters: href, text, title, class
                        text="[t]New Topic[/t]"
                        title="[t]Post new message in [t.location.subject
Macro
Requires: node
/][/t]"
                    />
                </text1>
                <separator>
                    <span class="weak-color" style="padding: 0 .5em">&bull;</span>
                </separator>
                <text2>
                    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.equal
Binary
Namespace: BasicNamespace
Parameters: value2, value1
 value1="[n.has_more/]" value2="[n.true
Binary
Namespace: BasicNamespace
/]">
                        <then>
                            <n.node_link
Macro
Requires: node
Parameters: text, href, title, class, target
                                title="[t]View all messages under this sub forum[/t]"
                                text="[t]View more[/t]"
                            /> &raquo;
                        </then>
                    </n.if.equal>
                </text2>
            </n.separate>
        </td>
    </tr>
</macro>