sysmsg.jsp 867 B

12345678910111213141516171819202122
  1. <%@ page contentType="text/html;charset=GBK"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head>
  5. <title>ϵͳÌáʾ!</title>
  6. <script type="text/javascript" src="/shares/js/jquery-1.3.2.min.js"></script>
  7. <link href="${pageContext.request.contextPath }/liger/lib/ligerUI/skins/${sessionScope.css}/css/ligerui-all.css" rel="stylesheet" type="text/css" />
  8. <link href="main.css" rel="stylesheet" type="text/css" />
  9. <script type="text/javascript" src="/shares/js/constant.js"></script>
  10. <script type="text/javascript" src="/shares/js/common.js"></script>
  11. <script type="">
  12. window.onload = function(){
  13. var tabId = getCurrentTabId();
  14. refreshWindow(tabId);
  15. }
  16. </script>
  17. </head>
  18. <body>
  19. <%@ include file="/include/button.jsp"%>
  20. <%@ include file="/include/message.jsp"%>
  21. </body>
  22. </html>