<#assign editPage="true"> <#include '/public/template/editTemplate.html'> <#macro editContent>
<#if (item.id)?exists>
*
* <@ZKUI.ComboTree name="authAreaId" value="${(item.authAreaId)!}" url="/authArea.do?tree" hideLabel="true" width="148" type="radio">
<@ZKUI.Input hideLabel="true" type="checkbox" id="id_modify_path" name="modify_path" trueValue="1" falseValue="0" eventCheck="true" />
*
<@ZKUI.Upload name="file" id="id_file" file_accept="image/*" onChange="checkImgSize" />