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