welcome.jsp 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. <link href="${pageContext.request.contextPath}/css/Style1.css" type="text/css" rel="stylesheet" />
  7. <style type="text/css">
  8. <!--
  9. body {
  10. background-color: #FFFFFF;
  11. margin-left: 0px;
  12. margin-top: 0px;
  13. margin-right: 0px;
  14. margin-bottom: 0px;
  15. }
  16. body,td,th {
  17. color: #000000;
  18. }
  19. -->
  20. </style>
  21. <style>
  22. BODY {SCROLLBAR-FACE-COLOR: #cccccc; SCROLLBAR-HIGHLIGHT-COLOR: #ffffFF; SCROLLBAR-SHADOW-COLOR: #ffffff; SCROLLBAR-3DLIGHT-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #ffffFF; SCROLLBAR-DARKSHADOW-COLOR: #cccccc; }
  23. </style>
  24. </head>
  25. <body>
  26. <form name="Form1" method="post" action="name.aspx" id="Form1">
  27. <table width="100%" border="0" height="88" border="1" background="${pageContext.request.contextPath}/images/back1.JPG">
  28. <tr>
  29. <td colspan=3 class="ta_01" align="center" bgcolor="#afd1f3"><strong>系统首页</strong></td>
  30. </tr>
  31. <tr>
  32. <td width="65%" height="84" align="center" valign="top" >
  33. <span class="Style1">登录成功!</span>
  34. </td>
  35. </tr>
  36. <tr><td height=2></td></tr>
  37. </table>
  38. </form>
  39. </body>
  40. </html>