<#assign editPage = "true"> <#include "/public/template/editTemplate.html"> <#macro editContent>
<@ZKUI.Input type="hidden" name="groupInfoStr" /> <@ZKUI.Input type="hidden" name="parentDeviceId" value='${parentDeviceId!}' /> <@ZKUI.Input type="hidden" name="parentDeviceName" value='${devName!}' />
<@ZKUI.Input class="cch" id="alarmSwitchTrue" name="alarmSwitch" type="radio" value="true" /> <@ZKUI.Input class="cch" id="alarmSwitchFalse" name="alarmSwitch" type="radio" value="false" />
<@ZKUI.ComboTree id="alarmChannel" name="alarmChannels" hideLabel="true" url="ivsClientParentDevice.do?tree&parentDeviceId=${(parentDeviceId)!}&type=alarmChannel" value="${item.alarmChannels!}" width="148" needCheckAll="true" isTree="false" />
<@ZKUI.ComboTree id="groupInfoList" name="groupInfos" hideLabel="true" url="ivsClientParentDevice.do?tree&parentDeviceId=${(parentDeviceId)!}&type=groupInfoList" value="${item.groupInfos!}" width="148" needCheckAll="true" isTree="false" />
<@ZKUI.Input hideLabel="true" name="frequencyInterval" type="text" value="${item.frequencyInterval!1}" />
<@ZKUI.Input hideLabel="true" name="frequencyThreshold" type="text" value="${item.frequencyThreshold!2}" />
<@ZKUI.Input hideLabel="true" name="cycle" type="text" value="${item.cycle!1}" />
<@ZKUI.Input hideLabel="true" name="similarity" type="text" value="${item.similarity!1}" />
<@ZKUI.Input hideLabel="true" name="maxStatistics" type="text" value="${item.maxStatistics!1}" />
<@ZKUI.Input id="ageFilterSwitchTrue" name="ageFilterSwitch" type="radio" value="true" /> <@ZKUI.Input id="ageFilterSwitchFalse" name="ageFilterSwitch" type="radio" value="false" />
<@ZKUI.Input hideLabel="true" name="alarmMinAge" type="text" value="${item.alarmMinAge!1}" />
<@ZKUI.ComboTree id="buzzer" type="radio" name="buzzer" hideLabel="true" url="ivsClientParentDevice.do?tree&parentDeviceId=${(parentDeviceId)!}&type=buzzer" value="${item.buzzer!}" width="148" needCheckAll="true" isTree="false" />
<@ZKUI.Input id="showMessageTrue" name="showMessage" type="radio" value="true" /> <@ZKUI.Input id="showMessageFalse" name="showMessage" type="radio" value="false" />
<@ZKUI.Input id="fullScreenTrue" name="fullScreen" type="radio" value="true" /> <@ZKUI.Input id="fullScreenFalse" name="fullScreen" type="radio" value="false" />
<@ZKUI.Input id="sendEmailTrue" name="sendEmail" type="radio" value="true" /> <@ZKUI.Input id="sendEmailFalse" name="sendEmail" type="radio" value="false" />
<@ZKUI.ComboTree id="alarmOut" name="alarmOuts" hideLabel="true" url="ivsClientParentDevice.do?tree&parentDeviceId=${(parentDeviceId)!}&type=alarmOut" value="${item.alarmOuts!}" width="148" needCheckAll="true" isTree="false" />
<@ZKUI.ComboTree type="radio" id="latchTime" name="latchTime" hideLabel="true" url="ivsClientParentDevice.do?tree&parentDeviceId=${(parentDeviceId)!}&type=latchTime" value="${item.latchTime!}" width="148" needCheckAll="true" isTree="false" />
<@ZKUI.Input id="recordEnableTrue" name="recordEnable" type="radio" value="true" /> <@ZKUI.Input id="recordEnableFalse" name="recordEnable" type="radio" value="false" />
<@ZKUI.Input id="snapEnableTrue" name="snapEnable" type="radio" value="true" /> <@ZKUI.Input id="snapEnableFalse" name="snapEnable" type="radio" value="false" />
<@ZKUI.ComboTree type="radio" id="postRecording" name="postRecording" hideLabel="true" url="ivsClientParentDevice.do?tree&parentDeviceId=${(parentDeviceId)!}&type=postRecording" value="${item.postRecording!}" width="148" needCheckAll="true" isTree="false" />