top.jsp 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <%@ page language="java" pageEncoding="UTF-8"%>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Language" content="zh-cn">
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <style type="text/css">
  7. BODY {
  8. MARGIN: 0px;
  9. BACKGROUND-COLOR: #ffffff
  10. }
  11. BODY {
  12. FONT-SIZE: 12px;
  13. COLOR: #000000
  14. }
  15. TD {
  16. FONT-SIZE: 12px;
  17. COLOR: #000000
  18. }
  19. TH {
  20. FONT-SIZE: 12px;
  21. COLOR: #000000
  22. }
  23. </style>
  24. <link href="${pageContext.request.contextPath}/css/Style1.css" rel="stylesheet" type="text/css">
  25. </HEAD>
  26. <body>
  27. <table width="100%" height="70%" border="0" cellspacing="0" cellpadding="0">
  28. <tr>
  29. <td>
  30. <img width="100%" src="${pageContext.request.contextPath}/images/top_01.jpg">
  31. </td>
  32. <td width="100%" background="${pageContext.request.contextPath}/images/top_100.jpg">
  33. </td>
  34. </tr>
  35. </table>
  36. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  37. <tr>
  38. <td height="30" valign="bottom" background="${pageContext.request.contextPath}/images/mis_01.jpg">
  39. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  40. <tr>
  41. <td width="85%" align="left">
  42. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  43. <font color="#000000"> <script language="JavaScript">
  44. <!--
  45. tmpDate = new Date();
  46. date = tmpDate.getDate();
  47. month= tmpDate.getMonth() + 1 ;
  48. year= tmpDate.getYear();
  49. document.write(year);
  50. document.write("年");
  51. document.write(month);
  52. document.write("月");
  53. document.write(date);
  54. document.write("日 ");
  55. myArray=new Array(6);
  56. myArray[0]="星期日"
  57. myArray[1]="星期一"
  58. myArray[2]="星期二"
  59. myArray[3]="星期三"
  60. myArray[4]="星期四"
  61. myArray[5]="星期五"
  62. myArray[6]="星期六"
  63. weekday=tmpDate.getDay();
  64. if (weekday==0 | weekday==6)
  65. {
  66. document.write(myArray[weekday])
  67. }
  68. else
  69. {document.write(myArray[weekday])
  70. };
  71. // -->
  72. </script> </font>
  73. </td>
  74. <td width="15%">
  75. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  76. <tr>
  77. <td width="16"
  78. background="${pageContext.request.contextPath}/images/mis_05b.jpg">
  79. <img
  80. src="${pageContext.request.contextPath}/images/mis_05a.jpg"
  81. width="6" height="18">
  82. </td>
  83. <td width="155" valign="bottom"
  84. background="${pageContext.request.contextPath}/images/mis_05b.jpg">
  85. 用户名:
  86. <font color="blue"><s:property value="#session.existAdminUser.username"/></font>
  87. </td>
  88. <td width="10" align="right"
  89. background="${pageContext.request.contextPath}/images/mis_05b.jpg">
  90. <img src="${pageContext.request.contextPath}/images/mis_05c.jpg" width="6" height="18">
  91. </td>
  92. </tr>
  93. </table>
  94. </td>
  95. <td align="right" width="5%">
  96. </td>
  97. </tr>
  98. </table>
  99. </td>
  100. </tr>
  101. </table>
  102. </body>
  103. </HTML>