<#assign leftRTL = "left"> <#assign rightRTL = "right"> <#if enableRTL?? && enableRTL=="true"> <#assign leftRTL = "right"> <#assign rightRTL = "left"> <#assign gridName="eleRTMonitorGrid${uuid!}">
<@i18n 'common_rtMonitor_showPhotos'/> <@ZKUI.Input hideLabel="true" eventCheck=true id="msgCheckbox${uuid!}" type="checkbox" onclick="enableMsg()" checked="checked"/>
<@i18n 'ele_rtMonitor_playAudio'/> <@ZKUI.Input hideLabel="true" eventCheck=true id="audioCheckbox${uuid!}" type="checkbox" onclick="enableAudio('${uuid!}')" checked="checked"/>
<@i18n 'common_rtMonitor_totalReceived'/>: 0
<@i18n 'common_normal'/>:0  <@i18n 'common_exception'/>:0  <@i18n 'common_alarm'/>: 0
<@i18n 'common_eventDescription'/>  <@ZKUI.Input hideLabel="true" type="text" id="eventTypeFilter${uuid!}" style="height: 16px;line-height: 16px;margin-top: -2px" onchange="dataViewFilter(this,'${gridName!}')" onkeyup="dataViewFilter(this,'${gridName!}')"/>
<#if systemModules?lower_case?index_of("vid") != -1> <#elseif systemModules?lower_case?index_of("vms") != -1> <#elseif systemModules?lower_case?index_of("ivs") != -1>