<#assign gridName="admsAuthDeviceSearchGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="ip" maxlength="30" title="common_ipAddress" type="text"/> <@ZKUI.Input name="deviceName" maxlength="30" title="common_dev_devType" type="text"/> <@ZKUI.Input name="sn" maxlength="30" title="adms_device_sn" type="text"/> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.adms.vo.AdmsAuthDeviceItem" query="/admsDevice.do?authDeviceList"/>