<#assign gridName="persAttributeGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="attrName" maxlength="30" title="pers_attribute_attrName" type="text"/> <@ZKUI.Input name="attrValue" maxlength="30" title="pers_attribute_attrValue" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="pers:attribute:refresh"/> <@ZKUI.ToolItem id="persAttribute.do?edit" text="common_op_new" height="400" width="450" img="comm_add.png" action="countAttrList" permission="pers:attribute:add"/> <@ZKUI.ToolItem id="persAttribute.do?del&attrName=(showName)" text="common_op_del" img="comm_del.png" action="commonDel" permission="pers:attribute:del"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.pers.vo.PersAttributeItem" query="persAttribute.do?list"/>