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