{include(shop.header)}
{tab_other_language::get("路径")}:
{tab_other_language::get("顶级")}
{foreach($arr_path as $path)} ->
{$path['area_name']}
{/foreach}
{tab_other_language::get("名称")}
{tab_other_language::get("操作")}
{foreach($arr_list['list'] as $item)}
{$item["area_name"]}
{if($item['area_childs']>0)}
{tab_other_language::get("下级")}
{/if} {if(!in_array($item['area_id'] , $arr_list['pids']))}
{tab_other_language::get("添加")}
{/if}
{/foreach}
{if($this_limit->chk_act("save"))}
{/if}
{include(shop.footer)}