<#assign editPage = "true"> <#if Application['system.maxExportCount']??> <#assign maxExportCount = "${Application['system.maxExportCount']!'30000'}"> <#if !maxExportCount??> <#assign maxExportCount = "30000"> <#include "/public/template/editTemplate.html"> <#macro editContent>
<@i18n 'common_file_encrypt' />
<@i18n 'common_file_encrypt_pwd'/>*
<@i18n 'common_report_fileType'/> <@ZKUI.Combo hideLabel="true" width="148" empty="false" class="exportselect" name="reportType" id="reportType${uuid}">
<@i18n 'common_report_exportType'/>
<@ZKUI.Input hideLabel="true" type="radio" checked="checked" value="1" name="exportType"/> <@ZKUI.Format text="common_report_allRecordAtMostx"> <@ZKUI.Param>${maxExportCount!'30000'}