📄 post_report.ftl
字号:
<#include "lib/report.tpl"/>
<#import "lib/html.tpl" as html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=${_encoding?default("GBK")}" />
<#assign navtitle = "举报 - ">
<#include "/common/title.ftl">
<#include "/common/meta.ftl">
<link href="${_resPath}/lib/base.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="${_contextPath}/ef/js/prototype.js"></script>
<script type="text/javascript" src="${_contextPath}/ef/js/base.js"></script>
<script type="text/javascript" src="${_contextPath}/ef/js/post.js"></script>
<script type="text/javascript" src="${_contextPath}/ef/js/eforumad.js"></script>
</head>
<body><!-- post_report.ftl -->
<div id="wrap" class="reportShortCutWrap">
<form method="post" id="reportForm" action="${_UrlUtil.encodeURL("/postReport.do")}" >
<input type="hidden" name="_fn" value="Save">
<input type="hidden" name="post_id" value="${post_id?default("")}">
<input type="hidden" name="forum_id" value="${forum_id?default("")}">
<input type="hidden" name="_redirect_to" value="${_redirect_to?default("")}" />
<div id="content" class="shortCutContent">
<@_report/>
<#if !_actionReport.hasActionMessages()>
<div id="commendShortCut" class="commonBox">
<table class="commonTable">
<tr class="hd1">
<td colspan="2">举报</td>
</tr>
<tr class="content">
<td class="td1">
举报内容
</td>
<td class="td2">
<textarea id="post_report" name="post_report" rows="9" cols="70" class="textarea1" style="height:152px;">我对这个帖子有异议,特向您报告。</textarea>
</td>
</tr>
<tr class="content">
<td class="td3" colspan="2">
<input type="button" value="报告" onclick="doReport(this);" class="middleButton" >
<input type="button" value="关闭" onclick="closeDialogWindow()" class="middleButton">
</td>
</tr>
</table>
</div><#comment>end shortCut</#comment>
<#else>
<table style="width:100%;">
<tr>
<td align=center>
<input type="button" value="关闭" onclick="closeDialogWindow()" class="middleButton">
</td>
</tr>
</table>
</#if>
</div><#comment>end content</#comment>
</form>
</div><#comment>end shortCut</#comment>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -