<#assign leftRTL = "left"> <#assign rightRTL = "right"> <#if enableRTL?? && enableRTL=="true"> <#assign leftRTL = "right"> <#assign rightRTL = "left"> <#assign gridName="accMapGrid${uuid!}"> <#assign toolbarId="accMapToolbar${uuid!}"> <@ZKUI.GridBox style="height:100%;width:100%"> <@ZKUI.Toolbar id="${toolbarId}"> <@ZKUI.ToolItem id="refresh" action="reloadTree" text="common_op_refresh" img="comm_refresh.png" permission="acc:map:refresh"> <@ZKUI.ToolItem id="/accMap.do?edit" type="add" text="common_op_new" img="comm_add.png" permission="acc:map:add"> <@ZKUI.ToolItem id="/accMap.do?edit&id=" action="editMap" text="common_op_edit" img="comm_edit.png" permission="acc:map:edit"> <@ZKUI.ToolItem id="/accMap.do?del" action="delMap" text="common_op_del" img="comm_del.png" permission="acc:map:del"> <@ZKUI.ToolItem id="/accMap.do?saveMapPos" action="saveMapPos" text="common_op_savePositon" img="comm_saveMapPos.png" permission="acc:map:saveMapPos"> <@ZKUI.ToolItem id="/accMap.do?getEntitySelectItem&entityType=AccDoor" action="addEntityToMap" text="acc_map_addDoor" img="acc_addDoor.png" permission="acc:map:addDoorToMap"> <@ZKUI.ToolItem id="/accMap.do?getEntitySelectItem&entityType=VidChannel" action="addChannelToMap" text="acc_map_addChannel" img="acc_map_addChannel.jpg" permission="acc:map:addChannelToMap" isShow="JAVA#com.zkteco.zkbiosecurity.acc.dhx.AccShowBindChannel.isShow"> <@ZKUI.ToolItem id="zoomIn" type="button" action="zoomIn" text="common_op_zoomIn" img="comm_zoomIn.png" > <@ZKUI.ToolItem id="zoomOut" type="button" action="zoomOut" text="common_op_zoomOut" img="coom_zoomOut.png" > <@ZKUI.ToolItem id="fullScreen" type="button" action="fullScreen" text="common_op_fullScreen" img="base_map_fullScreen.png" > <@ZKUI.Layout id="layout${uuid!}" style="position:absolute; top:35px;bottom:0px;left:0px;right:0px;width:auto;height:auto;" onInit="initMapLayout" pattern="3L"> <@ZKUI.Cell width="200" title="base_map_list" > <@ZKUI.Tree id="tree${uuid!}" url="/accMap.do?getMapTree" onXLE="loadSelectedMap" onClick="treeClick"> <@ZKUI.Cell title="base_map_currentMap" height="400"> <@ZKUI.Cell title="acc_rtMonitor_realTimeEvent">
<@ZKUI.Grid gridName="${gridName}" showColumns="!filter" originSort="true" vo="com.zkteco.zkbiosecurity.acc.vo.AccRTMonitorItem" gridType="right" nopaging="true"/>
<#if systemModules?lower_case?index_of("vid") != -1> <#elseif systemModules?lower_case?index_of("vms") != -1>