<#assign leftRTL = "left"> <#assign rightRTL = "right"> <#if enableRTL?? && enableRTL=="true"> <#assign leftRTL = "right"> <#assign rightRTL = "left">
<@i18n 'common_level_setting'/>
<#if tempList??> <#if (tempList?size>0)> <#list tempList as level>
<#else> <@i18n 'acc_level_noneSelect'/>
<@i18n 'common_op_add'/> <@i18n 'common_tree_selectAll'/> <@i18n 'common_tree_unselectAll'/>

<@i18n 'acc_editPerson_adminTip'/>

<@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)!}">

<@i18n 'acc_editPerson_delayPassageTip'/>

<@ZKUI.Input id="accDelayPassage${uuid}" hideLabel="true" name="acc.delayPassage" type="checkbox" eventCheck="true" value="${(item.delayPassage?string('true','false'))!'false'}"/>

<@i18n 'acc_editPerson_disabledTip'/>

<@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'}"/>