{include file="public/header" /}
演示列表-静态表格
{volist name="lists" id='vo'} {/volist}
ID 文本 富文本 百度文本 图片 参照 时间戳 日期 日期时间 网址链接 操作
{$vo['test_id']} {$vo['test_input']} {$vo['test_rich']} {$vo['test_rich_baidu']} {if($vo['test_reference'] == 1)} 开启 {else/} 关闭 {/if} {:date('Y-m-d H:i:s',$vo.test_time)} {$vo['test_data']} {$vo['test_datatime']} {$vo['test_url']}
{$lists|raw}
{include file="public/tail" /}