| * |
<@ZKUI.Input hideLabel="true" name='name' type='text' value='${(item.name)!}' maxlength="30"/> |
| * |
<@ZKUI.Combo hideLabel="true" name="deviceType" value="${(item.deviceType)!}" empty="false" width="148" readonly="readonly">
<#if "${Application['system.language']}" != "zh_CN">
#if>
@ZKUI.Combo>
|
| * |
<@ZKUI.Combo hideLabel="true" id="lprDeviceTypeCombo" name="vendorsType" value="${(item.vendorsType)!}" empty="false" width="148" readonly="readonly">
<#if "${Application['system.language']}" == "zh_CN">
<#else>
<#if "${(item.id)!}">
#if>
#if>
@ZKUI.Combo>
|
| * |
<@ZKUI.Input hideLabel="true" id="parkDeviceProtype" name='protype' type='text' value="${(item.protype)!'sdk'}" 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 hideLabel="true" type="ip" name="ipAddress" id="parkDeviceIpAddress" title="common_ipAddress" onInit="_ipOnInit2"/> |
| * |
<@ZKUI.Input hideLabel="true" name='username' type='text' value='${(item.username)!"admin"}' maxlength="30"/> |
| * |
<@ZKUI.Input hideLabel="true" name='password' type='password' value='${(item.password)!}' maxlength="30"/> |
| * |
<#if "${(item.id)!}">
<@ZKUI.Input hideLabel="true" type='text' id="parkDevicePort" name='port' value='${(item.port)!80}' maxlength="5" readonly="readonly"/>
<#else>
<@ZKUI.Input hideLabel="true" type='text' id="parkDevicePort" name='port' value='${(item.port)!80}' maxlength="5"/>
#if>
|
| * |
<@ZKUI.Combo name="displayType" id="displayTypeCombo" value="${(item.displayType)!}" title="park_device_displayType" empty="true" hideLabel="true" width="148" readonly="true">
<#if "${Application['system.language']}" == "zh_CN">
<#else>
#if>
@ZKUI.Combo>
|