<#include '/public/template/editTemplate.html'> <#macro editContent>
<@i18n 'att_autoExport_reportSet'/>
* <@ZKUI.Combo id="idReportType" width="148" empty="false" value="${(item.reportType)!}" hideLabel="true" name="reportType">
*
<@i18n 'att_autoExport_fileDateFormat'/> <@ZKUI.Combo width="148" empty="false" hideLabel="true" id="idFileDateFormat" name="fileDateFormat" style="margin-bottom:3px">
* <@ZKUI.Combo width="148" empty="false" hideLabel="true" id="idFileType" name="fileType" value="${(item.fileType)!'2'}">

<@i18n 'att_autoExport_timeSendFrequency'/>
<@ZKUI.Combo width="148" empty="false" hideLabel="true" id="idTimeSendFrequency" name="timeSendFrequency" value="${(item.timeSendFrequency)!}">
<@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idHour1" name="hour1" onchange="hourChange(this.value, 1);"> <@i18n 'common_hour'/> : <@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idMinute1" name="minute1"> <@i18n 'common_minute'/>
<@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idHour2" name="hour2" onchange="hourChange(this.value, 2);"> <@i18n 'common_hour'/> : <@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idMinute2" name="minute2"> <@i18n 'common_minute'/>
<@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idHour3" name="hour3" onchange="hourChange(this.value, 3);"> <@i18n 'common_hour'/> : <@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idMinute3" name="minute3"> <@i18n 'common_minute'/>
<@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idHour4" name="hour4" onchange="hourChange(this.value, 4);"> <@i18n 'common_hour'/> : <@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idMinute4" name="minute4"> <@i18n 'common_minute'/>
<@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idHour5" name="hour5" onchange="hourChange(this.value, 5);"> <@i18n 'common_hour'/> : <@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idMinute5" name="minute5"> <@i18n 'common_minute'/>
<@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idHour6" name="hour6"> <@i18n 'common_hour'/> : <@ZKUI.Combo hideLabel="true" width="70" empty="false" id="idMinute6" name="minute6"> <@i18n 'common_minute'/>
<@ZKUI.Input hideLabel="true" id="idLastDayofMonth" name="checkOfMonth" type="radio" value="0" />
<@ZKUI.Input hideLabel="true" id="idFirstDayofMonth" name="checkOfMonth" type="radio" value="1" />
<@ZKUI.Input hideLabel="true" id="idDayofMonthCheck" name="checkOfMonth" type="radio" value="2" /> <@ZKUI.Combo hideLabel="true" width="148" empty="false" id="idDayofMonth" name="dayofMonth">
<@i18n 'att_autoExport_sendFormatSet'/>
* <@ZKUI.Combo id="idSendFormat" width="148" empty="false" value="${(item.sendFormat)!}" hideLabel="true" name=" sendFormat">

<@i18n 'att_autoExport_emailSet'/>
<@ZKUI.Combo width="148" empty="false" hideLabel="true" id="idEmailType" name="emailType" value="${(item.emailType)!}">
*
<@ZKUI.ComboTree width="148" type="radio" url="authDepartment.do?tree" id="idDeptTree" value="${(item.deptId)!}" hideLabel="true" name="deptId" readonly="true"/>
<@ZKUI.ComboTree width="148" type="radio" url="authArea.do?tree" id="idAttAreaTree" value="${(item.areaId)!}" hideLabel="true" name="areaId" readonly="true"/>
*
<@i18n 'att_autoExport_ftpParamSet'/>
* (192.168.xxx.xxx)
*
*
*
<@i18n 'att_autoExport_correctFtpParam' />
<@i18n 'att_autoExport_correctFtpTestParam' />