... | in user_nodes.naml |
218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244
|
<macro name="count_column" parameters="title,width">
<n.table_column>
<head>
<td class="header" style="[n.width_style.width/]">
<n.default. to="[t]Count[/t]"><n.title/></n.default.>
</td>
</head>
<body>
<td class="weak-color nowrap">
<n.if.current_node.is_app>
<then>
<n.one_or_many.current_node.topic_count>
<one_text><t>topic</t></one_text>
<many_text><t>topics</t></many_text>
</n.one_or_many.current_node.topic_count>
</then>
<else>
<n.one_or_many.current_node.replies>
<one_text><t>reply</t></one_text>
<many_text><t>replies</t></many_text>
</n.one_or_many.current_node.replies>
</else>
</n.if.current_node.is_app>
</td>
</body>
</n.table_column>
</macro>
|
Free forum by Nabble | Edit this page |