{include h}
{include thread_header}
{$v.name}
{$_LANG['文件大小']}:{php echo round($v['size']/1024/1024,2);}M ({$_LANG['下载次数']}:{$v.downs})
{if $v['gold']}
{$_LANG['售价']}:{$v.gold}
{/if}
# {$k+1}{$_LANG['楼']} {php echo humandate($v['atime'])}
{if IS_LOGIN }
{if $v['uid'] == $user['id'] || $user['group'] == C("ADMIN_GROUP")}
{$_LANG['编辑']}
{/if}
{if $v['uid'] == $user['id'] || $user['group'] == C("ADMIN_GROUP") || is_forumg($forum,$user['id'],$thread_data['fid'])}
{$_LANG['删除帖子']}
{/if}
{/if}
{$thread_data.title}{if $thread_data['state']} - {$_LANG['已锁定']}{/if}
{$thread_data.user}
{php echo humandate($thread_data['atime'])}
{$_LANG['内容隐藏提示']}
{else}
{$_LANG['内容需要付费']} ({$_LANG['点击购买']}) {$_LANG['售价']}:{$thread_data['gold']} {$_LANG['金币']}
{/if}
{/if}
{if $forum[$thread_data['fid']]['fid'] != -1}
{$_LANG['附件列表']}
{foreach $filelist as $v}
{if $v['show']}
{foreach $PostList as $k => $v}
{/foreach}
{$v.user}