|
|
<@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}" />
|