{template 'common/header'} {if $operation == 'display'}
筛选
{php echo tpl_form_field_daterange('time', array('starttime'=>date('Y-m-d', $starttime),'endtime'=>date('Y-m-d', $endtime)));}
{loop $list $item} {/loop}
ID 标题 作者 状态 排序 阅读量 发布时间 操作
{$item['id']} {$item['title']} {$item['author']} {if $item['isshow']==0} 不显示 {else} 显示 {/if} {$item['displayorder']} {$item['view']} {php echo date('Y-m-d H:i', $item['addtime']);}
{$pager}
{elseif $operation == 'post'}
文章管理
{php echo tpl_ueditor('content', $article['content']);}
{php echo tpl_form_field_image('images', $article['images']);}
(没有请留空)如填写,请填写完整的原文链接,包括“http://”
文章的显示顺序,越大则越靠前
{/if} {template 'common/footer'}