{include "header.inc.html"}
{$lang.admin.articlecat.name}
{$lang.admin.articlecat.name_en}
{if $smarty.get.act=="add" || $smarty.get.act=="edit"} {include 'image.inc.html'}
{if $smarty.get.act=="edit"}{/if}
以/开头并且符合URL规则
文章ID使用{ldelim}articleId{rdelim}代替。例如:/cat/view/{ldelim}articleId{rdelim}.html
{foreach from=$catInfo.thumbIdsArr item='thumb'} {if $thumb} {attachment id=$thumb limit=1} {/attachment} {/if} {/foreach}
{editor content=$catInfo.content}
{else} {foreach from=$articleCat item=item} {/foreach}
编号分类名称列表模板内容模板URL自定义详情页URL规则排序添加时间操作
{$item.id}  {for $foo=1 to $item.grade*4}  {/for}{$item.name}{$item.template}{$item.templateView}{$item.seoUrl}{$item.articleUrl}{$item.sortId}{$item.posttime|date_format:"%Y-%m-%d"}修改 删除
{/if} {if $smarty.get.act=="list" || $smarty.get.act==""} {literal} {/literal} {/if}
{include "footer.inc.html"}