<{if $action == "" || $action == "view" }> <{if $comment == "" }> 没有任何评论 <{else}>
<{foreach from=$comment item=comment}> <{/foreach}>
查看评论
<{$comment.author}>(<{$comment.user}>) 发表于 <{$comment.time}> <{$comment.ip}> &id=<{$id}>&cid=<{$comment.cid}>>删除
<{$comment.comment}>
<{$page}>
<{/if}> <{/if}>