<#assign gridName="admsProduct${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="100" title="auth_license_productName" type="text"/> <@ZKUI.Input name="productKey" maxlength="100" title="adms_product_key" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="adms:product:refresh"> <@ZKUI.ToolItem id="admsProduct.do?edit&names=(name)" text="common_op_new" width="420" height="300" img="comm_add.png" action="commonAdd" permission="adms:product:add"> <@ZKUI.ToolItem id="admsProduct.do?del&name=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="adms:product:del"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.adms.vo.AdmsProductItem" query="admsProduct.do?list"/>