<@ZKUI.Input hideLabel="true" type="hidden" value="${(ids)!}" name="ids" id="id_model_pk" />
<@ZKUI.Input hideLabel="true" type="hidden" name="personPin" value="${(tempElePerson.personPin)!}" />
|
<@ZKUI.Combo width="148" onChange="superAuthChange" readonly="true" empty="false" hideLabel="true" name="superAuth" value="${(tempElePerson.superAuth)!0}">
@ZKUI.Combo>
|
|
<#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>
|
|
<#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"/>
#if>
|
| *
|
<@ZKUI.Input id="validTimeStart" endId="endDate2${uuid}" hideLabel="true" type="datetime" readonly="true" today="true" name="startTime" todayRange="start" value="${(tempElePerson.startTime?string('yyyy-MM-dd HH:mm:ss'))!}"/>
|
| * |
<@ZKUI.Input id="endDate2${uuid}" hideLabel="true" type="datetime" readonly="true" today="true" name="endTime" todayRange="end" value="${(tempElePerson.endTime?string('yyyy-MM-dd HH:mm:ss'))!}"/>
|