?? xtop.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<link href="../css/lk.css" rel="stylesheet" type="text/css">
<link href="../css/layout.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {font-size: 36px}
.style2 {
color: #FF0000;
font-weight: bold;
}
.style3 {
font-family: "仿宋_GB2312";
font-size: 16px;
color: #666666;
font-weight: bold;
}
.STYLE4 {color: #FF0000; font-weight: bold; font-size: 18px; }
-->
</style>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#78BFD9">
<tr>
<td width="977" height="22" align="left" valign="middle" bgcolor="#FFFFFF" >
<div class="conteainer">
<div class="header"></div>
<div class="headerone">
<div class="headerone1">
<%
String xusername=((String)session.getAttribute("username"));
if((xusername!=null)&&(xusername.length()>1))
{
out.println("歡迎<b>"+xusername+"</b>");
}
%>
</div>
<div class="headerone2">
<a href="oa.jsp">網(wǎng)上辦公</a> | <a href="http://oa.xsaas.com/">返回主頁</a> | <a href="http://oa.xsaas.com/creg.jsp">客戶注冊</a> | <a href="/shuoming.jsp">XSAAS說明</a> | <a href="http://oa.xsaas.com/oa/admin/xloginout.jsp">注銷登陸</a></div>
<div class="headerone3">技術電話:0551-7132559</div>
</div>
<div class="headertwo"></div>
</div>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -