<#assign gridName="eleTimeSegGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="30" title="common_timeSeg_name" type="text"/> <@ZKUI.Input name="remark" maxlength="50" title="common_remark" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="ele:timeSeg:refresh"/> <@ZKUI.ToolItem id="eleTimeSeg.do?edit" text="common_op_new" width="800" height="500" img="comm_add.png" action="commonAdd" permission="ele:timeSeg:add"/> <@ZKUI.ToolItem id="eleTimeSeg.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="ele:timeSeg:del"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.ele.vo.EleTimeSegItem" query="eleTimeSeg.do?list"/>