{extend name="index_base" /} {block name="seo"} {$t.title|strip_tags}|{$site_config['site_title']}|{$site_config['seo_title']} {/block} {block name="css"} {/block} {block name="body"}

{$t.title}

{if condition="$t['uid'] eq session('userid')"} 编辑{/if} {$t.name} {if condition="$t['settop'] eq 1"}置顶{/if} {if condition="$t['choice'] eq 1"}精帖{/if} {:hook('threadbanzhu',array('id'=>$t['id'],'tid'=>$t['tid'],'zuid'=>$t['uid']))}
{$t.reply} {$t.view}
{$t.username} {$t.username} {$t.time|friendlyDate}
{$t['point']|getgradenamebyid=$t['userid']} {$site_config['jifen_name']}:{$t.point}
{:hook('threadviewfee',array('id'=>$t['id'],'uid'=>session('userid'),'zuid'=>$t['uid']))}
{$content|htmlspecialchars_decode}
{:hook('threadattach')}
{if condition="$t['keywords'] neq ''"} {volist name="keywordarr" id="vo"} {$vo} {/volist} {/if}
    {volist name="tptc" id="vo"}
  • {$vo.username} {$vo.username}
    {$vo.time|friendlyDate}

    {$vo.content|htmlspecialchars_decode}

    {if condition="$vo['tid'] gt 0"}
    {$vo.tid|getcommentbyid}
    {/if}
    {$vo.praise} 回复 {if condition="$vo['uid'] eq session('userid')"} {/if}
  • {/volist}
{$tptc->render()}
{include file="index/right"}
{/block} {block name="script"} {/block}