📄 qqmail.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8" errorPage="pages/subPages/Error.jsp"%>
<jsp:directive.page import="com.lovo.po.User"/>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>QQ邮箱</title>
<link rel="stylesheet" type="text/css" href="pages/css/QQMail.css" />
<script type="text/javascript" src="pages/js/QQMail.js"></script>
<%
session.setAttribute("entryMsg", "您已经成功退出邮箱!");
User user = (User)session.getAttribute("user");
%>
</head>
<body>
<div id="back">
<div id="wrapper">
<div id="head">
<p id="logo"><img src="pages/images/logo_0_0.gif" width="215" height="60" /></p>
<p id="title">
<span><<%=user.getEmailName()%>@qq.com></span>
<a href="Entry.html">退出</a>
</p>
</div><!-- the end of id:head -->
<div id="body">
<div id="left">
<ul>
<li class="li1">
<a href="WriteLetter.html" class="a1" target="main"
onclick="setLoadInfo('<%=path%>/SetWriteLetterLoadInfoServlet', 'write');">
<img src="pages/images/write.gif" width="20" height="15" />
写信
</a>
</li>
<li class="li1">
<a href="ReceivedLetter.html" class="a1" target="main"
onclick="setLoadInfo('<%=path%>/SetWriteLetterLoadInfoServlet', 'other');">
<img src="pages/images/receive.gif" width="18" height="17" />
收信
</a>
</li>
<li class="li1">
<a href="ContactPerson.html" class="a1" target="main">
<img src="pages/images/contactPerson.gif" width="18" height="14" />
联系人
</a>
</li>
<li><hr /></li>
<li class="li2">
<a href="ReceivedLetter.html" class="a2" target="main"
onclick="setLoadInfo('<%=path%>/SetWriteLetterLoadInfoServlet', 'other');">
收件箱
</a>
</li>
<li class="li2"><a href="Draft.html" class="a2" target="main"
onclick="setLoadInfo('<%=path%>/SetWriteLetterLoadInfoServlet', 'draft');">草稿箱</a></li>
<li class="li2"><a href="SendedLetter.html" class="a2" target="main"
onclick="setLoadInfo('<%=path%>/SetWriteLetterLoadInfoServlet', 'sended');">已发送</a></li>
<li class="li2"><a href="DeletedLetter.html" class="a2" target="main"
onclick="setLoadInfo('<%=path%>/SetWriteLetterLoadInfoServlet', 'other');">已删除</a></li>
<li><hr /></li>
</ul>
</div><!-- the end of id:left -->
<div id="right">
<iframe id="main" frameborder="0" name="main" scrolling="auto" height="543" width="810" src="FrontPage.html">
</iframe>
</div><!-- the end of id:right -->
</div><!-- the end of id:body -->
</div><!-- the end of id:wrapper -->
</div><!-- the end of id:back -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -