#assign gridName="visAttributeGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="attrName" maxlength="30" title="pers_attrDefini_attrName" type="text"/>
|
<@ZKUI.Input name="attrValue" maxlength="2000" title="pers_attribute_attrValue" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vis:attribute:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="visAttribute.do?edit" text="common_op_new" width="460" height="430" img="comm_add.png" action="commonAdd" permission="vis:attribute:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="visAttribute.do?del&attrNames=(attrName)" text="common_op_del" img="comm_del.png" action="delAttr" permission="vis:attribute:del">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.vis.vo.VisAttributeItem" query="visAttribute.do?list"/>
@ZKUI.GridBox>