{if condition="$comment.verify eq 1"}
{/if}
{maccms:for start="1" end="16" }
{/maccms:for}
{maccms:comment num="10" paging="yes" order="desc" by="id"} {/maccms:comment}
共“
{$__PAGING__.record_total|intval}
”条评论
用户评论
{maccms:foreach name="__LIST__" id="vo"}
{$vo.comment_ip|long2ip}
{$vo.comment_name}
{$vo.comment_time|date='Y-m-d H:i:s',###}
{$vo.comment_content|mac_em_replace}
举报
{$vo.comment_up}
{$vo.comment_down}
回复
{maccms:foreach name="$vo.sub" id="child"}
{$child.comment_ip|long2ip}
{$child.comment_name}
{$child.comment_time|date='Y-m-d H:i:s',###}
{$child.comment_content|mac_em_replace}
举报
{$child.comment_up}
{$child.comment_down}
{/maccms:foreach}
{/maccms:foreach}
{if condition="$__PAGING__.page_total gt 1"}
首页
上一页
{maccms:foreach name="$__PAGING__.page_num" id="num"}
{$num}
{/maccms:foreach}
{$__PAGING__.page_current}/{$__PAGING__.page_total}
下一页
尾页
{/if}
{$vo.comment_name}
{$vo.comment_time|date='Y-m-d H:i:s',###}