<#assign gridName="vidChannelGrid${uuid!}"> <@ZKUI.GridBox gridName="${gridName}"> <@ZKUI.Searchbar> <@ZKUI.SearchTop> <@ZKUI.Input name="alias" maxlength="30" title="common_dev_name" type="text"/> <@ZKUI.Input name="name" maxlength="30" title="vid_channel_name" type="text"/> <@ZKUI.ComboTree title="base_area_name" type="radio" url="authArea.do?tree" value="${(item.areaId)!}" name="areaId"/> <@ZKUI.Toolbar gridName="${gridName}"> <@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="vid:channel:refresh"> <@ZKUI.ToolItem id="vidChannel.do?enable" text="common_enable" img="comm_enable.png" action="commonOperate" permission="vid:channel:enable"> <@ZKUI.ToolItem id="vidChannel.do?disable" text="common_disable" img="comm_disable.png" action="commonOperate" permission="vid:channel:disable"> <@ZKUI.Grid gridName="${gridName}" vo="com.zkteco.zkbiosecurity.vid.vo.VidChannelItem" query="vidChannel.do?list"/>