<#include "/public/template/editTemplate.html"> <#macro editContent>
<@ZKUI.Combo width="148" onChange="superAuthChange" readonly="true" empty="false" hideLabel="true" name="superAuth" value="${(tempAccPerson.superAuth)!0}">
<@ZKUI.Combo width="148" empty="false" readonly="true" hideLabel="true" name="privilege" value="${(tempAccPerson.privilege)!0}">
<#if (tempAccPerson.delayPassage)?exists && (tempAccPerson.delayPassage)?string == "true"> <@ZKUI.Input hideLabel="true" type="checkbox" id="delayPassage" name="delayPassage" value="true" checked="checked"/> <#else> <@ZKUI.Input hideLabel="true" type="checkbox" id="delayPassage" name="delayPassage" value="true"/>
<#if (tempAccPerson.disabled)?exists && (tempAccPerson.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 (tempAccPerson.isSetValidTime)?exists && (tempAccPerson.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"/>