| * |
<@ZKUI.Input hideLabel="true" name="name" maxlength="30" type="text" value="${(item.name)!}" />
|
| * |
<@ZKUI.ComboTree width="148" autoFirst="true" name="areaId" value="${(item.areaId)!}" url="/authArea.do?tree" hideLabel="true" type="radio">
@ZKUI.ComboTree>
|
| * |
<@ZKUI.Input hideLabel="true" name="floorCount" min="1" max="99" maxlength="2" type="text" value="${(item.floorCount)!}" />
|
| * |
<@ZKUI.Combo id="eleFloorNameStartTag" empty="false" onChange="selectFloorNameStart" width="70" name="floorNameStartTag" hideLabel="true" value="${(item.floorNameStartTag)!}">
@ZKUI.Combo> 
<@ZKUI.Combo id="eleFloorNameStartCount" empty="true" width="70" name="floorNameStartCount" hideLabel="true" value="${(item.floorNameStartCount)!}">
@ZKUI.Combo>
|
| * |
<@ZKUI.Combo empty="true" id="eleManufacturer" width="148" name="manufacturer" hideLabel="true" value="${(item.manufacturer)!0}" path="eleServiceConfig.do?getManufacturerList" onChange="changeManufacturer" />
|
| * |
<@ZKUI.Combo hideLabel="true" empty="true" id="id_eleGateWay" width="148" name="gateWayType" value="${(item.gateWayType)!}" readonly="readonly">
@ZKUI.Combo>
|
| <@i18n "ele_serviceConfig_serverIp"/>* |
<@ZKUI.IP hideLabel="true" id="eleServerIp" name="serverIp" value="${(item.serverIp)!}"/>
|
| <@i18n "ele_serviceConfig_standPort"/>* |
<@ZKUI.Input hideLabel="true" type="text" id="eleStandPort" name="standPort" maxlength="8" value="${(item.standPort)!}"/>
|
| <@i18n "auth_user_username"/>* |
<@ZKUI.Input hideLabel="true" type="text" id="eleUsername" name="userName" maxlength="200" value="${(item.userName)!}"/>
|
| <@i18n "auth_user_password"/>* |
<@ZKUI.Input hideLabel="true" type="password" id="elePassword" name="password" maxlength="200" value="${(item.password)!}"/>
|
| <@i18n "ele_serviceConfig_RCGIFPort"/>* |
<@ZKUI.Input hideLabel="true" type="text" id="eleRCGIFPort"name="rcgifPort" maxlength="8" value="${(item.rcgifPort)!}"/>
|
| <@i18n "ele_serviceConfig_sendEndianness"/>* |
<@ZKUI.Combo hideLabel="true" empty="false" id="eleSendEndianness" width="148" name="sendEndianness" value="${(item.sendEndianness)!}" readonly="readonly">
@ZKUI.Combo>
|
| <@i18n "ele_serviceConfig_backupKGC"/> |
<@ZKUI.Input hideLabel="true" type="checkbox" id="eleBackupKgc" name="backupKgc" value="${(item.backupKgc)!}" eventCheck="true" />
|
|
| <@i18n "ele_serviceConfig_backupServerIp"/> |
<@ZKUI.IP hideLabel="true" id="eleBackupServerIp" name="backupServerIp" value="${(item.backupServerIp)!}"/>
|
| <@i18n "ele_serviceConfig_backupStandPort"/> |
<@ZKUI.Input hideLabel="true" type="text" id="eleBackupStandPort" name="backupStandPort" maxlength="8" value="${(item.backupStandPort)!}"/>
|
| <@i18n "ele_serviceConfig_backRCGIFPort"/> |
<@ZKUI.Input hideLabel="true" type="text" id="eleBackupRcgifPort" name="backupRcgifPort" maxlength="8" value="${(item.backupRcgifPort)!}"/>
|