<#include '/public/template/editTemplate.html'> <#macro editContent>
*
*
*
<@i18n 'patrol_plan_byDate'/>
* <@ZKUI.Input type="date" id="patrol_plan_startId" today="true" min="today" name="startDate" value="${((item.startDate)?string('yyyy-MM-dd'))!}" readonly="false" style="background-color: #fff; cursor:default;"/> * <@ZKUI.Input type="date" id="patrol_plan_endId" today="true" min="today" name="endDate" value="${((item.endDate)?string('yyyy-MM-dd'))!}" readonly="false" style="background-color: #fff; cursor:default;"/>
<@i18n 'patrol_plan_byWeek'/>
<@i18n 'common_tree_selectAll'/> <@i18n 'common_tree_unselectAll'/>
<@i18n 'patrol_plan_byMonth'/>
<@i18n 'common_tree_selectAll'/> <@i18n 'common_tree_unselectAll'/>

* <@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"/>