{include file="Backend/Common/tpl/nav.tpl"}>
<{include file="Backend/Common/tpl/sidebar.tpl"}>
操作 |
功能名 |
功能代码 |
功能描述 |
备注 |
<{foreach from=$data item=d }>
|
<{$d.text}> |
<{$d.code}> |
<{$d.description}> |
<{$d.remark}> |
<{foreach from=$d.children item=c }>
|
<{$c.text}>
|
<{$c.code}> |
<{$c.description}> |
<{$c.remark}> |
<{foreach from=$c.children item=a }>
|
<{$a.text}>
|
<{$a.code}> |
<{$a.description}> |
<{$a.remark}> |
<{/foreach}>
<{/foreach}>
<{/foreach}>
<{include file="Backend/Common/tpl/table_resource.tpl"}>
<{include file="Backend/Common/tpl/subinfo.tpl"}>