{include "header.inc.html"} {$articleLang = $lang.admin.article.form}
{$lang.admin.article.name}
{$lang.admin.article.name_en}
{if $smarty.get.act=="add" || $smarty.get.act=="edit"} {include 'image.inc.html'}
{if $smarty.get.act=="edit"} {else} {/if}
  {$lang.form.iStatus}:
可用于在列表显示时精简标题
   {$lang.form.sort}:
  {$articleLang.fromUrl}:
{editor content=$articleInfo.content}
{if $config.article.thumbnail}
{if $articleInfo.thumbId} {attachment id=$articleInfo.thumbId limit=1} {/attachment} {/if}
{/if}
{else}
{if $smarty.get.act=="list" || $smarty.get.act==""}删除所选{/if}
{article limit=15 pager="true" key=$key catId=$smarty.get.catId search="true" fields="catName"} {/article}
{$lang.form.id}{$articleLang.title}{$lang.form.sort}{$lang.form.catName}自定URL状态{$lang.form.posttime}{$lang.form.operate}
{$item.id}{$item.title}{$item.sortId}{$item.catName} {$item.catId}{$item.seoUrl}{$item.posttime|date_format:"Y-m-d H:i:s"}{$lang.view} {$lang.edit} {$lang.del}
{if $key} {$key = "/key/$key"} {/if}
{pager allCount=$allCount url="/qkadmin/article$key/page/" number="false"}
{/if} {if $smarty.get.act=="edit" || $smarty.get.act=="add"} {else} {literal} {/literal} {/if}
{include "footer.inc.html"}