${text(report.isNewRecord ? '新增内容举报表' : '编辑内容举报表')}
${text('基本信息')}
<#form:hidden path="id"/>
<#form:input path="reportSource" maxlength="1" class="form-control"/>
<#form:input path="reportContent" maxlength="500" class="form-control"/>
<#form:input path="reportUrl" maxlength="1000" class="form-control"/>
<#form:input path="reportType" maxlength="1" class="form-control"/>
<#form:input path="reportCause" maxlength="500" class="form-control"/>
<#form:fileupload id="uploadImage" bizKey="${report.id}" bizType="report_image"
uploadType="image" class="" readonly="false"/>
<#form:fileupload id="uploadFile" bizKey="${report.id}" bizType="report_file"
uploadType="all" class="" readonly="false"/>