<#include "public/template/editTemplate.html"> <#macro editContent>
<@ZKUI.Input hideLabel="true" type="hidden" id="id_model_pk" name="id" value="${(tempEleDevice.id)!}"/> <@ZKUI.Input hideLabel="true" type="hidden" id="alias" name="alias" value="${(tempEleDevice.alias)!}"/> <#if isExistOldPwd?string == "true">
* <@ZKUI.Input hideLabel="true" type="password" id="id_old_commpwd" onkeypress="return isNotSpace(event);" name="id_old_commpwd" /> 
<@ZKUI.Input hideLabel="true" name="newCommPwd" type="password" onkeypress="return isNotSpace(event);" id="id_new_commpwd" />
<@ZKUI.Input hideLabel="true" name="confCommPwd" type="password" onkeypress="return isNotSpace(event);" id="id_conf_commpwd" />