📄 top.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>无标题文档</title>
<style>
a{TEXT-DECORATION:none}
body{ font-size:12px}
table{ }
</style>
<SCRIPT type="text/javascript">
function go(address){
parent.emailmainFrame.location.href=address;
}
</SCRIPT>
</head>
<body >
<br>
<p align="center">
<a href="javascript:go('${pageContext.request.contextPath}/email.do?method=writeEmail');">|写信|</a>
<a href="javascript:go('${pageContext.request.contextPath}/email.do?method=receiveBox&emailtype=0');" style="margin-left:20px">|收件箱|</a>
<a href="javascript:go('${pageContext.request.contextPath}/email.do?method=sendedBox&emailtype=2');" style="margin-left:20px">|发件箱|</a>
<a href="javascript:go('${pageContext.request.contextPath}/email.do?method=caogaobox&emailtype=1');" style="margin-left:20px">|草稿箱|</a>
<a href="javascript:go('${pageContext.request.contextPath}/email.do?method=rublishbox&emailtype=3');" style="margin-left:20px">|垃圾箱|</a>
<a href="javascript:go('${pageContext.request.contextPath}/blacklist.do?method=blackList');" style="margin-left:20px">|黑名单|</a>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -