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