|
<@i18n 'acc_editPerson_adminTip'/>
|
<@ZKUI.Combo id="accSuperAuth${uuid}" empty="false" width="148" name="acc.superAuth" hideLabel="true" value="${(item.superAuth)!0}">
@ZKUI.Combo>
|
|
|
<@ZKUI.Combo empty="false" width="148" name="acc.privilege" hideLabel="true" value="${(item.privilege)!}">
@ZKUI.Combo>
|
|
<@i18n 'acc_editPerson_delayPassageTip'/>
|
<@ZKUI.Input id="accDelayPassage${uuid}" hideLabel="true" name="acc.delayPassage" type="checkbox" eventCheck="true" value="${(item.delayPassage?string('true','false'))!'false'}"/>
|
|
<@i18n 'acc_editPerson_disabledTip'/>
|
<@ZKUI.Input id="accDisabled${uuid}" hideLabel="true" name="acc.disabled" type="checkbox" eventCheck="true" value="${(item.disabled?string('true','false'))!'false'}"/>
|
|
<@ZKUI.Input id="accIsSetValidTime${uuid}" hideLabel="true" name="acc.isSetValidTime" type="checkbox" eventCheck="true" value="${(item.isSetValidTime?string('true','false'))!'false'}"/>
|
| * |
<@ZKUI.Input type="datetime" id="startDate2${uuid}" todayRange="start" value="${(item.startTime?string('yyyy-MM-dd HH:mm:ss'))!}" today="0" name="acc.startTime" hideLabel="true" notCheckRange="true" readonly="true" onClick="setStartAndEndTime"/>
|
| * |
<@ZKUI.Input type="datetime" id="endDate2${uuid}" value="${(item.endTime?string('yyyy-MM-dd HH:mm:ss'))!}" today="0" name="acc.endTime" hideLabel="true" notCheckRange="true" readonly="true" onClick="setMembershipEndTime"/>
|
|
<@i18n 'common_dev_validTimeTip' />
|