<#assign gridName="ledLayoutModel${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="code" title="docking_model_code" type="text" maxlength="50"/> <@ZKUI.Input name="name" title="docking_model_name" type="text" maxlength="50"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh"> <@ZKUI.ToolItem id="ledLayoutModel.do?edit" text="common_op_new" width="390" height="360" img="comm_add.png" action="commonAdd"> <@ZKUI.ToolItem id="ledLayoutModel.do?del&codes=(code)&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.led.vo.LedLayoutModelItem" query="ledLayoutModel.do?list"/>