<#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 'vdb_level_noneSelect'/> <#else> <@i18n 'vdb_level_noneSelect'/>
<@i18n 'common_op_add'/> <@i18n 'common_tree_selectAll'/> <@i18n 'common_tree_unselectAll'/>
<@ZKUI.Combo type="radio" id="vdbBuildingId${uuid}" width="148" empty="true" path="vdbBuilding.do?getBuildingList" name="vdb.buildingId" readonly="true" hideLabel="true" value="${(item.buildingId)!}" onChange="getUnits"/>
<@ZKUI.Combo id="vdbUnitId" name="vdb.unitId" width="148" path="vdbUnit.do?getUnitByBuildingId&buildingId=${(item.buildingId)!}" empty="true" value="${(item.unitId)!}" hideLabel="true" />