{include "header.inc.html"}
{$lang.admin.articlecat.name}
{$lang.admin.articlecat.name_en}
{if $smarty.get.act=="add" || $smarty.get.act=="edit"}
{if $smarty.get.act=="edit"} {/if}
{else} {foreach from=$articleCat item=item} {/foreach}
编号分类名称排序添加时间操作
{$item.id}{for $foo=1 to $item.grade*4} {/for}{$item.name}{$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"}