<#assign gridName="ParkDeviceOpRecordGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input endId="timeEnd${uuid!}" type="datetime" name="timeBegin" max="today" todayRange="start" today="0" title="common_time_from" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input id="timeEnd${uuid!}" type="datetime" name="timeEnd" max="today" todayRange="end" today="true" hideLabel="true" title="common_to" readonly="false"/> <@ZKUI.Input name="devIpAddress" maxlength="30" title="common_ipAddress" type="text"/> <@ZKUI.Input name="devName" maxlength="30" title="park_device_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh"> <@ZKUI.ToolItem id="parkDeviceOpRecord.do?del&names=(devName)" text="common_op_del" img="comm_del.png" action="commonDel" permission="park:deviceOpRecord:del"> <@ZKUI.Grid pageList="true" limitCount="100000" vo="com.zkteco.zkbiosecurity.park.vo.ParkDeviceOpRecordItem" query="parkDeviceOpRecord.do?list"/>