loadmailList.jsp 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <%@ page language="java" contentType="text/html; charset=GBK"
  2. pageEncoding="GBK"%>
  3. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  4. <%
  5. %>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=GBK">
  9. <title>首页</title>
  10. <script type=text/javascript src="/shares/js/jquery-1.6.4.min.js"></script>
  11. <link href="liger/lib/ligerUI/skins/${sessionScope.css}/css/ligerui-all.css" rel="stylesheet" type="text/css" />
  12. <link href="main.css" rel="stylesheet" type="text/css"></link>
  13. <script type="text/javascript" src="/shares/js/constant.js"></script>
  14. <script type="text/javascript" src="/shares/js/common.js"></script>
  15. <style type="text/css">
  16. img{
  17. margin-bottom:-7px
  18. }
  19. .loading{ font-size:12px;height:16px;line-height:16px;}
  20. .loading img{width:16px;height:16px;margin-right:5px;}
  21. </style>
  22. <SCRIPT LANGUAGE="JavaScript">
  23. $(document).ready(function(){
  24. setTimeout(load,3000);
  25. });
  26. function load(){
  27. window.location.href="${pageContext.request.contextPath }/yw/eu/indexmodel/mailList.jsp";
  28. }
  29. </SCRIPT>
  30. </head>
  31. <body>
  32. <TABLE WIDTH=100% height=100% border="0" CELLSPACING=0 CELLPADDING=0 align="center" style="margin-top:20%;" >
  33. <TR>
  34. <td width=30%></td><TD>
  35. <div class="loading"><img src="/shares/images/mailloading.gif"/>正在接收邮件, 请稍候...</div>
  36. </td><td width=30%></td>
  37. </tr>
  38. </table>
  39. </body>
  40. </html>