<@ZKUI.Layout pattern="3L" onInit="initParkLayout"> <@ZKUI.Cell width="240" hideArrow="true"> <@ZKUI.Tree id="tree${uuid!}" url="parkPavilio.do?getPavilioTree" onClick="treeClick"> <@ZKUI.Cell hideArrow="true" title="park_channel"> <@ZKUI.GridBox gridName="parkChannel${uuid}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="30" title="park_channel_name" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="park:channel:refresh"/> <@ZKUI.ToolItem id="parkChannel.do?edit" text="common_op_new" width="700" height="400" img="comm_add.png" action="commonAdd" permission="park:channel:add"/> <@ZKUI.ToolItem id="parkChannel.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="park:channel:del"/> <@ZKUI.Grid autoFirst="true" onRowSelect="selectParkingChannel" vo="com.zkteco.zkbiosecurity.park.vo.ParkChannelItem" query="parkChannel.do?list"/> <@ZKUI.Cell hideArrow="true" title="park_device" height="200"> <@ZKUI.GridBox showColumns="nameNotEdit,ipAddress,port,avoption,displayType,deviceStatus" gridName="parkDevice${uuid}"> <@ZKUI.Grid nopaging="true" vo="com.zkteco.zkbiosecurity.park.vo.ParkDeviceItem" query="parkDevice.do?listByChannelId"/>