<#assign gridName="attCustomRuleGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Combo width="148" title='att_custom_rule_type' name="ruleType"> <@ZKUI.Input name="ruleName" 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:customRule:refresh"> <@ZKUI.ToolItem id="attCustomRule.do?edit" text="common_op_new" width="640" height="500" img="comm_add.png" action="commonAdd" permission="att:customRule:edit"> <@ZKUI.ToolItem id="attCustomRule.do?del&names=(deptName)" text="common_op_del" img="comm_del.png" action="commonDel" permission="att:customRule:del"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.att.vo.AttCustomRuleItem" query="attCustomRule.do?list"/>