{include file="index/header"}
{volist name="tptc" id="vo"} {/volist}
数据ID 标题 分类 是否显示 添加时间 推送 基本操作
{$vo.id} {$vo.title} 【{$vo.name}】 显示 {$vo.time|date="Y-m-d",###} {if condition="$vo['baidu'] eq '1'"} 百度 {else/} 百度 {/if} {if condition="$vo['xz'] eq '1'"} 熊掌 {else/} 熊掌 {/if} 修改 删除
{$tptc->render()}
{include file="index_footer"}