| 12345678910111213141516171819202122 |
- <%@ page contentType="text/html;charset=GBK"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <title>ϵͳÌáʾ!</title>
- <script type="text/javascript" src="/shares/js/jquery-1.3.2.min.js"></script>
- <link href="${pageContext.request.contextPath }/liger/lib/ligerUI/skins/${sessionScope.css}/css/ligerui-all.css" rel="stylesheet" type="text/css" />
- <link href="main.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="/shares/js/constant.js"></script>
- <script type="text/javascript" src="/shares/js/common.js"></script>
- <script type="">
- window.onload = function(){
- var tabId = getCurrentTabId();
- refreshWindow(tabId);
- }
- </script>
- </head>
- <body>
- <%@ include file="/include/button.jsp"%>
- <%@ include file="/include/message.jsp"%>
- </body>
- </html>
|