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

📄 msgread.jsp

📁 一个不错的bbs论坛系统.对初学者很有帮助
💻 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>&nbsp;&nbsp;
		<a href=index.htm>『<bean:write name="bbsname"/>』</a>&nbsp;&nbsp;→&nbsp;&nbsp;阅读站内短消息
  		</td></tr>
  		<tr><td height=3px >&nbsp;</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>&nbsp;&nbsp;&nbsp;&nbsp;
		    <a href="Message.htm?a=send">发件箱</a>&nbsp;&nbsp;&nbsp;&nbsp;
		    <a href="SendMessage.htm">发送短消息</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="Friend.htm?action=my">好友录</a></td>
		    </tr>
			 			    
			<tr class=tr_2 height=25px>
			<td class=td_t>&nbsp;&nbsp;&nbsp;&nbsp;<bean:write name="message" property="stime" />&nbsp;&nbsp;&nbsp;&nbsp;
				<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>&nbsp;&nbsp;&nbsp;
			    	[<a href="SendMessage.htm?a=replay&rmsgId=<bean:write name="message" property="id"/>">回&nbsp;复</a>]&nbsp;
				</logic:notPresent>&nbsp;&nbsp;[<a href="SendMessage.htm?a=delete&dmsgId=<bean:write name="message" property="id"/>">删&nbsp;除</a>]
			</td>
			</tr>
			<tr height=25px><td class=td_t>&nbsp;&nbsp;标题:<bean:write name="message" property="title" /></td></tr>
			<tr height=25px><td>&nbsp;&nbsp;<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 + -