index.jsp~63~
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:4k
源码类别:

OA系统

开发平台:

Java

  1. <%@ page contentType="text/html; charset=GBK" import="officeol.mc.tools.*" %>
  2. <%request.setCharacterEncoding("GBK"); %>
  3. <html>
  4. <head>
  5. <title>:天津市河东区经贸委:</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  7. <link href="css/sa.css" type="text/css" rel="stylesheet">
  8. </head>
  9. <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  10. <div id="big">
  11. <div id="logo">
  12. <table id="__01" width="980" height="163" border="0" cellpadding="0" cellspacing="0">
  13. <tr>
  14. <td>
  15. <img src="images/logo_01.gif" width="118" height="163" alt=""></td>
  16. <td>
  17. <img src="images/logo_02.gif" width="104" height="163" alt=""></td>
  18. <td>
  19. <img src="images/logo_03.gif" width="126" height="163" alt=""></td>
  20. <td>
  21. <img src="images/logo_04.gif" width="127" height="163" alt=""></td>
  22. <td>
  23. <img src="images/logo_05.gif" width="114" height="163" alt=""></td>
  24. <td>
  25. <img src="images/logo_06.gif" width="126" height="163" alt=""></td>
  26. <td>
  27. <img src="images/logo_07.gif" width="129" height="163" alt=""></td>
  28. <td>
  29. <img src="images/logo_08.gif" width="136" height="163" alt=""></td>
  30. </tr>
  31. </table>
  32. </div>
  33. <div id="left">
  34. <IFRAME marginWidth="0" marginHeight="0" src="left.html" frameBorder="0" width="240" scrolling="no" height=426></IFRAME>
  35. </div>
  36. <div id="bottom">
  37. <table background="images/bottom.gif" width="980" height="22">
  38. <tr>
  39. <td>&nbsp;</td>
  40. <td><font class="font">Copyright(c)2008.tjut</font></td>
  41. <td>&nbsp;</td>
  42. <td>&nbsp;</td>
  43. <td>&nbsp;</td>
  44. <td>&nbsp;</td>
  45. </tr>
  46. </table>
  47. </div>
  48. <div id="right">
  49. <IFRAME name="mainFrame" id="mainFrame" marginWidth="0" marginHeight="0" src="userlogin.jsp" frameBorder="1" width="730" scrolling="0" height=421></IFRAME>
  50. </div>
  51. </div>
  52. <div id="big1">
  53. <div id="swf1">
  54. <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">
  55. <param name="wmode" value="transparent" />
  56. <param name="allowScriptAccess" value="sameDomain" />
  57. <param name="movie" value="swf/logo.swf" />
  58. <embed src="swf/logo.swf" width="500" height="140"></embed>
  59. </object>
  60. </div>
  61. <div id="swf2">
  62. <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">
  63. <param name="wmode" value="transparent" />
  64. <param name="allowScriptAccess" value="sameDomain" />
  65. <param name="movie" value="swf/logo1.swf" />
  66. <embed src="swf/logo1.swf" width="400" height="140"></embed>
  67. </object>
  68. </div>
  69. <div id="sa1">
  70. <marquee id="affiche" align="left" behavior="slide" direction="left" height="30" width="240" loop="-1" scrollamount="2.0"     onMouseOut="this.start()" onMouseOver="this.stop()">
  71. <font class="font">
  72. <%
  73. String ud = (String)session.getAttribute("UD");
  74. String udid = (String)session.getAttribute("UDID");
  75. String un = (String)session.getAttribute("UN");
  76. String uid = (String)session.getAttribute("UID");
  77. String pp = (String)session.getAttribute("POPE");
  78. String login = (String)session.getAttribute("LOGIN");
  79. if(login!=null&&login.equals("OK")){
  80.   if(login!=null&&login.equals("OK")){
  81.     if(pp.equals("com")){//普通权限
  82.   }else if(pp.equals("dep")){//部门权限
  83. }else if(pp.equals("all")){//全局权限
  84. }
  85. %>
  86. <%out.print("欢迎用户 "+ un +" ,你属于 "+ ud+ "");%>
  87. <%
  88. }
  89. }
  90. %>
  91. </font>
  92. </marquee>
  93. </div>
  94. <div id="sa2">
  95. <a href="index.jsp" class="white">内网首页</a>&nbsp;&nbsp;<a href="logout.jsp" class="white" target="mainFrame">注销</a></div>
  96. </div>
  97. <script language="javascript" src="js/zhong.js" type="text/javascript"></script>
  98. <script type="text/javascript">
  99. function isSession(loginSession){
  100.   if(loginSession == null){
  101.     document.getElementById("sa1").sytle.display='none';
  102.   }
  103. }
  104. </script>
  105. </body>
  106. </html>