|
<@i18n 'common_tree_selectAll'/>
<@i18n 'common_tree_unselectAll'/>
|
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "1" id = "jan"/><@i18n 'common_jan'/>
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "2" id = "feb"/><@i18n 'common_feb'/>
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "3" id = "mar"/><@i18n 'common_mar'/>
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "4" id = "apr"/><@i18n 'common_apr'/>
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "5" id = "may"/><@i18n 'common_may'/>
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "6" id = "jun"/><@i18n 'common_jun'/>
|
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "7" id = "jul"/><@i18n 'common_jul'/>
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "8" id = "aug"/><@i18n 'common_aug'/>
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "9" id = "sep"/><@i18n 'common_sep'/>
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "10" id = "oct"/><@i18n 'common_oct'/>
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "11" id = "nov"/><@i18n 'common_nov'/>
|
<@ZKUI.Input hideLabel="true" type = "checkbox" name = "monthValue" value = "12" id = "dec"/><@i18n 'common_dec'/>
|
|
<@ZKUI.Input hideLabel="true" type = "radio" name="monthMode" id="dailyWork" value="0" checked = "checked" /><@i18n 'patrol_plan_byDaily'/>
<#if (item.monthMode)?? && (item.monthMode!) == 1>
<@ZKUI.Input hideLabel="true" type = "radio" name="monthMode" id="regularWork" value="1" checked = "checked" /><@i18n 'patrol_plan_byRegular'/>
<#else>
<@ZKUI.Input hideLabel="true" type = "radio" name="monthMode" id="regularWork" value="1"/><@i18n 'patrol_plan_byRegular'/>
#if>
|
*
|
<@ZKUI.Combo width="60" empty="true" id = "patrol_plan_monthStartDateId" value="${(item.monthStartDate)!}" hideLabel="true" name="monthStartDate" onChange="validDate"/>
|
|
*
|
<@ZKUI.Combo width="60" empty="true" id = "patrol_plan_monthEndDateId" value="${(item.monthEndDate)!}" hideLabel="true" name="monthEndDate" onChange="validDate"/>
|
|