{include file="head.html"}
导航管理
导航添加
{foreach item=g key=k from=$group_list}
{$g}
{/foreach}
ID
名称
状态
m
a
位置
目标
排序
操作
{foreach item=t from=$navlist}
{$t.id}
{$t.title}
{if $t.status eq 1}
{else}
{/if}
{$t.m}
{$t.a}
{$group_list.$t.group_id}
{$t.target}
添加
编辑
删除
{if $t.child} {foreach item=c from=$t.child}
{$c.id}
|__
{$c.title}
{if $c.status eq 1}
{else}
{/if}
{$c.m}
{$c.a}
{$group_list.$c.group_id}
{if $c.target eq '_blank'}{$lang._blank}{else}{$lang._self}{/if}
编辑
删除
{/foreach} {/if} {/foreach}
更改排序
{include file='footer.html'}