<#assign gridName="alarmLatestGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.ComboTree id="vidExtDeviceId" name="vidExtDeviceId" title="ivs_ext_device_manager" needCheckAll="true" isTree="false"/> <@ZKUI.ComboTree id="alarmTypeList" name="alarmTypeList" title="ivs_alarm_codeTypeName" needCheckAll="true" isTree="false"/> <@ZKUI.ComboTree id="type" name="type" title="ivs_alarmType" needCheckAll="true" isTree="false"/> <@ZKUI.ComboTree id="eventLevelStr" name="eventLevelStr" title="ivs_alarm_eventLevel" needCheckAll="true" isTree="false"/> <@ZKUI.Toolbar id="ivsSearchToolbar"> <#if isClient!="true"> <@ZKUI.ToolItem id="fullScreenTabId" img="base_map_fullScreen.png" action="ivsAlarmFullScreenTab" text="common_op_fullScreen"> <@ZKUI.ToolItem id="stopRefreshId" img="ivs_pause_refresh.png" action="stopRefresh" text="ivs_alarm_stopRefresh"> <@ZKUI.Grid gridName="hwAlarmLatestGrid" vo="com.zkteco.zkbiosecurity.ivs.vo.IvsAlarmLatestItem" query="ivsFaceRetrieval.do?list" nopaging="true" showColumns="!panoramaImg,eventLevel,channelCode,alarmCodeType,snapshotStr,matchedImage,vehicleEventName,vehicleCodeTypeName,vidParentDeviceId,alarmEventId,notificationId,groupName,personName"/>