⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 messagesys.ftl

📁 学生选课系统 赶快来下载啊啊好东西 呵呵啊啊 啊啊啊啊啊
💻 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><!-- messagesys.ftl -->

<div id="wrap">

<#include "header.ftl"/>

<div id="content">

<#include "blognav_inc.ftl"/>

<#assign currentChoice="Syss">
<#include "messageleft_inc.ftl"/>

<div id="blogRight">

<@_report/>
<div id="emailSys" class="noteBox commonOuter">
  <table class="emailView commonInnerTable">
		<#include "messageview_inc.ftl"/>
    <tr class="content">
      <td class="emailActions" colspan=2 >
        <#if beforeList.size() &gt; 0>
          <#list beforeList as beforeMessage>
						<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=ViewSys&recv_id="+beforeMessage.recv_id)>
						<input type="button" class="middleButton" value="上一封" onclick="window.location='${iUrl}'">
          </#list>
        </#if>
        <#if afterList.size() &gt; 0>
          <#list afterList as afterMessage>
						<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=ViewSys&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=ViewReply&recv_id="+recv.recv_id)>
				<input type="button" class="middleButton" value="回&nbsp;复" onclick="window.location='${iUrl}'">
				<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=Transmit&recv_id="+recv.recv_id)>
				<input type="button" class="middleButton" value="转&nbsp;发" 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=recv")>
						<input type="button" class="middleButton" value="投&nbsp;诉" onclick="window.location='${iUrl}'">
          </#if>
        </#if>
				<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=FavorSys&recv_message="+recv.recv_id)>
				<input type="button" class="middleButton" value="收&nbsp;藏" onclick="window.location='${iUrl}'">
				<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=DeleteSys&recv_message="+recv.recv_id)>
				<input type="button" class="middleButton" value="删&nbsp;除" onclick="window.location='${iUrl}'">
				<#assign iUrl=_UrlUtil.encodeURL("/blog/message.do?_fn=DeleteForever&_recv_type=recv_message&recv_message="+recv.recv_id+"&_isSys=1")>
				<input type="button" class="smallButton" value="永久删除" onclick="window.location='${iUrl}'">
      </td>
    </tr>
  </table>
</div><#comment> end emailSys </#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 + -