<{if $action == "" || $action == "view"}>
<{include file="default/Header.html"}>
<{if $comment == "" }>
没有任何评论
<{else}>
| 最新评论 |
<{foreach from=$comment item=comment}>
 <{$comment.author}>(<{$comment.user}>) 发表于 <{$comment.time}><{if $config.comment_show_ip == "1"}> <{$comment.ip}><{/if}>
|
<{/foreach}>
<{/if}>
<{include file="default/Footer.html"}>
<{/if}>