{include file="head.html"}
{$type_name}
{foreach item=c from=$data} {/foreach}
bookid 名称 图片 价格 状态 推荐 是否公开 付费 操作
{$c.bookid} {$c.title} {$c.money}
{if $c.isprivate}私有{else}公开{/if} {if $c.ispay}付费{else}免费{/if} 编辑 查看 写书 删除
{$pagelist}
{include file="footer.html"}