<#assign editPage = "true"> <#assign formId = "searchDevForm"> <#include "/public/template/editTemplate.html"> <#macro editContent>
<#if "${addDeviceOperKeyword}" != "xxx"> style="display:none;"> <#if machineType?exists && (machineType == '7' || machineType == '10' || machineType == '2')>
*
*
* <#if dns?exists && dns != '0.0.0.0'> <@ZKUI.Input hideLabel="true" type="radio" id="ip" name="newWebServerType" value="1" checked="checked"/><@i18n 'common_ipAddress'/> <@ZKUI.Input hideLabel="true" type="radio" id="domain" name="newWebServerType" value="2"/><@i18n 'common_domain'/>
<@ZKUI.IP id="newWebServerIP" name="newWebServerIP" value="${(newWebServerIP)!}" hideLabel="true"/>
*
* <@ZKUI.Combo empty="false" name="iconType" width="148" readonly="true" hideLabel="true">
*
<@ZKUI.ComboTree autoFirst="true" readonly="true" width="148" type="radio" url="authArea.do?tree" hideLabel="true" name="authAreaId" value="${(authAreaId)!}"/>
<@ZKUI.Combo type="radio" width="148" path="accLevel.do?getLevelList" name="levelId" id="idAccLevel${uuid}" readonly="readonly" hideLabel="true" onChange="accCheckIsAllowAddToLevel"/>
<@ZKUI.Input hideLabel="true" type="checkbox" name="door4ToDoor2" id="idDoor4ToDoor2" trueValue="1" falseValue="0" eventCheck="true"/>
<@ZKUI.Input hideLabel="true" type="checkbox" name="clearAllData" id="idClearAllData" trueValue="1" falseValue="0" eventCheck="true"/>
<@i18n 'common_dev_devClearDataTip'/>