<#assign gridName="persExpiryMemberReportGrid${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" noOverToday="true" hideLabel="true" readonly="false"/>   <@i18n 'common_to'/>   <@ZKUI.Input type="datetime" id="endTimeId${uuid!}" name="endTimee" title="common_to" today="true" offset="6" hideLabel="true" readonly="false"/> <@ZKUI.Layout style="position:absolute; top:70px;bottom:0px;left:0px;right:0px;height:auto;"> <@ZKUI.Cell hideHeader="true"> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pers:memberExpiry:report:refresh"/> <@ZKUI.ToolItem id="persExpiryMemberReport.do?memberExpiry&pins=(pin)" text="pers_send_expiry_notification" title="pers_send_expiry_notification" width="400" height="300" img="comm_add.png" action="commonOperate" permission="pers:memberExpiry:report:expNotification"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.pers.vo.PersExpiryMemberReportItem" query="persExpiryMemberReport.do?list"/>