<#assign editPage = true> <#include 'public/template/editTemplate.html'> <#macro editContent>
* <@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">
* <@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.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>