📄 msgread.jsp
字号:
<%@ page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ include file="comm/header.jsp" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>阅读站内短消息</title>
</head>
<body>
<div class="tabwidth">
<table align=center cellSpacing=0 cellPadding=0 width=100%>
<tr height=25px class=tr_2><td class=tab1>
<a href=index.htm>『<bean:write name="bbsname"/>』</a> → 阅读站内短消息
</td></tr>
<tr><td height=3px > </td></tr>
<tr><td>
<table class=tab1 align=center cellSpacing=0 cellPadding=0 width=100% >
<tr><td class=tab_c width=100% height=22px align=center>
<b><font color=#FFFFFF>『<bean:write name="username" />』
<logic:present name="a">发件箱</logic:present>
<logic:notPresent name="a">收件箱</logic:notPresent>
短消息</font></b>
</td></tr>
<tr height=25px align=center><td class=td_t><a href="Message.htm">收件箱</a>
<a href="Message.htm?a=send">发件箱</a>
<a href="SendMessage.htm">发送短消息</a> <a href="Friend.htm?action=my">好友录</a></td>
</tr>
<tr class=tr_2 height=25px>
<td class=td_t> <bean:write name="message" property="stime" />
<logic:present name="a">
消息发送到:<b><bean:write name="message" property="toUser" /></b>
</logic:present>
<logic:notPresent name="a">
消息来自:<b><bean:write name="message" property="fromUser" /></b>
[<a href="SendMessage.htm?a=replay&rmsgId=<bean:write name="message" property="id"/>">回 复</a>]
</logic:notPresent> [<a href="SendMessage.htm?a=delete&dmsgId=<bean:write name="message" property="id"/>">删 除</a>]
</td>
</tr>
<tr height=25px><td class=td_t> 标题:<bean:write name="message" property="title" /></td></tr>
<tr height=25px><td> <bean:write name="message" property="content" filter="false"/></td></tr>
<tr><td height=3px></td></tr>
</table>
</td></tr>
</table><br>
</div>
<div class="tabwidth"><yhbbs:footer/></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -