<#assign gridName="accTimeSegGrid${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="30" title="common_remark" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="acc:timeSeg:refresh"> <@ZKUI.ToolItem id="/accTimeSeg.do?edit" text="common_op_new" width="800" height="500" img="comm_add.png" action="commonAdd" permission="acc:timeSeg:add"> <@ZKUI.ToolItem id="/accTimeSeg.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="acc:timeSeg:del"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.acc.vo.AccTimeSegItem" query="/accTimeSeg.do?list"/>