{template /Admin/Index/navli.html}
{template /Admin/Index/header.html}
GCMS
文章管理
文章列表
◆ 文章管理
显示全部
{loop $classdata $classlist}
{$classlist['classname']}
{/loop}
{loop $articledata $articlelist}
[ID:{$articlelist['id']}] [{$articlelist['gcmsclass']}] [
{$articlelist['gcmstitle']}
]
【删除】
【编辑】
{if $articlelist['status']==0}
【推荐】
【头条】
{/if} {if $articlelist['status']==1}
【普通】
【头条】
{/if} {if $articlelist['status']==2}
【普通】
【推荐】
{/if}
{/loop}
{$ccpages}
-