| * |
<@ZKUI.Input hideLabel="true" name='name' type='text' value="${(devName)!}" maxlength="30"/> |
| * |
<@ZKUI.Combo hideLabel="true" name="vendorsType" value="${(vendorsType)!}" empty="false" width="148" readonly="readonly">
<#if "${Application['system.language']}" == "zh_CN">
#if>
@ZKUI.Combo>
|
| * |
<@ZKUI.Input hideLabel="true" name='protype' type='text' value="${(protype)!}" readonly="readonly" maxlength="30"/>
|
| * |
<@ZKUI.Combo hideLabel="true" id="parkDeviceP2P" title="P2P" name="p2p" value="${(item.p2p)!}" empty="false" width="148" readonly="true">
@ZKUI.Combo>
|
| * |
<@ZKUI.Input hideLabel="true" id="parkSn" name='sn' type='text' value='${(item.sn)!}' maxlength="30"/>
|
| * |
<@ZKUI.Input type="ip" name="ipAddress" id="parkDeviceIpAddress" value="${(ipAddress)!}" title="common_ipAddress" readonly="readonly" hideLabel="true" onInit="_ipOnInit2"/> |
| * |
<@ZKUI.Input hideLabel="true" name='username' type='text' value='admin' maxlength="30"/> |
| * |
<@ZKUI.Input hideLabel="true" name='password' type='password' value='' maxlength="30"/> |
| * |
<@ZKUI.Input hideLabel="true" name='port' type='text' value="${(port)!}" maxlength="5" readonly="readonly"/> |
| * |
<@ZKUI.Combo hideLabel="true" id="displayTypeCombo" name="displayType" value="${(displayType)!}" title="park_device_displayType" empty="true" width="148" readonly="true">
<#if "${Application['system.language']}" == "zh_CN">
<#else>
#if>
@ZKUI.Combo>
|