<#assign gridName="attBreakTimeGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="30" title="common_name" type="text"/> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="att:breakTime:refresh"> <@ZKUI.ToolItem id="attBreakTime.do?edit" text="common_op_new" width="420" height="300" img="comm_add.png" action="commonAdd" permission="att:breakTime:add"> <@ZKUI.ToolItem id="attBreakTime.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="att:breakTime:del"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.att.vo.AttBreakTimeItem" query="attBreakTime.do?list"/>