response-failure.jsp 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <%@ include file="/common/taglibs.jsp" %>
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  5. <html>
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
  8. <title>${surveyName }</title>
  9. <link href="${ctx }/css/response.css" rel="stylesheet" type="text/css" />
  10. </head>
  11. <body style="background: rgb(245, 245, 245);">
  12. <div class="root-body" style="padding-top: 80px;">
  13. <div class="middle-body" style="padding-top:10px;">
  14. <div class="middle-body-content" style="text-align: center;">
  15. <p class="msg1" style="font-size: 26px;">
  16. 抱歉问卷提交失败,感谢您的支持!
  17. </p>
  18. <p style="text-align: center;">
  19. <a href="${ctx }/wenjuan/${sId}.html" class="msg1" style="color: rgb(53, 117, 136);">返回重新填写</a>
  20. </p>
  21. </div>
  22. </div>
  23. <div class="footer-copyright" style="color: gray;">
  24. <%--尊重开源、保留声明,感谢您的大力支持--%>
  25. Powered by <a href="http://www.diaowen.net" style="text-decoration: none;color: rgb(53, 117, 136);">DWSurvey</a>
  26. </div>
  27. </div>
  28. <%@ include file="/WEB-INF/page/layouts/other.jsp"%>
  29. </body>
  30. </html>