xtop.jsp

来自「一款采用java技术编写的OA办公软件系统」· JSP 代码 · 共 47 行

JSP
47
字号
<%@ 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">网上办公</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 + =
减小字号Ctrl + -
显示快捷键?