sysmsg.jsp 831 B

123456789101112131415161718192021
  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. $(document).ready(function(){
  13. history.go(-1);
  14. });
  15. </script>
  16. </head>
  17. <body>
  18. <%@ include file="/include/button.jsp"%>
  19. <%@ include file="/include/message.jsp"%>
  20. </body>
  21. </html>