📄 messagegar.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/eforumad.js"></script>
</head>
<body><!-- messagegar.ftl -->
<div id="wrap">
<#include "header.ftl"/>
<div id="content">
<#include "blognav_inc.ftl"/>
<#assign currentChoice="Gars">
<#include "messageleft_inc.ftl"/>
<div id="blogRight">
<@_report/>
<div id="emailFavor" class="noteBox commonOuter">
<table class="emailView commonInnerTable">
<#include "messageview_inc.ftl"/>
<tr class="content">
<td class="emailActions" colspan=2 >
<#if beforeList.size() > 0>
<#list beforeList as beforeMessage>
<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=ViewGar&recv_id="+beforeMessage.recv_id)>
<input type="button" class="middleButton" value="上一封" onclick="window.location='${iUrl}'">
</#list>
</#if>
<#if afterList.size() > 0>
<#list afterList as afterMessage>
<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=ViewGar&recv_id="+afterMessage.recv_id)>
<input type="button" class="middleButton" value="下一封" onclick="window.location='${iUrl}'">
</#list>
</#if>
<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=Transmit&recv_id="+recv.recv_id)>
<input type="button" class="middleButton" value="转 发" onclick="window.location='${iUrl}'">
<#if _ConfigUtil.canImpeach()>
<#if recv.recv_impeached?default(_Constants.STATUS_NO)?number == _Constants.STATUS_NO>
<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=Impeach&recv_id="+recv.recv_id+"&recvType=gar")>
<input type="button" class="middleButton" value="投 诉" onclick="window.location='${iUrl}'">
</#if>
</#if>
<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=Rollback&gar_message="+recv.recv_id)>
<input type="button" class="middleButton" value="还 原" onclick="window.location='${iUrl}'">
<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=DeleteGar&gar_message="+recv.recv_id)>
<input type="button" class="middleButton" value="删 除" onclick="window.location='${iUrl}'">
</td>
</tr>
</table>
</div><#comment> end emailGar </#comment>
</div><#comment> end blogRight </#comment>
</div><#comment> end content </#comment>
<#include "footer.ftl"/>
</div><#comment>end wrap </#comment>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -