<#assign gridName="parkParkingLotInfGrid${uuid!}"> <@ZKUI.GridBox showColumns="${showColumns}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="name" maxlength="30" title="park_parkingLotSet_parkParkingName" type="text"/> <@ZKUI.Toolbar> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="park:parkingLot:refresh"> <@ZKUI.ToolItem id="parkParkingLot.do?edit" text="common_op_new" width="420" height="380" img="comm_add.png" action="commonAdd" permission="park:parkingLot:add"> <@ZKUI.ToolItem id="parkParkingLot.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="park:parkingLot:del"> <@ZKUI.Grid vo="com.zkteco.zkbiosecurity.park.vo.ParkParkingLotItem" query="parkParkingLot.do?list"/>