<#assign gridName="visAttributeValueGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="attrValue" maxlength="30" title="vis_attributeValue_attrValue" type="text"/> <@ZKUI.SearchBelow> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vis:attributeValue:refresh"> <@ZKUI.ToolItem id="visAttributeValue.do?edit" text="common_op_new" width="500" img="comm_add.png" action="commonAdd" permission="vis:attributeValue:add"> <@ZKUI.ToolItem id="visAttributeValue.do?del" text="common_op_del" img="comm_del.png" action="commonDel" permission="vis:attributeValue:delete"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.vis.vo.VisAttributeValueItem" query="visAttributeValue.do?list"/>