{include file="head.html"}
{$type_name}
{foreach item=c from=$data} {/foreach}
id 标题 书籍 创建 状态 推荐 操作
{$c.id} {$c.title} {$c.book_title} {$c.createtime|cutstr:16} {if $c.status eq 2} {else} {/if} {if $c.pageindex eq 1} {else} {/if} 编辑 查看 删除
{$pagelist}
{include file="footer.html"}