index.jsp
资源名称:bangong.rar [点击查看]
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:4k
源码类别:
OA系统
开发平台:
Java
- <%@ page contentType="text/html; charset=GBK" import="officeol.mc.tools.*" %>
- <%request.setCharacterEncoding("GBK"); %>
- <html>
- <head>
- <title>:天津市河东区经贸委:</title>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
- <link href="css/sa.css" type="text/css" rel="stylesheet">
- </head>
- <%String ud = (String)session.getAttribute("UD");
- String udid = (String)session.getAttribute("UDID");
- String un = (String)session.getAttribute("UN");
- String uid = (String)session.getAttribute("UID");
- String pp = (String)session.getAttribute("POPE");
- String login = (String)session.getAttribute("LOGIN");
- %>
- <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
- <div id="big">
- <div id="logo">
- <table id="__01" width="980" height="163" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <img src="images/logo_01.gif" width="118" height="163" alt=""></td>
- <td>
- <img src="images/logo_02.gif" width="104" height="163" alt=""></td>
- <td>
- <img src="images/logo_03.gif" width="126" height="163" alt=""></td>
- <td>
- <img src="images/logo_04.gif" width="127" height="163" alt=""></td>
- <td>
- <img src="images/logo_05.gif" width="114" height="163" alt=""></td>
- <td>
- <img src="images/logo_06.gif" width="126" height="163" alt=""></td>
- <td>
- <img src="images/logo_07.gif" width="129" height="163" alt=""></td>
- <td>
- <img src="images/logo_08.gif" width="136" height="163" alt=""></td>
- </tr>
- </table>
- </div>
- <div id="left">
- <IFRAME marginWidth="0" marginHeight="0" src="left.html" frameBorder="0" width="240" scrolling="no" height=426></IFRAME>
- </div>
- <div id="bottom">
- <table background="images/bottom.gif" width="980" height="22">
- <tr>
- <td> </td>
- <td><font class="font">Copyright(c)2008.tjut</font></td>
- <td> </td>
- <td> </td>
- <td> </td>
- <td> </td>
- </tr>
- </table>
- </div>
- <div id="right">
- <IFRAME name="mainFrame" id="mainFrame" marginWidth="0" marginHeight="0" src="userlogin.jsp" frameBorder="1" width="730" scrolling="0" height=421></IFRAME>
- </div>
- </div>
- <div id="big1">
- <div id="swf1">
- <object width="500" height="140" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
- <param name="wmode" value="transparent" />
- <param name="allowScriptAccess" value="sameDomain" />
- <param name="movie" value="swf/logo.swf" />
- <embed src="swf/logo.swf" width="500" height="140"></embed>
- </object>
- </div>
- <div id="swf2">
- <object width="400" height="140" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
- <param name="wmode" value="transparent" />
- <param name="allowScriptAccess" value="sameDomain" />
- <param name="movie" value="swf/logo1.swf" />
- <embed src="swf/logo1.swf" width="400" height="140"></embed>
- </object>
- </div>
- <div id="sa1">
- <marquee id="affiche" align="left" behavior="slide" direction="left" height="30" width="240" loop="-1" scrollamount="2.0" onMouseOut="this.start()" onMouseOver="this.stop()">
- <font class="font">
- <%
- if(login!=null&&login.equals("OK")){
- if(login!=null&&login.equals("OK")){
- if(pp.equals("com")){//普通权限
- }else if(pp.equals("dep")){//部门权限
- }else if(pp.equals("all")){//全局权限
- }
- %>
- <%out.print("欢迎用户 "+ un +" ,你属于 "+ ud+ "");%>
- <%
- }
- }
- %>
- </font>
- </marquee>
- </div>
- <div id="sa2">
- <a href="index.jsp" class="white">内网首页</a>
- <a href="logout.jsp" class="white" target="mainFrame">注销</a></div>
- </div>
- <script language="javascript" src="js/zhong.js" type="text/javascript"></script>
- <script type="text/javascript">
- function isSession(loginSession){
- if(loginSession != 'OK'){
- document.getElementById("sa1").sytle.display='none';
- }
- }
- </script>
- </body>
- </html>