<#include '/public/template/editTemplate.html'> <#macro editContent>
<#if (item.id)?exists && (item.mapType)=='Normal'>
* <@ZKUI.ComboTree id="authAreaId" name="authAreaId" value="${(item.authAreaId)!}" url="/authArea.do?tree" hideLabel="true" width="148" type="radio" tree_onXLE="areaDisableCheck"> * <@ZKUI.Combo empty="false" name="mapType" id="mapType${uuid}" value="${(item.mapType)!}" followTab="false" width="148" readonly="true" hideLabel="true" onChange ="mapTypeChange">
*
<@ZKUI.Upload name="file" id="id_file" file_accept="image/*" />
*
*
*
*