<#assign editPage = "true"> <#include "/public/template/editTemplate.html"> <#macro editContent>
<#if "${updateExistData!}" == "true"> <#if customMsgContent?exists> <@customMsgContent/> <#else>
<@i18n 'pers_import_fileFormat'/> <#if customFileTypeContent?exists> <@customFileTypeContent/> <#else> <@ZKUI.Input name="fileType" hideLabel="true" value="Excel" type="radio" checked="checked"/> Excel   
<@i18n 'common_dev_selectFile'/>
<@i18n 'common_op_updateExistData'/> <@ZKUI.Input name="updateExistData" hideLabel="true" value="1" type="radio"/> <@i18n 'common_yes'/> <@ZKUI.Input name="updateExistData" hideLabel="true" value="0" type="radio" checked="checked"/> <@i18n 'common_no'/>
<@i18n 'pers_import_startRowNote'/>