?? mailmanage.jsp
字號:
<%@page contentType="text/html;charset=GBK" import="com.x3408.office.Constants;"%>
<HTML>
<HEAD>
<TITLE>folder list</TITLE>
<LINK href="all.css" type=text/css rel=stylesheet>
<SCRIPT language=JavaScript src="all.js"></SCRIPT>
</HEAD>
<%
Integer send=(Integer)request.getAttribute("send");
Integer received=(Integer)request.getAttribute("received");
Integer draft=(Integer)request.getAttribute("draft");
Integer delete=(Integer)request.getAttribute("delete");
%>
<BODY class=fdbody>
<UL class=navbar>
<LI class=check_part>
<A onfocus=this.blur() target=mainFrame
href="Mail?actionType=mailList&mailSort=1"><IMG class=img_check
src="MailManage/ico.gif" align=absMiddle border=0>收信</A>
<LI class=compose_part>
<A onfocus=this.blur() href="Write.jsp"
target=mainFrame><IMG class=img_compose
src="MailManage/ico.gif" align=absMiddle border=0>寫信</A>
<LI class=addr_part>
<A id=folder_contact onfocus=this.blur()
href="http://m32.mail.qq.com/cgi-bin/addressbook/addr_listall?"
target=mainFrame><IMG class=img_addr src="MailManage/ico.gif"
align=absMiddle border=0>通訊錄</A>
</LI>
</UL>
<DIV class=listbg id=folder>
<UL class=fdul>
<LI class=fs id=folder_1_td>
<A class=f_size id=folder_1 title="" onclick="SwitchFolder(this.id)"
href="Mail?actionType=mailList&mailSort=1"
target=mainFrame>收件箱<%=received.intValue()>0?"("+received+")":""%></A>
</LI>
<LI class=fs id=folder_3_td>
<A class=f_size id=folder_3 title="" onclick="SwitchFolder(this.id)"
href="Mail?actionType=mailList&mailSort=2"
target=mainFrame>已發送<%=send.intValue()>0?"("+send+")":""%></A>
</LI>
<LI class=fs id=folder_4_td>
<A class=f_size id=folder_4 title="" onclick="SwitchFolder(this.id)"
href="Mail?actionType=mailList&mailSort=3"
target=mainFrame>草稿箱<%=draft.intValue()>0?"("+draft+")":""%></A>
</LI>
<LI class=fs id=folder_5_td>
<A class=f_size id=folder_5 title="" onclick="SwitchFolder(this.id)"
href="Mail?actionType=mailList&mailSort=4"
target=mainFrame>已刪除<%=delete.intValue()>0?"("+delete+")":"" %></A>
</LI>
<LI class=sepline>
</UL>
<UL class="fd_flow fdul"></UL>
</DIV>
<DIV>
<IMG height=13 src="MailManage/navbar_bottom.gif" width=179>
</DIV>
<CENTER>
<DIV title="您已經使用了 1024M 郵箱容量中的 0.02M ( 0% )"
style="BORDER-RIGHT: #83a8d2 1px solid; BORDER-TOP: #83a8d2 1px solid; BACKGROUND: #ffffff; MARGIN: 5px 0px 2px; BORDER-LEFT: #83a8d2 1px solid; WIDTH: 130px; BORDER-BOTTOM: #83a8d2 1px solid; HEIGHT: 10px">
<DIV
style="FONT-SIZE: 1px; BACKGROUND: #b0f37f; FLOAT: left; WIDTH: 0%; HEIGHT: 10px"></DIV>
</DIV>
<DIV>
<FONT title="您已經使用了 1024M 郵箱容量中的 0.02M ( 0% )"
style="FONT-SIZE: 11px" color=#f5f9fd>0% (0.02M / 1024M)</FONT>
</DIV>
</CENTER>
<SCRIPT language=javascript>
var currid = ('1'=='0')?'1':'1';
SwitchFolder('folder_'+currid);
</SCRIPT>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -