<%{include file="header.html"}%>

添加 <%{$out.cat_type_name|escape:html}%> 分类 刀客建站系统 管理中心 - <%{$out.cat_type_name|escape:html}%> 分类 帮助 论坛

<%{if $out.cat_res}%> <%{foreach from=$out.cat_res item=v key=k}%> <%{foreach from=$v.children key=k_c item=v_c}%> <%{/foreach}%> <%{/foreach}%>
分类名称 <%{$out.cat_type_name}%> 数量 是否显示 排序 操作
<%{$v.parent.cat_name}%> <%{$v.parent.count}%> <%{$v.parent.sort_order}%> 转移<%{$out.cat_type_name|escape:html}%> | 编辑 | 删除
<%{$v_c.cat_name}%> <%{$v_c.count}%> <%{$v_c.sort_order}%> 转移 <%{$out.cat_type_name|escape:html}%> | 编辑 | 删除
<%{else}%>
没有分类显示
<%{/if}%>