位置:
首页
系统设置
网站管理员
添加管理员
管理员列表
管理员组
管理员权限管理
{foreach $node as $n}
{$n['checkbox']}
{foreach $n['_data'] as $c}
{$c['checkbox']}
{foreach $c['_data'] as $s}
{$s['checkbox']}
{foreach $s['_data'] as $v}
{$v['checkbox']}
{/foreach} {/foreach}
{/foreach}
{/foreach}