<#if ("${accParams['acc.addDeviceOperKeyword']}" != "xxx")&&(!(tempAccDevice.id)?exists)>
|
*
|
|
#if>
|
*
|
|
|
*
|
|
|
*
|
|
|
*
|
<#if (tempAccDevice.id)?exists>
<@ZKUI.IP name="ipAddress" id="ipAddress" value="${(tempAccDevice.ipAddress)!}" disabled="true"/>
<#else>
<@ZKUI.IP name="ipAddress" id="ipAddress" value="${(tempAccDevice.ipAddress)!}"/>
#if>
|
|
*
|
|
|
*
|
<@ZKUI.Combo empty="false" id="idComPort" name="comPort" width="148" hideLabel="true" readonly="readonly" value="${(tempAccDevice.comPort)!}">
<#list 1..255 as i>
#list>
@ZKUI.Combo>
|
|
*
|
|
|
|
|
|
*
|
<@ZKUI.Combo empty="false" id="idBaudrate" name="baudrate" width="148" hideLabel="true" readonly="readonly" value="${(tempAccDevice.baudrate)!}">
@ZKUI.Combo>
|
|
|
|
|
*
|
<@ZKUI.Combo width="148" empty="false" name="iconType" hideLabel="true" value="${tempAccDevice.iconType!1}">
@ZKUI.Combo>
|
|
|
<@ZKUI.Combo width="148" empty="false" id="accAcpanelType" name="acpanelType" hideLabel="true" value="${tempAccDevice.acpanelType!1}" onChange="accAddAcpanelTypeChange">
@ZKUI.Combo>
|
|
|
<@ZKUI.Combo width="148" empty="false" name="masterSlave" key="accMasterSlave" hideLabel="true" value="${masterSlave!}">
@ZKUI.Combo>
|
| * |
<@ZKUI.ComboTree autoFirst="true" type="radio" width="148" url="authArea.do?tree" value="${tempAccDevice.authAreaId!}" hideLabel="true" name="authAreaId"/>
|
|
|
<#if (tempAccDevice.fourToTwo)?exists && tempAccDevice.fourToTwo==true>
<@ZKUI.Input hideLabel="true" type="checkbox" id="idFourToTwo" name="fourToTwo" value="${(tempAccDevice.fourToTwo?string)!}" checked="checked"/>
<#else>
<@ZKUI.Input hideLabel="true" type="checkbox" id="idFourToTwo" name="fourToTwo" value="${(tempAccDevice.fourToTwo?string)!}"/>
#if>
|
|
|
<@ZKUI.Combo id="idAccLevel" empty="true" width="148" path="accLevel.do?getLevelList" name="levelId" readonly="readonly" hideLabel="true" onChange="accCheckIsAllowAddToLevel"/>
|
|
<@i18n 'acc_dev_levelTip'/>
|
|
|
|
|
|
<@ZKUI.Input hideLabel="true" type="checkbox" id="idClearAllData" name="clearAllData" trueValue="1" falseValue="0" eventCheck="true"/>
|
<#if ((supportTimeZone)?exists)>
|
<@ZKUI.Combo width="148" empty="true" name="timeZone" onChange="changeTimeZone" path="baseDictionaryValue.do?selectList&key=systemTimeZone" hideLabel="true" value="${(tempAccDevice.timeZone)!}"/>
|
#if>
<#if ((supportDst)?exists)>
|
|
|
#if>