<#assign gridName="psgLinkageGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="30" title="common_linkIO_linkageName" type="text"/> <@ZKUI.Input name="deviceAlias" maxlength="30" title="common_dev_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="psg:linkage:refresh"/> <@ZKUI.ToolItem id="psgLinkage.do?edit" text="common_op_new" width="800" height="650" img="comm_add.png" action="commonAdd" permission="psg:linkage:edit"/> <@ZKUI.ToolItem id="psgLinkage.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="psg:linkage:del"/> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.psg.vo.PsgLinkageItem" query="psgLinkage.do?list"/>