<#assign editPage = "true"> <#assign formId = "searchDevForm"> <#include "public/template/editTemplate.html"> <#macro editContent>
*
* <#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.ComboTree readonly="true" width="148" type="radio" id="idPsgPassage${uuid}" url="psgPassage.do?getPassageTree" hideLabel="true" name="passageId" value="${(passageId)!}"/>
<@ZKUI.Combo type="radio" width="148" path="psgLevel.do?getLevelList" name="levelId" id="idPsgLevel${uuid}" readonly="readonly" hideLabel="true" onChange="psgCheckIsAllowAddToLevel"/>
<@ZKUI.Input hideLabel="true" type="checkbox" name="clearAllData" id="idClearAllData" trueValue="1" falseValue="0" eventCheck="true"/>
<@i18n 'common_dev_devClearDataTip'/>