{include file="includes/header.html" title="#page.title"}
{#page.title}
{#page.content}
{if #page.open_comment == 1}

  • 评论({#page.comment_count})
已有{#page.comment_count}位网友发表了看法

{foreach #comments as $comment} {if #current_index != #last_index} {else} {/if}
{#floor_base + #current_index + 1}楼 {$comment.replier_name} 评论时间:{api format_time($post.update_time, 'Y/m/d H:i')}
{$comment.content}
{/foreach} {if count(#comments) > 0}
{/if} {if count(#comments) == 0}
尚未发现用户评论{#comments.count}
{/if}


请发表您的评论,其中您的姓名及评论内容必填,其他项可选

您的姓名
【必填】请输入2至20个字符组成的姓名
邮箱地址
【可选】请输入您的邮箱地址,例如 myname@domain.com,系统会自动显示邮箱所对应的Gravatar图标
网站地址
【可选】请输入您的个人网站地址,例如 www.mydomain.com
【必填】请输入5至200个字符组成的评论内容
发表评论
{/if}
{include file="includes/footer.html"}