<@i18n 'common_level_setting'/>
<#if tempList??> <#if (tempList?size>0)> <#list tempList as level>
<#else> <@i18n 'acc_level_noneSelect'/> <#elseif defaultLevel??>
<@i18n 'common_op_add'/>
<@i18n 'common_tree_selectAll'/>
<@i18n 'common_tree_unselectAll'/>
<#if "${Application['system.productCode']}" == "ZKBioSecurity">
<@ZKUI.Combo id="accSuperAuth${uuid}" empty="false" width="148" name="acc.superAuth" hideLabel="true" value="${(item.superAuth)!0}">
<@ZKUI.Combo empty="false" width="148" name="acc.privilege" hideLabel="true" value="${(item.privilege)!}">
<@ZKUI.Input id="accDelayPassage${uuid}" hideLabel="true" name="acc.delayPassage" type="checkbox" eventCheck="true" value="${(item.delayPassage?string('true','false'))!'false'}"/>
<@ZKUI.Input id="accDisabled${uuid}" hideLabel="true" name="acc.disabled" type="checkbox" eventCheck="true" value="${(item.disabled?string('true','false'))!'false'}"/>
<@ZKUI.Input id="accIsSetValidTime${uuid}" hideLabel="true" name="acc.isSetValidTime" type="checkbox" eventCheck="true" value="${(item.isSetValidTime?string('true','false'))!'false'}"/>