{include file='index/public'/}
{include file='index/head'/}
{volist name="$info_rd" id="vo"}
{$vo.zhuti}
{/volist}
{volist name="$info_xc" id="vo"}
{$vo.question_nums}题
{$vo.date|date="n/j"}
{/volist}
{volist name="$info_sl" id="vo"}
{$vo.question_nums}题
{$vo.date|date="n/j"}
{/volist}
{if $info_zhenyan}
{$info_zhenyan.content}
——{$info_zhenyan.author}
{else/} {/if}
{volist name="info_chengjiu" id="vo"}
{switch $i } {case 1 }{/case} {case 2}{/case} {case 3}{/case} {case 4}{/case} {case 5}{/case} {default /} {/switch}
{if $vo.nicheng == '无'} {$vo.username} {else/}{$vo.nicheng} {/if}
{$vo.chengjiu}
{/volist}
{volist name="$info_rili" id="vo"}
{$vo.test_date}
还有{:floor(abs(strtotime($vo.test_date)-strtotime(date("Y-m-d")))/(60*60*24))}
{/volist}
{include file='index/foot'/}