{layout name="public/layout" /}
{:isset($list['typename'])?'【'.$list['typename'].'】':''}{$list.name|RemoveXSS}
{if condition="empty($list['poster'])"} {else} {/if}
{$list.uname}
{$list.create_time|date="Y-m-d H:i",###}
{$list.content|htmlspecialchars_decode|RemoveXSS}
全部评论
{volist name="comments" id="vo"}
{if condition="empty($vo['poster'])"} {else} {/if}
{$vo.uname} {if condition="$vo['top']"} (精华){/if}
{$vo.content|htmlspecialchars_decode|RemoveXSS}
{if condition="count($vo['parent'])"}
{$vo.parent.uname}: {$vo.parent.content|htmlspecialchars_decode|RemoveXSS}
{/if}
{$vo.create_time|date="Y-m-d H:i",###}
{if condition="$list['open'] and $vo['mid'] neq $mid"}
{/if}
{$vo.love}
{if condition="$vo['mid'] neq $mid"}{/if}
{/volist}
{if condition="$list['open']"}
评论
{/if}