<#assign gridName="attSignGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}" showColumns="!zkGridOp"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input type="datetime" startTimeId="startTime${uuid}" name="startTime" title="common_time_from" todayRange="start" max="today" today="-3" noOverToday="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" endTimeId="endTimeId${uuid}" name="endTime" title="common_to" max="today" todayRange="end" today="true" noOverToday="true" hideLabel="true" readonly="false"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:sign:refresh"> <@ZKUI.ToolItem id="attWfSelfApply.do?startApply&flowType=sign" text="common_op_new" width="600" height="490" img="comm_add.png" action="openApplySignWindow" permission="att:sign:add"> <@ZKUI.ToolItem id="attSign.do?export" type="export" text="common_op_export" img="comm_export.png" permission="att:sign:export"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.att.vo.AttSignItem" query="attSign.do?list"/>