⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xtop.jsp

📁 我费了好大劲才找到的一款非常全的OA办公自动化软件源码
💻 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">网上办公</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 + -