{template 'common/header'}
{if $op =='display'}
常用工具 > 文章列表
{loop $list $item} {/loop}
全选 序号 标题 特色图片 发布时间 置顶 操作
{$item['id']} {$item['title']} {php echo date("Y-m-d H:m:s",$item['add_time'])} 编辑 删除
{$pager}
{elseif $op == 'post'}
常用工具 > 添加/修改文章
大量源码,持续更新:www.lanrenzhijia.com
{php echo tpl_form_field_image('images',$item['images']);}
{php echo tpl_ueditor('content', $item['content']);}
checked="checked"/> 是      checked="checked"/> 否
{/if} {template 'common/footer'}