${text(report.isNewRecord ? '新增内容举报表' : '编辑内容举报表')}
<#form:form id="inputForm" model="${report}" action="${ctx}/cms/report/save" method="post" class="form-horizontal">
${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"/>
<% } %>