<#assign leftRTL = "left"> <#assign rightRTL = "right"> <#if enableRTL?? && enableRTL=="true"> <#assign leftRTL = "right"> <#assign rightRTL = "left">
<@i18n 'common_dev_searchNoDevTip'/> <@i18n 'common_dev_downloadSearchTool'/>
<@i18n 'common_op_totalProgress'/>
<@i18n 'common_ipAddress'/><@ZKUI.Input hideLabel="true" id="devIPAddress" type="text" style="width: 120px; margin-${leftRTL!'left'}:7px;" onchange="devInfoFilter(this)" onkeyup="devInfoFilter(this)" disabled="true" maxlength="15"/> <@i18n 'common_dev_devType'/><@ZKUI.Input hideLabel="true" id="devType" type="text" style="width: 120px; margin-${leftRTL!'left'}:7px;" onchange="devInfoFilter(this)" onkeyup="devInfoFilter(this)" disabled="true" maxlength="30"/> <@i18n 'common_dev_sn'/><@ZKUI.Input hideLabel="true" id="devSN" type="text" style="width: 120px; margin-${leftRTL!'left'}:7px;" onchange="devInfoFilter(this)" onkeyup="devInfoFilter(this)" disabled="true" maxlength="30"/>