📄 messageerror.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ include file="common/include/taglibs.jsp" %>
<html:html>
<head>
<title><lybbs:web key="forumName"/></title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="bookmark" href="favicon.ico" type="image/x-icon">
<%@ include file="common/include/header.jsp" %>
</head>
<body topmargin=0 leftmargin=0>
<p>
<br>
<table class=tableCommonStyle cellpadding=3 cellspacing=1 border=0 align=center>
<tr>
<td class=catStyle align=center>
<b><bean:message key="error.message.subject"/></b>
</td>
</tr>
<tr>
<td class=forumColorOne align=center>
<a href="bbs_messageInbox.do"><img src=lybbs/images/msg/inboxpm.gif border=0 alt="<bean:message key="jsp.message.inbox.name"/>" class="gray" width=50 height=40></a>
<a href="bbs_messageOutbox.do"><img src=lybbs/images/msg/outboxpm.gif border=0 alt="<bean:message key="jsp.message.outbox.name"/>" class="gray" width=50 height=40></a>
<a href="bbs_preMessageSend.do"><img src=lybbs/images/msg/newpm.gif border=0 alt="<bean:message key="jsp.message.send.name"/>" class="gray" width=50 height=40></a>
<a href="javascript:openscript2('bbs_friendList.do',420,320)"><img src=lybbs/images/msg/friendpm.gif border=0 alt="<bean:message key="jsp.friend.name"/>" class="gray" width=50 height=40></a>
</td>
</tr>
<tr>
<td class=forumColorTwo align=center><html:errors/></td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -