%{include file="header.html"}%>
添加 <%{$out.cat_type_name|escape:html}%> 分类
刀客建站系统 管理中心
- <%{$out.cat_type_name|escape:html}%> 分类
帮助
论坛
<%{if $out.cat_res}%>
分类名称
<%{$out.cat_type_name}%> 数量
是否显示
排序
操作
<%{foreach from=$out.cat_res item=v key=k}%>
<%{$v.parent.cat_name}%>
<%{$v.parent.count}%>
<%{$v.parent.sort_order}%>
转移<%{$out.cat_type_name|escape:html}%>
|
编辑
|
删除
<%{foreach from=$v.children key=k_c item=v_c}%>
<%{$v_c.cat_name}%>
<%{$v_c.count}%>
<%{$v_c.sort_order}%>
转移 <%{$out.cat_type_name|escape:html}%>
|
编辑
|
删除
<%{/foreach}%> <%{/foreach}%>
<%{else}%>
没有分类显示
<%{/if}%>