{include file="includes/header.html" title="#post.title"}
发布时间:{api format_time(#post.create_time)} {#post.title}
{#post.content}

{if #previous_post != null} 上一篇: {#previous_post.title}     阅读:{#previous_post.read_count}   评论:{#previous_post.comment_count}
{/if} {if #next_post != null} 下一篇: {#next_post.title}     阅读:{#next_post.read_count}   评论:{#next_post.comment_count} {/if}
{if #related_posts != null}

关于   {if #post.tags != null} {code $tags = explode(',', #post.tags);} {foreach $tags as $tag} {$tag} {/foreach} {else} 本文   {/if} 的相关文章:

    {foreach #related_posts as $post}
  • {api format_time($post.update_time, 'Y/m/d H:i')} {$post.title} 阅读:{$post.read_count}   评论:{$post.comment_count}
  • {/foreach}


{/if}

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

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


{if #post.open_comment == 1}

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

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