result.jsp

来自「JiveJdon 3.0不只是一个论坛程序」· JSP 代码 · 共 38 行

JSP
38
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?