<#assign gridName="hwAlarmFaceSpotGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input type="datetime" id="startTime" endId="endDate" name="startTime" title="common_time_from" todayRange="start" max="today" today="-7" offsetField="D" noOverToday="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endDate" name="endTime" title="common_to" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/> <@ZKUI.Combo id="vidExtDeviceId" empty="false" autoFirst="true" name="vidExtDeviceId" title="ivs_ext_device_manager" path="ivsFaceStatistic.do?getVidExtDeviceSelectData" onChange="reloadChartChannelData" onAfterLoad="selectDevice"/> <@ZKUI.ComboTree id="channelCode" name="channelCodeList" title="ivs_ext_channel" width="148" needCheckAll="true" isTree="false"/> <@ZKUI.Combo autoFirst="true" empty="false" id="type" name="type" title="ivs_alarmType" width="149" onChange="reloadGridData" > <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" permission="ivs:analyseface:refresh" > <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.ivs.vo.IvsAlarmFaceSpotItem" query="ivsAlarmFaceSpot.do?list"/>