<#include 'public/template/editTemplate.html'> <#macro editContent>
<#if (tempEleDevice.commType) == 1 || (tempEleDevice.commType) == 2 || (tempEleDevice.commType) == 3>
* <@ZKUI.Input type="ip" id="id_ipaddress" name="ipAddress" value="${(tempEleDevice.ipAddress)!}" onValueChange="ipOnValueChange" onInit="ipOnInit" hideLabel="true"/>
* <@ZKUI.Input type="ip" id="id_subnetMask" name="subnetMask" value="${(tempEleDevice.subnetMask)!}" onValueChange="subOnValueChange" onInit="subnetMaskOnInit" hideLabel="true"/>
* <@ZKUI.Input type="ip" id="id_gateway" name="gateway" value="${(tempEleDevice.gateway)!}" onValueChange="gateOnValueChange" onInit="gatewayOnInit" hideLabel="true"/>