<#include "public/template/editTemplate.html"> <#macro editContent>
<@ZKUI.Input hideLabel="true" type="hidden" value="${(ids)!}" name="ids" id="id_model_pk" />
<@ZKUI.Combo width="148" onChange="superAuthChange" readonly="true" empty="false" hideLabel="true" name="superAuth" value="${(tempElePerson.superAuth)!0}">
<#if (tempElePerson.disabled)?exists && (tempElePerson.disabled)?string == "true"> <@ZKUI.Input hideLabel="true" type="checkbox" id="idDisabled" name="disabled" value="true" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="idDisabled" name="disabled" value="true"/>
<#if (tempElePerson.isSetValidTime)?exists && (tempElePerson.isSetValidTime)?string == "true"> <@ZKUI.Input hideLabel="true" type="checkbox" id="isSetValidTime" name="isSetValidTime" value="true" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="isSetValidTime" name="isSetValidTime" value="true"/>