<#assign gridName="cvaAnalyseFaceGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input type="datetime" id="beginTime" endId="endTime" name="beginDate" title="common_time_from" todayRange="start" max="today" today="-3" noOverToday="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTime" name="endDate" title="common_to" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/> <@ZKUI.Combo empty="true" name="genderCode" title="common_gender" value="${(item.result)!}" width="149" >  <@ZKUI.Input name="targetId" maxlength="10" title="ivs_acc_target_id" type="text"/> <@ZKUI.Combo empty="true" name="alarmLevel" title="ivs_acc_alarm_level" value="${(item.result)!}" width="149" >  <@ZKUI.SearchBelow> <@ZKUI.Combo empty="true" name="status" title="common_status" value="${(item.result)!}" width="149" >  <@ZKUI.Combo empty="true" name="mustache" title="ivs_acc_mustache" value="${(item.result)!}" width="149" >  <@ZKUI.Combo empty="true" name="hair" title="ivs_acc_hair" value="${(item.result)!}" width="149" >  <@ZKUI.Combo empty="true" name="hat" title="ivs_acc_hat" value="${(item.result)!}" width="149" >  <@ZKUI.Input name="age" maxlength="10" title="ivs_acc_age" type="text"/> <@ZKUI.Input name="name" maxlength="30" title="common_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem type="refresh" permission="ivs:analyseface:refresh" > <@ZKUI.ToolItem id="ivsAnalyseFace.do?clearData" text="common_op_clearData" action="hwAnalyseFaceClearData" img="comm_del.png" permission="ivs:analyseface:clearData"> <@ZKUI.ToolItem id="ivsAnalyseFace.do?export" type="export" text="common_op_export" img="comm_export.png" permission="ivs:analyseface:export"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.ivs.vo.IvsAnalyseFaceItem" query="ivsAnalyseFace.do?list"/>