{include file="head.html"} {include file="header.html"}
{include file="user-side.html"}
我的课程
发布课程
{foreach item=c from=$list} {/foreach}
bookid 名称 图片 价格 状态 推荐 是否公开 付费 操作
{$c.bookid} {$c.title} {$c.money}
{if $c.isprivate}私有{else}公开{/if} {if $c.ispay}付费{else}免费{/if} 编辑 查看 写书 删除
{$pagelist}
{include file="footer.html"} {include file="foot-all.html"}