response-input-rule.jsp 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  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. <link href="${ctx }/css/preview-dev.css" rel="stylesheet" type="text/css" />
  11. </head>
  12. <body style="background: rgb(245, 245, 245);">
  13. <div class="root-body" style="padding-top: 80px;">
  14. <div class="middle-body" style="padding-top:10px;">
  15. <form action="" method="post">
  16. <div class="middle-body-content" style="text-align: center;">
  17. <p class="msg1" style="font-size: 26px;padding:26px;">
  18. 请先输入口令进入问卷
  19. </p>
  20. <p style="font-size: 18px;line-height: 18px;">
  21. 口令码:<input type="text" size="10" name="ruleCode" style="padding: 5px;outline: none;border: 1px solid #83ABCB;"/>&nbsp;&nbsp;
  22. <input type="submit" class="sbtn24 sbtn24_0" value="继续">
  23. </p>
  24. </div>
  25. </form>
  26. <div style="font-size: 12px;color: #323232;text-align: right;display: none;"><p> 如有疑问可以与管理员&nbsp;<a href="#" class="msg1" style="color: rgb(53, 117, 136);">联系</a>&nbsp;!</p></div>
  27. </div>
  28. <div class="footer-copyright" style="color: gray;">
  29. <%--尊重开源、保留声明,感谢您的大力支持--%>
  30. <a href="http://www.diaowen.net" style="text-decoration: none;color: rgb(53, 117, 136);">调问网</a> 提供支持
  31. </div>
  32. </div>
  33. <%@ include file="/WEB-INF/page/layouts/other.jsp"%>
  34. </body>
  35. </html>