#assign gridName="iVideoChannelGrid${uuid!}">
<@ZKUI.GridBox gridName="${gridName}">
<@ZKUI.Searchbar>
<@ZKUI.SearchTop>
|
<@ZKUI.Input name="name" maxlength="30" title="common_name" type="text"/>
|
<@ZKUI.Input name="cameraId" maxlength="30" title="docking_common_id" type="text"/>
|
@ZKUI.SearchTop>
@ZKUI.Searchbar>
<@ZKUI.Toolbar>
<@ZKUI.ToolItem id="refresh" text="common_op_refresh" img="comm_refresh.png" action="commonRefresh" permission="iVideo:channel:refresh">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="iVideoChannel.do?edit" text="common_op_new" width="480" height="300" img="comm_add.png" action="commonAdd" permission="iVideo:channel:add">@ZKUI.ToolItem>
<@ZKUI.ToolItem id="iVideoChannel.do?del&names=(name)" text="common_op_del" img="comm_del.png" action="commonDel" permission="iVideo:channel:del">@ZKUI.ToolItem>
@ZKUI.Toolbar>
<@ZKUI.Grid vo="com.zkteco.zkbiosecurity.ivideo.vo.IVideoChannelItem" query="iVideoChannel.do?list"/>
@ZKUI.GridBox>