<{foreach from=$workgrounds item=workground name=d }>
<{if $workground.checked}>
<{$workground.menu_title}>
<{foreach from=$workground.permissions item=permission key=key}>
<{if $permission.checked}>
<{/if}>
<{/foreach}>
<{/if}>
<{/foreach}>
<{if $flg}>
<{t}>控制面板<{/t}>
<{foreach from=$adminpanels item=adminpanel key=key}>
<{if $adminpanel.checked}>
<{/if}>
<{/foreach}>
<{/if}>
<{if $widgets}>
<{t}>桌面挂件<{/t}>
<{foreach from=$widgets item=widget key=key}>
<{/foreach}>
<{/if}>
<{if $othersflg}>
<{t}>其他<{/t}>
<{foreach from=$others item=other key=key}>
<{if $other.checked}>
<{/if}>
<{/foreach}>
<{/if}>