📄 result.jsp
字号:
<%@ taglib uri="struts-bean" prefix="bean"%>
<%@ taglib uri="struts-html" prefix="html"%>
<%@ taglib uri="struts-tiles" prefix="tiles"%>
<%@ taglib uri="/WEB-INF/MultiPages.tld" prefix="MultiPages"%>
<%@ page contentType="text/html; charset=UTF-8"%>
<bean:define id="title" value="系统消息" />
<link rel="stylesheet" href="<html:rewrite page="/shortmsg_css.jsp"/>"
type="text/css">
<center>
<html:errors/>
<logic:notPresent name="errors">
<div id="result">
<ul>
<li>
<a href="<%=request.getContextPath()%>/shortmessage.jsp" target="_parent">操作完成!返回主界面</a>
</li>
<li>
<a
href="<%=request.getContextPath()%>/account/protected/receiveListAction.shtml?count=5"
tabindex="2">返回收件箱</a>
</li>
<li>
<a
href="<%=request.getContextPath()%>/account/protected/sendListAction.shtml?count=5"
tabindex="3">返回发送箱</a>
</li>
<li>
<a
href="<%=request.getContextPath()%>/account/protected/draftListAction.shtml?count=5"
tabindex="4">返回草稿箱</a>
</li>
</ul>
</div>
</logic:notPresent>
</center>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -