| <@i18n 'att_rule_arrive'/> |
<@ZKUI.Combo id="att_symbolArrive" empty="false" readonly="false" value="${attParams['att.other.arrive']!}" hideLabel="true" name="att.other.arrive"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.arrive'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|
<@i18n 'att_common_late'/> |
<@ZKUI.Combo id="att_symbolLate" empty="false" readonly="false" value="${attParams['att.other.late']!}" hideLabel="true" name="att.other.late"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.late'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|
<@i18n 'att_common_early'/> |
<@ZKUI.Combo id="att_symbolEarly" empty="false" readonly="false" value="${attParams['att.other.early']!}" hideLabel="true" name="att.other.early"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.early'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|
<@i18n 'att_common_absent'/> |
<@ZKUI.Combo id="att_symbolAbsent" empty="false" readonly="false" value="${attParams['att.other.absent']!}" hideLabel="true" name="att.other.absent"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.absent'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|
| <@i18n 'att_rule_noSignIn'/> |
<@ZKUI.Combo id="att_symbolNoSignIn" empty="false" readonly="false" value="${attParams['att.other.noSignIn']!}" hideLabel="true" name="att.other.noSignIn"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.noSignIn'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|
<@i18n 'att_rule_noSignOff'/> |
<@ZKUI.Combo id="att_symbolNoSignOff" empty="false" readonly="false" value="${attParams['att.other.noSignOff']!}" hideLabel="true" name="att.other.noSignOff"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.noSignOff'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|
<@i18n 'att_common_leave'/> |
<@ZKUI.Combo id="att_symbolLeave" empty="false" readonly="false" value="${attParams['att.other.leave']!}" hideLabel="true" name="att.other.leave"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.leave'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|
<@i18n 'att_common_overtime'/> |
<@ZKUI.Combo id="att_symbolOvertime" empty="false" readonly="false" value="${attParams['att.other.overtime']!}" hideLabel="true" name="att.other.overtime"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.overtime'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|
| <@i18n 'att_rule_off'/> |
<@ZKUI.Combo id="att_symbolOff" empty="false" readonly="false" value="${attParams['att.other.off']!}" hideLabel="true" name="att.other.off"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.off'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|
<@i18n 'att_rule_class'/> |
<@ZKUI.Combo id="att_symbolClasses" empty="false" value="${attParams['att.other.classes']!}" hideLabel="true" name="att.other.classes"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.classes'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|
<@i18n 'att_common_trip'/> |
<@ZKUI.Combo id="att_symbolTrip" empty="false" readonly="false" value="${attParams['att.other.trip']!}" hideLabel="true" name="att.other.trip"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.trip'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|
<@i18n 'att_common_out'/> |
<@ZKUI.Combo id="att_symbolOut" empty="false" readonly="false" value="${attParams['att.other.out']!}" hideLabel="true" name="att.other.out"> <#if !(attParams['att.other.symbols']?split(","))?seq_contains(attParams['att.other.out'])>
#if> <#list attParams['att.other.symbols']?split(",") as symbol>
#list> @ZKUI.Combo>
|