汇联通执法队后台管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <%@ page contentType="text/html;charset=utf-8"%>
  4. <%@ include file="/WEB-INF/jsp/include.jsp"%>
  5. <head>
  6. <title>SSO错误</title>
  7. <%-- <link rel="shortcut icon" href="${rootUrl }images/favicon.jpg" /> --%>
  8. <link rel="stylesheet" type="text/css" href="${rootUrl }css/admin.css" />
  9. <script src="${rootUrl }js/jquery/jquery.js" type="text/javascript"></script>
  10. <script src="${rootUrl }js/jquery/jquery.tjlib.js" type="text/javascript"></script>
  11. <script src="${rootUrl }js/jquery/jquery.taiji.all.js" type="text/javascript"></script>
  12. </head>
  13. <body>
  14. <!-- LOGO -->
  15. <%-- <%@ include file="/WEB-INF/jsp/top.jsp" %>--%>
  16. <!-- LOGO -->
  17. <div id="boxmain">
  18. <!-- 左侧菜单 -->
  19. <%@ include file="/WEB-INF/jsp/left.jsp" %>
  20. <!-- 左侧菜单 -->
  21. <!-- 内容页 -->
  22. <div id="boxright">
  23. <!--main-->
  24. <div id="main" style="text-align: center">
  25. <div style="font-size: 20px;font-weight: bold;padding-top: 120px;color: red;font-family: 黑体;">
  26. <img src="${rootUrl}images/warn.png" style="vertical-align: middle"/>
  27. 与SSO通信失败
  28. <br/><br/><br/>
  29. <a href="${rootUrl}app/index?myMenuId=index" style="font-size: 20px;font-weight: bold;font-family: 黑体;">
  30. 重试
  31. </a>
  32. </div>
  33. <div style="display: none">
  34. </div>
  35. </div>
  36. <!-- 内容页 -->
  37. </div>
  38. </div>
  39. <!-- 版权页 -->
  40. <%@ include file="/WEB-INF/jsp/bottom.jsp" %>
  41. <!-- 版权页 -->
  42. </body>
  43. </html>