<#if "${attr('system.offlineEle.support','false')}" == "true">
|
*
|
|
#if>
| * |
<@ZKUI.Input hideLabel="true" name="alias" type="text" value="${(item.alias)!}" id="idAlias" maxlength="20"/> |
| * |
<#if (item.id?exists)>
|
|
*
|
<@ZKUI.Input hideLabel="true" type="text" maxlength="50" name="sn" value="${(item.sn)!}" id="idSn" />
|
| * |
<#if editPage?exists && editPage == "true">
<@ZKUI.Input type="ip" id="ipAddress" name="ipAddress" value="${(item.ipAddress)!}" hideLabel="true" disabled="true" />
<#else>
<@ZKUI.Input type="ip" id="ipAddress" name="ipAddress" value="${(item.ipAddress)!}" hideLabel="true"/>
#if>
|
| * |
<@ZKUI.Input hideLabel="true" name="ipPort" type="text" value="" maxlength="8" id="idIPPort" /> |
|
*
|
<@ZKUI.Combo empty="false" width="148" hideLabel="true" value="${(item.comPort)!}" name="comPort" id="idComPort" readonly="true" title="common_dev_serialPortNo">
<#list 1..255 as i>
<#if (item.comPort)?exists && ((item.comPort) == i)>
<#else>
#if>
#list>
@ZKUI.Combo>
|
|
*
|
<@ZKUI.Input hideLabel="true" type="hidden" name="fwVersion" value="${(item.fwVersion)!}" />
<@ZKUI.Input hideLabel="true" type="text" name="comAddress" value="${(item.comAddress)!}" id="idComAddress" maxlength="2" onkeyup="paintRS485Pic(this.value)" />
|
|
|
|
|
*
|
<@ZKUI.Combo empty="false" width="148" hideLabel="true" value="${(item.baudrate)!}" name="baudrate" id="idBaudrate" readonly="true" title="common_dev_baudrate">
@ZKUI.Combo>
|
|
<@ZKUI.Input hideLabel="true" type="password" style="display:none" />
<@ZKUI.Input hideLabel="true" type="password" onkeydown="if(event.keyCode=='32'){return false;}" name="commPwd" value="${(item.commPwd)!}" id="idCommPwd" />
<@ZKUI.Input hideLabel="true" type="password" style="display:none" />
|
<#if !(isSupportExtBoard)?exists||(isSupportExtBoard)?exists && !isSupportExtBoard>
|
<@ZKUI.Combo width="148" empty="false" id="idExtBoardCount" name="extBoardCount" hideLabel="true" readonly="readonly" value="${(item.extBoardCount)!}">
@ZKUI.Combo>
|
|
<@ZKUI.Input hideLabel="true" type="text" name="relayPerBoard" value="16" disabled="disabled"/> |
#if>
|
|
<@ZKUI.Combo hideLabel="true" empty="false" id="idNegativeFloorCount" name="negativeFloorCount" value="${(item.negativeFloorCount)!'0'}" width="148">
@ZKUI.Combo>
|
| * |
<@ZKUI.ComboTree width="148" type="radio" url="authArea.do?tree" value="${(item.authAreaId)!}" hideLabel="true" name="authAreaId" autoFirst="true"/>
|
|
<@ZKUI.Input hideLabel="true" eventCheck="true" type="checkbox" id="idClearAllData" name="clearAllData"/> |