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