<#assign gridName="persNewMemberReportGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}" style="height:100%;width:100%"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@i18n 'common_time_from'/>   <@ZKUI.Input type="datetime" endId="endTimeId${uuid}" id="startTime${uuid}" name="startTime" title="common_time_from" max="today" today="-3" todayRange="start" hideLabel="true" noOverToday="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTimeId${uuid}" name="endTime" title="common_to" max="today" today="true" todayRange="end" noOverToday="true" hideLabel="true" readonly="false"/> <@ZKUI.Layout > <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pers:newMember:report:refresh"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.pers.vo.PersNewMemberReportItem" query="persNewMemberReport.do?list"/>