| ... | in search.naml |
|
180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
|
<macro name="search_description" requires="search">
<n.if.has_query>
<then>matching posts for <b><n.search_query_field.value/></b></then>
<else>posts</else>
</n.if.has_query>
in <n.page_node.node_link/>
<n.case_author_search.>
by <n.user.user_link/>
</n.case_author_search.>
<n.if.has_days>
<then>within <n.days/> days</then>
</n.if.has_days>
<n.search_paging.>
<n.if.has_paging>
<then>Showing posts <n.current_page.page_row.plus.one/> to <n.current_page.page_row.plus.rows_per_page/>.</then>
</n.if.has_paging>
</n.search_paging.>
</macro>
|
| Free forum by Nabble | Edit this page |